Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v1.4.0
v1.3.4
- No changes from
1.3.2
. Accidentally pushed a tag named1.3.3
for the1.3.1
version, so created a new version to be greater than the accidental tag
v1.3.2
v1.3.1
- 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
v1.2.2
v1.2.1
Move gulp-header
dependency from dependencies
to devDependencies
v1.2.0
v1.1.1
v1.1.0
- Add
stripTrailingSlash
option to decided whether or not to remove a trailing slash from URL matches - Add individual
scheme
andwww
options tostripPrefix
to decide to strip the scheme, the 'www', or both from URL matches