Current section
Files
Jump to
Current section
Files
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.20.2">
<meta name="project" content="Furlex v0.4.2">
<title>Changelog — Furlex v0.4.2</title>
<link rel="stylesheet" href="dist/html-d9f58a6320b5bfa6dd77.css" />
<link rel="canonical" href="https://hexdocs.pm/furlex/changelog.html" />
<script src="dist/sidebar_items-404aa78846.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/html-d9f58a6320b5bfa6dd77.js"></script>
</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode')) 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">
<span class="icon-search" aria-hidden="true"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button">
<span class="icon-cross" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" 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>
<h2 class="sidebar-projectVersion">
v0.4.2
</h2>
</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-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><p>Parse colon-separated OpenGraph and Twitter Card keywords into map structures</p>
<ul>
<li>E.g. %{"twitter:app:id" => 123} becomes %{"twitter" => %{"app" => %{"id" => 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.20.2),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
</p>
</footer>
</div>
</div>
</section>
</div>
</body>
</html>