Comparing version 1.4.10 to 1.4.11
# NodeJieba ChangeLog | ||
## v1.4.11 | ||
+ Upgrade dependencies | ||
+ "nan": "~2.2.0" -> "~2.3.0" | ||
+ Upgrade devDependencies | ||
+ "mocha": "~2.3.4" -> "~2.4.5" | ||
+ "should": "~8.0.2" -> "~8.3.1" | ||
+ Upgrade deps/ | ||
+ cppjieba -> v4.7.0 | ||
+ limonp -> v0.6.1 | ||
## v1.4.10 | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -27,7 +27,7 @@ "maintainers": [ | ||
"dependencies": { | ||
"nan": "~2.2.0" | ||
"nan": "~2.3.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~2.3.4", | ||
"should": "~8.0.2", | ||
"mocha": "~2.4.5", | ||
"should": "~8.3.1", | ||
"istanbul": "~0.4.1", | ||
@@ -34,0 +34,0 @@ "coveralls": "~2.11.6" |
@@ -16,2 +16,4 @@ [![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
[![logo](http://7viirv.com1.z0.glb.clouddn.com/NodeJiebaLogo-v1.png)](https://github.com/yanyiwu/nodejieba) | ||
## 介绍 | ||
@@ -130,2 +132,3 @@ | ||
+ `node v4.0.0` | ||
+ `node v5.7.0` | ||
@@ -178,1 +181,5 @@ ## 应用 | ||
[pinyin]:https://github.com/hotoo/pinyin | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/yanyiwu/nodejieba/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11724529
183
55
+ Addednan@2.3.5(transitive)
- Removednan@2.2.1(transitive)
Updatednan@~2.3.0