All Versions
27
Latest Version
Avg Release Cycle
113 days
Latest Release
718 days ago

Changelog History
Page 1

  • v4.0.1 Changes

    May 02, 2022
    • ๐Ÿ›  Fix http:// incorrectly returned as a link by matchStart.
  • 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])
  • v3.0.3 Changes

    October 01, 2021
    • ๐Ÿ›  Fixed #98. Don't count ; at the end of link (when followed with space).
  • v3.0.2 Changes

    May 20, 2020
    • Proper fix for #54. Allow multiple ! in links (but not at the end).
  • v3.0.1 Changes

    May 19, 2020
    • โช Reverted #54 fix (allowed multiple ! in links), and added collision sample.
  • 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.
  • v2.2.0 Changes

    July 12, 2019
    • ๐Ÿ‘Œ Improved quoted email detect (disable " at email start), #72.
    • ๐Ÿ›  Fix some google links (allow more consecutive .), #66.
  • v2.1.0 Changes

    November 27, 2018
    • ๐Ÿ‘ Allow -- (and more dashes) in domain names, #63.
  • v2.0.3 Changes

    January 09, 2017
    • ๐Ÿ–จ Process ๏ฝœ (asian vertical pipe 0xFF5C) as valid text separator.
  • v2.0.2 Changes

    October 15, 2016
    • ๐Ÿ‘ Allow dashes in local domains, #43.