Skip to content

Releases: gregjacobs/Autolinker.js

v3.14.0

05 Apr 22:30
4476401
Compare
Choose a tag to compare
  • Added sanitizeHtml option for basic XSS sanitization (thanks @adi928)

v3.13.0

27 Feb 04:10
Compare
Choose a tag to compare

v3.12.0

15 Feb 22:33
Compare
Choose a tag to compare

v3.11.1

06 Oct 15:53
Compare
Choose a tag to compare

Narrow down the emoji regex to not include things like curly quotes (thanks @adamdavidcole!)

v3.11.0

31 Jul 01:17
Compare
Choose a tag to compare

Some amazing contributions in this release. Sorry for the version number snafu - accidentally created a 3.10.0 tag instead of 3.1.0, so went up from there.

Changes:

v3.10.0

05 Jun 02:54
Compare
Choose a tag to compare
  • Match a 'mailto:' prefix as part of an email address (thanks @adamdavidcole!)

v3.0.4

07 Mar 03:38
Compare
Choose a tag to compare
  • Export all Autolinker config interfaces from index.ts

v3.0.3

07 Mar 03:38
Compare
Choose a tag to compare
  • Fix name of package in bower.json to be lowercase

v3.0.2

20 Feb 22:11
Compare
Choose a tag to compare
  • Fix issue where closing square brackets could be included in a URL when the URL was simply wrapped in square brackets (#228)

v3.0.1

18 Feb 22:16
Compare
Choose a tag to compare

Fix issue with unquoted html attributes not parsing as html tags (#263)