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!