Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 31, 2016
1 parent d67b951 commit 57e080f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
2.0.0 / 2016-03-31
==================

* Add GitHub Releases deployment to Travis ([`d67575a`](https://github.com/wooorm/franc/commit/d67575a))
* Remove distribution files from source ([`9fb527a`](https://github.com/wooorm/franc/commit/9fb527a))
* Remove Bower, Component, Duo support ([`00b4e51`](https://github.com/wooorm/franc/commit/00b4e51))
* Update udhr, trigrams ([`7598e5a`](https://github.com/wooorm/franc/commit/7598e5a))

1.1.3 / 2016-02-22
==================

* Fix `NaN` from showing up in empty results ([f915584](https://github.com/wooorm/franc/commit/f915584))
* Fix `NaN` from showing up in empty results ([`f915584`](https://github.com/wooorm/franc/commit/f915584))

1.1.2 / 2016-01-27
==================

* Fix bug where the top-trigram was not counted ([0152d0a](https://github.com/wooorm/franc/commit/0152d0a))
* Fix typo in foreign language example ([1e982cf](https://github.com/wooorm/franc/commit/1e982cf))
* Fix bug where the top-trigram was not counted ([`0152d0a`](https://github.com/wooorm/franc/commit/0152d0a))
* Fix typo in foreign language example ([`1e982cf`](https://github.com/wooorm/franc/commit/1e982cf))

1.1.1 / 2015-07-13
==================

* Fix failure when script not in white-list ([bddf79b](https://github.com/wooorm/franc/commit/bddf79b))
* Fix failure when script not in white-list ([`bddf79b`](https://github.com/wooorm/franc/commit/bddf79b))

1.1.0 / 2015-06-16
==================

* Update browserify, eslint, jscs-jsdoc, markdown-table ([ee2f575](https://github.com/wooorm/franc/commit/ee2f575))
* Refactor cli ([ee2f575](https://github.com/wooorm/franc/commit/d656ebf))
* Add support for --all to cli.js ([b3092f8](https://github.com/wooorm/franc/commit/b3092f8))
* Update browserify, eslint, jscs-jsdoc, markdown-table ([`ee2f575`](https://github.com/wooorm/franc/commit/ee2f575))
* Refactor cli ([`ee2f575`](https://github.com/wooorm/franc/commit/d656ebf))
* Add support for --all to cli.js ([`b3092f8`](https://github.com/wooorm/franc/commit/b3092f8))

1.0.1 / 2015-03-25
==================

* Fix results for digit-only and white-space-only input ([e0624ae](https://github.com/wooorm/franc/commit/e0624ae))
* Fix results for digit-only and white-space-only input ([`e0624ae`](https://github.com/wooorm/franc/commit/e0624ae))

1.0.0 / 2015-03-20
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "franc",
"version": "1.1.3",
"version": "2.0.0",
"description": "Detect the language of text",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 57e080f

Please sign in to comment.