Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v0.12.2
- Add documentation generation, and update inline documentation.
v0.12.1
- Expose the
Autolinker.HtmlTagclass, and allow it to be used in thereplaceFn
v0.12.0
- Add
replaceFnoption
0.11.3
- 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
HtmlTagabstraction for building and/or customizing HTML tags programmatically.
v0.11.2
- Fix to not autolink URLs inside a
<!DOCTYPE>tag
v0.11.1
- Fix for handling self-closing HTML tags.
v0.11.0
- Allow Autolinker to link fully-capitalized URLs/Emails/Twitter handles.
v0.10.2
- fix for bower.json 'main' section
v0.10.1
- Added fix to not autolink strings like "version:1.0", which were accidentally being interpreted as a
scheme:domainstring.
v0.10.0
- Added support for protocol-relative URLs (ex:
//google.com, which will effectively either have thehttp://orhttps://protocol depending on the protocol that is hosting the website)