Skip to content

Commit

Permalink
v2.0.0-beta.1, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Jun 13, 2015
1 parent 18089d2 commit 2fab342
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Linkify Changelog

### v2.0.0

* New link-detection technique based on lexicographical analysis via two-stage scanner - essentially regexp with more flexibility.
* Node.js API via `var linkify = require('linkifyjs');`
* Internal plugin system so you can require only features you need. e.g., `require('linkifyjs/plugins/hashtag')(linkify);`
* Browser modules (Browserify, AMD)
* Mocha Unit tests
* ES6 Implementation
* Updated documentation
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2fab342

Please sign in to comment.