Comparing version 2.2.0 to 2.2.1
# NodeJieba ChangeLog | ||
## v2.2.1 | ||
+ fix bug in v2.2.0 about 'cutSmall' | ||
## v2.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -39,2 +39,3 @@ var nodejieba = require("./build/Release/nodejieba.node"); | ||
wrapWithDictLoad(nodejieba, "cutForSearch"); | ||
wrapWithDictLoad(nodejieba, "cutSmall"); | ||
wrapWithDictLoad(nodejieba, "tag"); | ||
@@ -41,0 +42,0 @@ wrapWithDictLoad(nodejieba, "extract"); |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
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
11729221
366