Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v0.12.4
- Add support for
$
and*
characters in URLs (http://tools.ietf.org/html/rfc3986#page-13). Thanks @jrsquared!
v0.12.3
- Add
Autolinker.match.Match#getMatchedText
method
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