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.16.2">
<title>Changelog – Furlex v0.2.2</title>
<link rel="stylesheet" href="dist/app-268c9dc719.css" />
<link rel="canonical" href="https://hexdocs.pm/furlex/changelog.html" />
<script src="dist/sidebar_items-9418923d50.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-toggle">
<span class="icon-menu" aria-hidden="true"></span>
<span class="sr-only">Toggle Sidebar</span>
</button>
<section class="sidebar">
<a href="Furlex.html" class="sidebar-projectLink">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
Furlex
</h1>
<h2 class="sidebar-projectVersion">
v0.2.2
</h2>
</div>
</a>
<div class="sidebar-search">
<span class="icon-search" aria-hidden="true"></span>
<input type="text" class="sidebar-searchInput" placeholder="search" aria-label="Search" autocomplete="off" />
</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-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" rel="help" target="_blank">ExDoc</a> (v0.16.2),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<button class="night-mode-toggle"><span class="sr-only">Switch theme</span></button>
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-4988ddd06b.js"></script>
</body>
</html>