Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v3.16.1
v3.16.0
- Add support for underscores in domain labels (thanks @icehaunter!)
v3.15.0
- Add ability to link to TikTok mentions and hashtags via #371 (thanks @tomas-mikula)
v3.14.3
- Update to TypeScript 4, and update other dependencies
v3.14.1
- Use shared
RegExp
instances between multipleAutolinker
instances in order to improveAutolinker.link()
performance between multiple calls
v3.14.0
v3.13.0
- Support number only urls with valid protocol (#311). Thanks @adamdavidcole!
v3.12.0
- Support curly brackets and carets in url query (#303). Thanks @adamdavidcole!
v3.11.1
Narrow down the emoji regex to not include things like curly quotes (thanks @adamdavidcole!)
v3.11.0
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:
- Remove misused browser field. Thanks @TrySound
- accept emoji in URLs (fix for #238) Thanks @adamdavidcole
- Fix for URLs preceded with text are not linked correctly #159. Thanks @adamdavidcole
- Don't match email address with invalid TLD. Thanks one more time to @adamdavidcole!