Releases: robinst/linkify
Releases · robinst/linkify
0.11.0
0.10.0
Added
- New option
url_can_bi_irithat can be used to disable international
domain parsing (still enabled by default). This is useful for parsing
ASCII only URLs out of non-ASCII text even if there's no spaces
before/after the URL (#49)
Changed
0.9.0
Changed
-
More strict parsing of hostname (authority) part of URLs. Applies to
emails, plain domains URLs (e.g.example.com/foo) and URLs with
schemes where a host is expected (e.g.https).This fixes a few problems that have been reported over time, namely:
https://www.example..comis no longer parsed as an URL (#41)foo@v1.1.1is no longer parsed as an email address (#29)https://*.example.orgis no longer parsed as an URL (#38)
It's a tricky change and hopefully this solves some problems while
not introducing too many new ones. If anything unexpectedly changed
for you, please let us know!