All Versions
27
Latest Version
Avg Release Cycle
113 days
Latest Release
866 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.1 Changes
May 02, 2022- ๐ Fix
http://
incorrectly returned as a link by matchStart.
- ๐ Fix
-
v4.0.0 Changes
April 22, 2022- โ Add
matchAtStart
method to match full URLs at the start of the string. - ๐ Fixed paired symbols (
()
,{}
,""
, etc.) after punctuation. - ๐
---
option now affects parsing of emails (e.g.[email protected]
)
- โ Add
-
v3.0.3 Changes
October 01, 2021- ๐ Fixed #98. Don't count
;
at the end of link (when followed with space).
- ๐ Fixed #98. Don't count
-
v3.0.2 Changes
May 20, 2020- Proper fix for #54. Allow multiple
!
in links (but not at the end).
- Proper fix for #54. Allow multiple
-
v3.0.1 Changes
May 19, 2020- โช Reverted #54 fix (allowed multiple
!
in links), and added collision sample.
- โช Reverted #54 fix (allowed multiple
-
v3.0.0 Changes
May 19, 2020- ๐ Allow unlimited
.
inside link params, #81. This should not be breaking, but bumped version for sure. - ๐ Allow
..&
in params, #87. - ๐ Allow multiple
!
in links, #54. - Deps bump.
- ๐ Rewrite build scripts.
- ๐ Allow unlimited
-
v2.2.0 Changes
July 12, 2019- ๐ Improved quoted email detect (disable
"
at email start), #72. - ๐ Fix some google links (allow more consecutive
.
), #66.
- ๐ Improved quoted email detect (disable
-
v2.1.0 Changes
November 27, 2018- ๐ Allow
--
(and more dashes) in domain names, #63.
- ๐ Allow
-
v2.0.3 Changes
January 09, 2017- ๐จ Process
๏ฝ
(asian vertical pipe 0xFF5C) as valid text separator.
- ๐จ Process
-
v2.0.2 Changes
October 15, 2016- ๐ Allow dashes in local domains, #43.