Comparing version 1.4.5 to 1.4.6
# NodeJieba ChangeLog | ||
## v1.4.6 | ||
Change source codes layout | ||
* lib/jieba/limonp -> deps/limonp | ||
* lib/jieba -> deps/cppjieba | ||
Upgrade: | ||
* limonp -> v0.5.2, fix incompatibility problem of [issue45](https://github.com/yanyiwu/nodejieba/issues/45) | ||
* cppjieba -> v4.3.2 | ||
## v1.4.5 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -27,9 +27,9 @@ "maintainers": [ | ||
"dependencies": { | ||
"nan": "~2.1.0" | ||
"nan": "~2.2.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~2.3.4", | ||
"should": "~7.1.1", | ||
"istanbul": "~0.2.4", | ||
"coveralls": "~2.7.1" | ||
"should": "~8.0.2", | ||
"istanbul": "~0.4.1", | ||
"coveralls": "~2.11.6" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
[![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
[![Author](https://img.shields.io/badge/author-@yanyiwu-blue.svg?style=flat)](http://yanyiwu.com/) | ||
[![Performance](https://img.shields.io/badge/performance-excellent-brightgreen.svg?style=flat)](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html) | ||
[![License](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat)](http://yanyiwu.mit-license.org) | ||
[![Dependency Status](https://david-dm.org/yanyiwu/nodejieba.png?theme=shields.io)](https://david-dm.org/yanyiwu/nodejieba) | ||
@@ -3,0 +6,0 @@ [![devDependency Status](https://david-dm.org/yanyiwu/nodejieba/dev-status.png?theme=shields.io)](https://david-dm.org/yanyiwu/nodejieba#info=devDependencies) |
[![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
[![Author](https://img.shields.io/badge/author-@yanyiwu-blue.svg?style=flat)](http://yanyiwu.com/) | ||
[![Performance](https://img.shields.io/badge/performance-excellent-brightgreen.svg?style=flat)](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html) | ||
[![License](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat)](http://yanyiwu.mit-license.org) | ||
[![Dependency Status](https://david-dm.org/yanyiwu/nodejieba.png?theme=shields.io)](https://david-dm.org/yanyiwu/nodejieba) | ||
@@ -3,0 +6,0 @@ [![devDependency Status](https://david-dm.org/yanyiwu/nodejieba/dev-status.png?theme=shields.io)](https://david-dm.org/yanyiwu/nodejieba#info=devDependencies) |
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
11716222
174
+ Addednan@2.2.1(transitive)
- Removednan@2.1.0(transitive)
Updatednan@~2.2.0