Packages

Furlex is a structured data extraction tool written in Elixir. It currently supports unfurling oEmbed, Twitter Card, Facebook Open Graph, JSON-LD and plain ole' HTML `<meta />` data out of any url you supply.

Current section

Files

Jump to
furlex doc changelog.html
Raw

doc/changelog.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.23.0">
<meta name="project" content="Furlex v0.5.0">
<title>Changelog — Furlex v0.5.0</title>
<link rel="stylesheet" href="dist/elixir-9f91ebe876dc01d67920.css" />
<script src="dist/sidebar_items-308f34ebd2.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/app-60a0c9f10e9e52eae31f.js"></script>
</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
<div class="main">
<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" title="Collapse/expand sidebar"></span>
</button>
<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<span class="icon-search" aria-hidden="true" title="Submit search"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<span class="icon-cross" aria-hidden="true" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" />
</label>
</form>
<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>
<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="Furlex.html" class="sidebar-projectName">
Furlex </a>
<strong class="sidebar-projectVersion">
v0.5.0
</strong>
</div>
</div>
<ul class="sidebar-listNav">
<li><a id="extras-list" href="#full-list">Pages</a></li>
<li><a id="modules-list" href="#full-list">Modules</a></li>
</ul>
<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
</section>
<section class="content">
<div class="content-outer">
<div id="content" class="content-inner">
<h1>Changelog</h1><h2 id="v-0-5-0" class="section-heading">
<a href="#v-0-5-0" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.5.0
</h2>
<ul><li>Updates Floki (<a href="https://github.com/queer">queer</a>)</li><li>Conforms code style to <a href="https://hexdocs.pm/mix/Mix.Tasks.Format.html"><code class="inline">mix format</code></a> (<a href="https://github.com/queer">queer</a>)</li></ul><h2 id="v-0-4-3" class="section-heading">
<a href="#v-0-4-3" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.4.3
</h2>
<ul><li>Relaxes cowboy dependency (<a href="https://github.com/abitdodgy">abitdodgy</a>)</li></ul><h2 id="v-0-4-2" class="section-heading">
<a href="#v-0-4-2" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.4.2
</h2>
<ul><li>Don't require oembed host configuration</li></ul><h2 id="v-0-4-1" class="section-heading">
<a href="#v-0-4-1" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.4.1
</h2>
<ul><li>Various dependency updates</li></ul><h2 id="v-0-4-0" class="section-heading">
<a href="#v-0-4-0" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.4.0
</h2>
<ul><li>Make json library configurable, default to Jason (<a href="https://github.com/abitdodgy">abitdodgy</a>)</li><li>Bump HTTPoison to 1.5 (<a href="https://github.com/abitdodgy">abitdodgy</a>)</li></ul><h2 id="v-0-3-3" class="section-heading">
<a href="#v-0-3-3" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.3.3
</h2>
<ul><li>Supports fetch options passed through unfurl (thanks <a href="https://github.com/aliou">aliou</a>!)</li></ul><h2 id="v-0-3-2" class="section-heading">
<a href="#v-0-3-2" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.3.2
</h2>
<ul><li>Remove usage of Mix.env() for segmenting app logic. Instead, leverage test bypasses where needed (h/t <a href="https://github.com/Luciam91">Luciam91</a>)</li><li>Strip out needless cruft from test fixtures.</li></ul><h2 id="v-0-3-1" class="section-heading">
<a href="#v-0-3-1" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.3.1
</h2>
<ul><li>Fix handling of duplicate HTML meta tags</li></ul><h2 id="v-0-3-0" class="section-heading">
<a href="#v-0-3-0" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.3.0
</h2>
<ul><li>Individual fetch and parse operations now run asynchronously</li></ul><h2 id="v-0-2-2" class="section-heading">
<a href="#v-0-2-2" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.2.2
</h2>
<ul><li>Furlex now supports passing HTTP options to Furlex.unfurl/2.</li><li><code class="inline">:depth</code> config has been transformed to a <code class="inline">:group_keys?</code> boolean.</li></ul><h2 id="v-0-2-1" class="section-heading">
<a href="#v-0-2-1" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.2.1
</h2>
<ul><li>Add status code to %Furlex{} structure (thanks <a href="https://github.com/abitdodgy">abitdodgy</a>)</li><li>Fix compatibility with Phoenix 1.3 (thanks, again, <a href="https://github.com/abitdodgy">abitdodgy</a>!)</li></ul><h2 id="v-0-2-0" class="section-heading">
<a href="#v-0-2-0" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.2.0
</h2>
<ul><li>Support configuration for grouping colon-delimited keys into map structures</li><li>Don't require explicitly configuring OpenGraph and TwitterCard tags in your app config.</li><li>Enable adding custom tags under OpenGraph and TwitterCard parsers.</li></ul><h2 id="v-0-1-3" class="section-heading">
<a href="#v-0-1-3" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.1.3
</h2>
<ul><li>Add typespecs, better examples to documentation</li></ul><h2 id="v-0-1-2" class="section-heading">
<a href="#v-0-1-2" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.1.2
</h2>
<ul><li>Parse colon-separated OpenGraph and Twitter Card keywords into map structures<ul><li>E.g. %{&quot;twitter:app:id&quot; =&gt; 123} becomes %{&quot;twitter&quot; =&gt; %{&quot;app&quot; =&gt; %{&quot;id&quot; =&gt; 123}}}</li></ul></li></ul><h2 id="v-0-1-1" class="section-heading">
<a href="#v-0-1-1" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.1.1
</h2>
<ul><li>Fix test-breaking bug when included as hex dependency</li><li>Add tags</li></ul><h2 id="v-0-1-0" class="section-heading">
<a href="#v-0-1-0" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a>
v.0.1.0
</h2>
<ul><li>Support unfurling oEmbed, Facebook Open Graph, Twitter Card, JSON-LD and other HTML meta tags.</li><li>Extract canonical urls</li></ul> <footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.23.0) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank">Elixir programming language</a>.
</span>
<span class="line">
Designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<a href="api-reference.html" title="API reference" class="line footer-button">API Reference</a>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button display-quick-switch">
Go to a HexDocs package
</button>
<button class="line footer-button tooltips-toggle">
<span class="tooltips-option-disable">Disable tooltips</span>
<span class="tooltips-option-enable">Enable tooltips</span>
</button>
</p>
</footer>
</div>
</div>
</section>
</div>
</body>
</html>