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 18089d2 commit 2fab342Copy full SHA for 2fab342
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Linkify Changelog
2
+
3
+### v2.0.0
4
5
+* New link-detection technique based on lexicographical analysis via two-stage scanner - essentially regexp with more flexibility.
6
+* Node.js API via `var linkify = require('linkifyjs');`
7
+* Internal plugin system so you can require only features you need. e.g., `require('linkifyjs/plugins/hashtag')(linkify);`
8
+* Browser modules (Browserify, AMD)
9
+* Mocha Unit tests
10
+* ES6 Implementation
11
+* Updated documentation
package.json
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
- "version": "2.0.0-alpha.4",
+ "version": "2.0.0-beta.1",
"description": "Intelligent URL recognition, made easy",
"repository": {
"type": "git",
0 commit comments