Major update - first v1.0 checkin with support for Promise, remove natural dependency, and more.

This commit is contained in:
Moos 2016-01-18 20:47:37 -08:00
parent c69e74235a
commit 57c3340130
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ See [bench/README](bench).
## Changes
1.0.0
1.0.1
- Removed npm dependency on Natural. Certain modules are included in /lib.
- Add support for ES6 Promises.
- Improved data file reads for up to **5x** performance increase compared to previous version.

View File

@ -11,7 +11,7 @@
"verbs"
],
"description": "wordpos is a set of part-of-speech utilities for Node.js using the WordNet database.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/moos/wordpos",
"engines": {
"node": ">=0.12"