Releases: nfrasser/linkifyjs
Releases · nfrasser/linkifyjs
v4.3.1
v4.3.0
What's Changed
- Fix: allow apostrophe in URL by @patrickReiis in #504
- Fix tokenizing of comments starting or ending with more than two -- by @hrb-hub in nfrasser/simple-html-tokenizer#1
- Update dependencies by @nfrasser in #513
- Rename dist file
.cjs.js
and.es.js
extensions to.cjs
and.mjs
, respectively
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- Correctly sanitize object replacement character by treating as whitespace in #497
- Avoid detecting invalid URLs with numbers around boundaries in #498
- Prevent delimiter apostrophes from being included in URLs in #499
- Correctly interpret \r\n as newline character in #500
- Correctly interpret emoji followed by # sign in #501
- Fix support for domain names with multiple hyphens in #502
- Fix parsing for magnet links in #503
Full Changelog: v4.1.4...v4.2.0
v4.1.4
v4.1.3
What's Changed
- Add support for fullwidth parentheses by @weii41392 in #461
- linkify-html: don't convert & -> & by @nfrasser in #462
- Bracket parsing refactor and support for 「」『』<> brackets by @nfrasser in #463
New Contributors
- @weii41392 made their first contribution in #461
Full Changelog: v4.1.2...v4.1.3