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 9f16b45 commit a172980Copy full SHA for a172980
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Linkify Changelog
2
3
+### v2.0.4
4
+
5
+* Optimize class code to reduce file size (#147).
6
+* Update test and dev dependencies
7
+* Allow uglify to mangle properties, except for the specified ones (#146)
8
+* Updated tlds.js (#121)
9
10
### v2.0.3
11
12
* Fixing element interface invalid DOM node error (#141)
package.json
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
0 commit comments