Skip to content

Releases: gregjacobs/Autolinker.js

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

v0.10.1

19 Nov 04:59
Compare
Choose a tag to compare
  • Added fix to not autolink strings like "version:1.0", which were accidentally being interpreted as a scheme:domain string.

v0.10.0

19 Nov 05:00
Compare
Choose a tag to compare
  • Added support for protocol-relative URLs (ex: //google.com, which will effectively either have the http:// or https:// protocol depending on the protocol that is hosting the website)