Skip to content

Releases: gregjacobs/Autolinker.js

v1.4.0

26 Nov 01:36
Compare
Choose a tag to compare
  • Use the HTML … entity instead of .. for ellipsis
  • Add a title attribute with the full URL on anchor tags that have had their text truncated

Thanks @olafleur for both of these changes!

v1.3.4

21 Nov 22:11
Compare
Choose a tag to compare
  • No changes from 1.3.2. Accidentally pushed a tag named 1.3.3 for the 1.3.1 version, so created a new version to be greater than the accidental tag

v1.3.2

21 Nov 05:00
Compare
Choose a tag to compare
  • Support local urls with numbers (such as http://localhost.local001/test). Thanks @olafleur!

v1.3.1

21 Nov 04:58
Compare
Choose a tag to compare
  • Fix for Array.prototype.push encountering a "Maximum Call Stack Exceeded" error when the input is a large number of HTML character entities

v1.3.0

21 Nov 04:13
Compare
Choose a tag to compare
  • Fix ReDos issue for input that resembled html but wasn't (#172)

v1.2.2

21 Nov 01:51
Compare
Choose a tag to compare
  • Fix issue with possibly autolinking a domain name with multiple consecutive dots (Thanks @olafleur!)

v1.2.1

26 Oct 02:39
Compare
Choose a tag to compare

Move gulp-header dependency from dependencies to devDependencies

v1.2.0

01 Oct 22:57
Compare
Choose a tag to compare
  • Add static parse() method as a convenience for the instance-level parse() method

v1.1.1

01 Oct 22:58
Compare
Choose a tag to compare
  • Include checkmarks in parsed URLs (thanks @olafleur)

v1.1.0

06 Sep 03:55
Compare
Choose a tag to compare
  • Add stripTrailingSlash option to decided whether or not to remove a trailing slash from URL matches
  • Add individual scheme and www options to stripPrefix to decide to strip the scheme, the 'www', or both from URL matches