logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker git clone https://hacktivis.me/git/auto_linker.git

CHANGELOG.md (811B)


  1. # Changelog
  2. ## [Unreleased]
  3. ### Added
  4. - Support for linking URLs with FQDNs (e.g., "google.com.")
  5. ## 0.3.0 - 2020-11-17
  6. ### Added
  7. - Support returning result as iodata and as safe iodata
  8. ### Fixed
  9. - Hashtags followed by HTML tags "a", "code" and "pre" were not detected
  10. - Incorrect parsing of HTML links inside HTML tags
  11. - Punctuation marks in the end of urls were included in the html links
  12. - Incorrect parsing of mentions with symbols before them
  13. ## 0.2.0 - 2020-07-21
  14. ### Added
  15. - Added a `do_parse/4` clause to skip mentions when we're already skipping something else (eg, when inside a link)
  16. ### Fixed
  17. - Fixed a typo in the readme
  18. ### Changed
  19. - Refactored `Linkify.Parser.parse/2` to enumerate over the types instead of the opts
  20. - Update dependencies
  21. ## 0.1.0 - 2019-07-11
  22. - Initial release