Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@saket saket released this 11 Aug 05:24
· 35 commits to trunk since this release
unfurl.mp4

Unfurler extensions can now include arbitrary metadata in unfurled links using UnfurlResult#contentPreview. TweetUnfurler uses this to populate tweet details such as username, profile photo, media attachments, etc.

Breaking changes

  • Renamed Logger to UnfurlerLogger and added an API to log exceptions that can be used with your error reporting service.
  • Removed HtmlMetadataParser to simplify API surface. You're encouraged to create an extension instead by subclassing HtmlTagsBasedUnfurler.