Skip to content

Releases: gregjacobs/Autolinker.js

v0.16.0

30 Mar 01:57
Compare
Choose a tag to compare
  • Add initial support for matching phone numbers. Thanks @sherbondy

v0.15.3

29 Mar 21:54
Compare
Choose a tag to compare
  • Fix to not autolink javascript: and vbscript: uri schemes in a case-insensitive manner. Thanks @JordanMilne!

v0.15.2

04 Jan 19:42
Compare
Choose a tag to compare
  • Don't include HTML quote entities (") at the end of a URL as part of the URL. Fixes #76. Thanks @warrenrumak

v0.15.1

04 Jan 19:27
Compare
Choose a tag to compare
  • Fix issue where a line break within an HTML tag's attribute value could cause the tag to not be parsed correctly.

v0.15.0

24 Nov 05:26
Compare
Choose a tag to compare
  • Fix for <!DOCTYPE> tag html parsing, which could cause the regex engine to freeze with 100% cpu for certain inputs.
  • Fix for proper handling of <A> tags (with capitalized tag name).

v0.14.1

19 Nov 04:22
Compare
Choose a tag to compare
  • Filter out javascript: and vbscript: URI schemes from being autolinked

v0.14.0

19 Nov 04:23
Compare
Choose a tag to compare
  • Match URI scheme names that are greater than 9 characters, and allow for digits, +, ., and - in the scheme name. (Ex: chrome-extension:)

v0.13.1

19 Nov 04:23
Compare
Choose a tag to compare
  • Add proper matching of square brackets in URLs.
  • Don't include a trailing '?' as part of a URL match (it is optional for URLs without query parameters, and it may be part of a sentence)

v0.13.0

19 Nov 04:23
Compare
Choose a tag to compare
  • Add support for localhost URLs. Autolinker will now link http://localhost and http://localhost:8080

v0.12.5

19 Nov 04:24
Compare
Choose a tag to compare