Releases: vstelmakh/url-highlight
Releases · vstelmakh/url-highlight
v1.2.4
Changelog:
- Fixed match by host includes colon at the end (e.g.
example.com:
will not include colon anymore)
v1.2.3
Changelog:
- Fixed match scheme without host (e.g.
http://
will not match anymore)
v1.2.2
Changelog:
- Url regex improvements (more strict scheme and host name)
- Not match emails (temporary)
v1.2.1
Changelog:
- Project logo
- Readme improvements
.gitattributes
to ignore dev files (e.g. tests) on export
v1.2.0
Changelog:
- Configuration. Additional options could be provided via constructor:
match_by_tld
default_scheme
scheme_blacklist
scheme_whitelist
v1.1.0
Changelog:
- Locate urls without protocol using top level domain names
v1.0.0
Changelog:
- Check if string is url
isUrl
- Parse urls from string
getUrls
- Replace urls in string by html tags
highlightUrls