Skip to content

Commit

Permalink
Merge pull request #40 from hexenq/dev
Browse files Browse the repository at this point in the history
build: release 1.0.0
  • Loading branch information
hexenq committed Aug 7, 2018
2 parents a7481a2 + 8ef74bf commit c174cc3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.0"></a>
## [1.0.0](https://github.com/hexenq/kuroshiro/compare/1.0.0-rc.2...1.0.0) (2018-08-07)

### Bump deps

* Update `kuroshiro-analyzer-kuromoji` to version ^1.1.0

### Miscellaneous

* Update docs

<a name="1.0.0-rc.2"></a>
## [1.0.0-rc.2](https://github.com/hexenq/kuroshiro/compare/1.0.0-rc.1...1.0.0-rc.2) (2018-08-05)

Expand Down
2 changes: 1 addition & 1 deletion README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kuroshiroは日本語文をローマ字や仮名なとに変換できるライ
オンラインデモは[こちら](http://hexenq.com/kuroshiro/demo/index.html)です。初期化は少し時間がかかります、少々待ちください。

## バッジョン1.xでの重大な変更
- 形態素解析器がルビロジックから分離される。それゆえ、様々な形態素解析器(レディーメイドもカスタマイズも)を利用できることになります。
- 形態素解析器がルビロジックから分離される。それゆえ、様々な形態素解析器([レディーメイド](#形態素解析器プラグイン)[カスタマイズ](CONTRIBUTING.md#how-to-submit-new-analyzer-plugins))を利用できることになります。
- ES2017の新機能「async/await」を利用します
- CommonJSからES Modulesへ移行します

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kuroshiro is a Japanese language library for converting Japanese sentence to Hir
You can check the demo [here](http://hexenq.com/kuroshiro/demo/index.html).

## Breaking Change in 1.x
- Seperate morphological analyzer from phonetic notation logic to make it possible that we can use different morphological analyzers (ready-made or customized)
- Seperate morphological analyzer from phonetic notation logic to make it possible that we can use different morphological analyzers ([ready-made](#ready-made-analyzer-plugins) or [customized](CONTRIBUTING.md#how-to-submit-new-analyzer-plugins))
- Embrace ES8/ES2017 to use async/await functions
- Use ES6 Module instead of CommonJS

Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kuroshiro是一款十分方便使用的日文转换注音工具,主要针对
你可以在[这里](http://hexenq.com/kuroshiro/demo/index.html)查看在线演示,初始化会有些慢(需要下载字典,16MB左右),请耐心等待。

## 1.x版本的重大变化
- 从注音逻辑中分离语素解析器部分,使得我们可以使用不同的语素解析器(预定义的或自定义的
- 从注音逻辑中分离语素解析器部分,使得我们可以使用不同的语素解析器([预定义的](#解析器插件)[自定义的](CONTRIBUTING.md#how-to-submit-new-analyzer-plugins)
- 拥抱ES8/ES2017以使用async/await方法
- 使用ES6 Module取代CommonJS

Expand Down
2 changes: 1 addition & 1 deletion README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kuroshiro是一款十分方便使用的日文轉換注音工具,主要針對
你可以在[這裡](http://hexenq.com/kuroshiro/demo/index.html)查看在線演示,初始化會有些慢(需要下載字典,16MB左右),請耐心等待。

## 1.x版本的重大變化
- 從注音邏輯中分離語素解析器部分,使得我們可以使用不同的語素解析器(預定義的或自定義的
- 從注音邏輯中分離語素解析器部分,使得我們可以使用不同的語素解析器([預定義的](#解析器插件)[自定義的](CONTRIBUTING.md#how-to-submit-new-analyzer-plugins)
- 擁抱ES8/ES2017以使用async/await方法
- 使用ES6 Module取代CommonJS

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuroshiro",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "kuroshiro is a Japanese language library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.0.1",
"kuroshiro-analyzer-kuromoji": "^1.0.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"uglifyify": "^5.0.0"
},
"browserify": {
Expand Down

0 comments on commit c174cc3

Please sign in to comment.