Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v1.7.1
- Fix for
compactMatches()
to correctly handle matches that are directly next to each other. Thanks @bgryszko!
v1.7.0
v1.6.2
- Improve regex performance for URL parsing (i.e. fix another case of potential catastrophic backtracking). Thanks @caseywebdev!
v1.6.1
- Improve regex performance on the html regex to not introduce the possibility of catastrophic backtracking when attempting to match attributes in tags. Fixes some ReDoS scenarios. Thanks @caseywebdev!
- Allow matches for multiple dots in the path of a url (example: https://gitlab.example.com/space/repo/compare/master...develop) Thanks @StevenYuysy!
v1.6.0
v1.5.0
v1.4.4
v1.4.3
v1.4.2
v1.4.1
- Adding capability to include phone extensions (thanks @pratyushtewari !)