Comparing version 1.2.2 to 1.3.0
@@ -1,3 +0,7 @@ | ||
# ChangeLog | ||
# NodeJieba ChangeLog | ||
## v1.3.0 | ||
* 合并 [pr37], 修复 [issue36] 。 放弃对旧版本 `node.js v0.11` 的支持。 | ||
## v1.2.2 | ||
@@ -21,3 +25,3 @@ | ||
* Merge Pull Request [pull28],显示声明依赖的是 node 后缀的文件,解决一些库重写了 require 的问题。 | ||
* Merge Pull Request [pr28],显示声明依赖的是 node 后缀的文件,解决一些库重写了 require 的问题。 | ||
@@ -122,2 +126,3 @@ ## v1.0.2 | ||
[issue23]:https://github.com/yanyiwu/nodejieba/issues/23 | ||
[pull28]:https://github.com/yanyiwu/nodejieba/pull/28 | ||
[pr28]:https://github.com/yanyiwu/nodejieba/pull/28 | ||
[issue36]:https://github.com/yanyiwu/nodejieba/issues/36 |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -25,3 +25,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"nan": "~1.8.0" | ||
"nan": "~2.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -118,3 +118,2 @@ [![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
+ `node v0.10.2` | ||
+ `node v0.11.13` | ||
+ `node v0.12.1` | ||
@@ -121,0 +120,0 @@ + `iojs v1.3.0` |
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
11712645
153
+ Addednan@2.0.9(transitive)
- Removednan@1.8.4(transitive)
Updatednan@~2.0.0