Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v0.12.2
- Add documentation generation, and update inline documentation.
v0.12.1
- Expose the
Autolinker.HtmlTag
class, and allow it to be used in thereplaceFn
v0.12.0
- Add
replaceFn
option
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
HtmlTag
abstraction 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:domain
string.
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)