Skip to content

Releases: gregjacobs/Autolinker.js

v0.12.4

19 Nov 04:24
Compare
Choose a tag to compare

v0.12.3

19 Nov 04:24
Compare
Choose a tag to compare
  • Add Autolinker.match.Match#getMatchedText method

v0.12.2

19 Nov 04:24
Compare
Choose a tag to compare
  • Add documentation generation, and update inline documentation.

v0.12.1

19 Nov 04:25
Compare
Choose a tag to compare
  • Expose the Autolinker.HtmlTag class, and allow it to be used in the replaceFn

v0.12.0

19 Nov 04:50
Compare
Choose a tag to compare
  • Add replaceFn option

0.11.3

19 Nov 04:57
Compare
Choose a tag to compare
  • Properly handle HTML character entities (like &) for URL matches, not including them as part of the URL.
  • Move HTML parsing functionality out to a separate class: HtmlParser
  • Add HtmlTag abstraction for building and/or customizing HTML tags programmatically.

v0.11.2

19 Nov 04:52
Compare
Choose a tag to compare
  • Fix to not autolink URLs inside a <!DOCTYPE> tag

v0.11.1

19 Nov 04:52
Compare
Choose a tag to compare
  • Fix for handling self-closing HTML tags.

v0.11.0

19 Nov 04:51
Compare
Choose a tag to compare
  • Allow Autolinker to link fully-capitalized URLs/Emails/Twitter handles.

v0.10.2

19 Nov 04:58
Compare
Choose a tag to compare
  • fix for bower.json 'main' section