We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e673e commit 21f2639Copy full SHA for 21f2639
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Linkify Changelog
2
3
+### v2.0.1
4
+
5
+* Updated build system and development dependencies
6
+* IE8 Support
7
+* Internal API updates
8
9
### v2.0.0
10
11
* New link-detection technique based on lexicographical analysis via two-stage scanner - essentially regexp with more flexibility.
package.json
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
0 commit comments