Skip to content

Releases: nfrasser/linkifyjs

v2.0.3

21 May 21:08

Choose a tag to compare

  • Fixing element interface invalid DOM node error (#141)

v2.0.1

16 May 03:07

Choose a tag to compare

  • Updated build system and development dependencies
  • IE8 Support
  • Internal API updates

v2.0.0

18 Apr 01:36

Choose a tag to compare

  • Ignore tags option (#125)
  • Anything that begins with a protocol is recognized as a string (#127)

v2.0.0-beta.9

29 Jan 00:02

Choose a tag to compare

v2.0.0-beta.9 Pre-release
Pre-release
  • [Feature] Added validate option (function) to be able to selectively filter tokens (#106) - Thanks @fcarreiro
  • [Documentation] Correct require path for hashtag plugin (#109) - Thanks @akarve

v2.0.0-beta.8

06 Jan 20:23

Choose a tag to compare

v2.0.0-beta.8 Pre-release
Pre-release
  • Add local to tlds.js (#101)

v2.0.0-beta.7

15 Dec 04:36

Choose a tag to compare

v2.0.0-beta.7 Pre-release
Pre-release
  • Fix for nested tags in linkify-html (#96)

v2.0.0-beta.6

15 Dec 03:51

Choose a tag to compare

v2.0.0-beta.6 Pre-release
Pre-release
  • New linkify-html interface (#84)
  • Mostly correct parsing for links containing or wrapped in brackets (#93)

v2.0.0-beta.5

20 Nov 19:31

Choose a tag to compare

v2.0.0-beta.5 Pre-release
Pre-release
  • Workaround for Chrome toLowerCase issue. Fixes #87

v2.0.0-beta.4

27 Jun 20:42

Choose a tag to compare

v2.0.0-beta.4 Pre-release
Pre-release
  • Parentheses and other symbols are now included as part of the
    URL. Fixes #52
  • Allow numbers as domains and subdomains. Fixes #71
  • Colons are no longer allowed in an email address's local part.
    Fixes #73
  • Updated CI script, docs style/spelling fixes

v2.0.0-beta.3

19 Jun 06:15

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release

v2.0.0-beta.3

  • [Breaks previous beta] Options that take only the link type now take the href as well ( #69 )
  • Updated linkify-element implementation that is faster and less destructive - No longer rebuilds entire DOM for each element linkify is called on.

Fixes #62, #69