Comparing version 2.5.0 to 2.5.1
# NodeJieba ChangeLog | ||
## v2.5.1 | ||
+ Merged [pull request 179](https://github.com/yanyiwu/nodejieba/pull/179) | ||
+ Since v2.5.0, [node-addon-api](https://github.com/nodejs/node-addon-api) is used, and only Node.js versions 10.0.0 and above are supported. There was an error in the previous description in the v2.5.0 version. | ||
## v2.5.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -12,4 +12,3 @@ "maintainers": [ | ||
"engines": { | ||
"node": ">= 9.3.0", | ||
"iojs": ">= 1.0.0" | ||
"node": ">= 10.20.0" | ||
}, | ||
@@ -16,0 +15,0 @@ "repository": { |
[![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
[![Financial Contributors on Open Collective](https://opencollective.com/nodejieba/all/badge.svg?label=financial+contributors)](https://opencollective.com/nodejieba) [![Author](https://img.shields.io/badge/author-@yanyiwu-blue.svg?style=flat)](http://yanyiwu.com/) | ||
[![Donate](https://img.shields.io/badge/donate-eos_git@yanyiwu-orange.svg)](https://eospark.com/account/gitatyanyiwu) | ||
[![Donate](https://img.shields.io/badge/donate-eos_gitdeveloper-orange.svg)](https://eosflare.io/account/gitdeveloper) | ||
[![Platform](https://img.shields.io/badge/platform-Linux,%20OS%20X,%20Windows-green.svg?style=flat)](https://github.com/yanyiwu/nodejieba) | ||
@@ -5,0 +5,0 @@ [![Performance](https://img.shields.io/badge/performance-excellent-brightgreen.svg?style=flat)](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html) |
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
11755102