Skip to content

Releases: gregjacobs/Autolinker.js

v3.11.1

06 Oct 15:53
Compare
Choose a tag to compare

Narrow down the emoji regex to not include things like curly quotes (thanks @adamdavidcole!)

v3.11.0

31 Jul 01:17
Compare
Choose a tag to compare

Some amazing contributions in this release. Sorry for the version number snafu - accidentally created a 3.10.0 tag instead of 3.1.0, so went up from there.

Changes:

v3.10.0

05 Jun 02:54
Compare
Choose a tag to compare
  • Match a 'mailto:' prefix as part of an email address (thanks @adamdavidcole!)

v3.0.4

07 Mar 03:38
Compare
Choose a tag to compare
  • Export all Autolinker config interfaces from index.ts

v3.0.3

07 Mar 03:38
Compare
Choose a tag to compare
  • Fix name of package in bower.json to be lowercase

v3.0.2

20 Feb 22:11
Compare
Choose a tag to compare
  • Fix issue where closing square brackets could be included in a URL when the URL was simply wrapped in square brackets (#228)

v3.0.1

18 Feb 22:16
Compare
Choose a tag to compare

Fix issue with unquoted html attributes not parsing as html tags (#263)

v.3.0.0

23 Jan 05:16
Compare
Choose a tag to compare

Main Changes:

  • Replaced the RegExp-based HTML Parser and EmailMatcher with linear-time state machine parsers (PRs #259 and #260). Closes #257, and improves performance across the board, especially with large strings

Breaking Changes:

  • Removed HtmlParser class, replacing with an internal parseHtml() function

v2.2.2

10 Jan 05:08
Compare
Choose a tag to compare

Use tslib dependency to remove duplicate __extends function in minified file. Saves 3kb

v2.2.1

28 Dec 05:23
Compare
Choose a tag to compare
  • Increase Twitter mention length from 20 to 50 characters (Twitter usernames may now be 50 characters)
  • Fix issue with mentions and hashtags where partial mentions/hashtags could be linked if they were above the prescribed number of allowed characters