Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
linkifyjs.zip | 2024-12-04 | 138.1 kB | |
README.md | 2024-12-04 | 838 Bytes | |
v4.2.0 source code.tar.gz | 2024-12-04 | 167.3 kB | |
v4.2.0 source code.zip | 2024-12-04 | 228.0 kB | |
Totals: 4 Items | 534.2 kB | 3 |
What's Changed
- Correctly sanitize object replacement character by treating as whitespace in https://github.com/nfrasser/linkifyjs/pull/497
- Avoid detecting invalid URLs with numbers around boundaries in https://github.com/nfrasser/linkifyjs/pull/498
- Prevent delimiter apostrophes from being included in URLs in https://github.com/nfrasser/linkifyjs/pull/499
- Correctly interpret \r\n as newline character in https://github.com/nfrasser/linkifyjs/pull/500
- Correctly interpret emoji followed by # sign in https://github.com/nfrasser/linkifyjs/pull/501
- Fix support for domain names with multiple hyphens in https://github.com/nfrasser/linkifyjs/pull/502
- Fix parsing for magnet links in https://github.com/nfrasser/linkifyjs/pull/503
Full Changelog: https://github.com/nfrasser/linkifyjs/compare/v4.1.4...v4.2.0