Skip to content

Commit 2fab342

Browse files
author
nfrasser
committed
v2.0.0-beta.1, changelog
1 parent 18089d2 commit 2fab342

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkifyjs",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-beta.1",
44
"description": "Intelligent URL recognition, made easy",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)