- Relaxes cowboy dependency (abitdodgy)
- Don't require oembed host configuration
- Various dependency updates
- Supports fetch options passed through unfurl (thanks aliou!)
- Remove usage of Mix.env() for segmenting app logic. Instead, leverage test bypasses where needed (h/t Luciam91)
- Strip out needless cruft from test fixtures.
- Fix handling of duplicate HTML meta tags
- Individual fetch and parse operations now run asynchronously
- Furlex now supports passing HTTP options to Furlex.unfurl/2.
:depth
config has been transformed to a:group_keys?
boolean.
- Add status code to %Furlex{} structure (thanks abitdodgy)
- Fix compatibility with Phoenix 1.3 (thanks, again, abitdodgy!)
- Support configuration for grouping colon-delimited keys into map structures
- Don't require explicitly configuring OpenGraph and TwitterCard tags in your app config.
- Enable adding custom tags under OpenGraph and TwitterCard parsers.
- Add typespecs, better examples to documentation
- Parse colon-separated OpenGraph and Twitter Card keywords into map structures
- E.g. %{"twitter:app:id" => 123} becomes %{"twitter" => %{"app" => %{"id" => 123}}}
- Fix test-breaking bug when included as hex dependency
- Add tags
- Support unfurling oEmbed, Facebook Open Graph, Twitter Card, JSON-LD and other HTML meta tags.
- Extract canonical urls