@dsquare-gbu/kuroshiro
Version:
kuroshiro is a Japanese language library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.
169 lines (96 loc) • 4.36 kB
Markdown
<a name="1.1.2"></a>
## [1.1.2](https://github.com/hexenq/kuroshiro/compare/1.1.1...1.1.2) (2018-10-19)
### Bug Fixes
* fix conversion bug when handling chōon with passport-shiki romanization ([#47](https://github.com/hexenq/kuroshiro/issues/47))
* fix kanji->romaji conversion bug when using nippon-shiki/hepburn-shiki romanization ([#46](https://github.com/hexenq/kuroshiro/issues/46))
### Test
* Update test specification
### Miscellaneous
* Update docs, add notice for romaji conversion
<a name="1.1.1"></a>
## [1.1.1](https://github.com/hexenq/kuroshiro/compare/1.1.0...1.1.1) (2018-08-28)
### Bug Fixes
* Handle invalid parameter when initializing kuroshiro
### Test
* Update test specification
<a name="1.1.0"></a>
## [1.1.0](https://github.com/hexenq/kuroshiro/compare/1.0.0...1.1.0) (2018-08-13)
### Feature
* Add support for multiple romanization systems
### Bug Fixes
* Add `babel-runtime` dependency which used by commonjs distribution
### Test
* Update test specification
### Miscellaneous
* Update docs
<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)
### Miscellaneous
* Update docs
<a name="1.0.0-rc.1"></a>
## [1.0.0-rc.1](https://github.com/hexenq/kuroshiro/compare/0.2.4...1.0.0-rc.1) (2018-07-26)
### BREAKING CHANGE
* Seperate morphological analyzer from phonetic notation logic to enable the new feature listed below
* Embrace ES8/ES2017 to use async/await functions
* Use ES6 Module instead of CommonJS
* Refactor project structure
### Feature
* Ability to use different morphological analyzers (ready-made or customized)
### Repo Name Change
* `kuroshiro.js` is renamed `kuroshiro` for avoiding confusion between the names of kuroshiro and its plugins.
### Miscellaneous
* Add CONTRIBUTING.md
* Add README.jp.md
* Update documents
<a name="0.2.4"></a>
## [0.2.4](https://github.com/hexenq/kuroshiro/compare/0.2.3...0.2.4) (2018-05-23)
### Bug Fixes
* Fix misparing when kana is between kanji ([#31](https://github.com/hexenq/kuroshiro/issues/31))
<a name="0.2.3"></a>
## [0.2.3](https://github.com/hexenq/kuroshiro/compare/0.2.2...0.2.3) (2018-05-17)
### Miscellaneous
* Update .npmignore file
<a name="0.2.2"></a>
## [0.2.2](https://github.com/hexenq/kuroshiro/compare/0.2.1...0.2.2) (2018-05-17)
### Bug Fixes
* Fix simple character conversion problem ([#28](https://github.com/hexenq/kuroshiro/issues/28))
<a name="0.2.1"></a>
## [0.2.1](https://github.com/hexenq/kuroshiro/compare/0.2.0...0.2.1) (2018-01-24)
### Miscellaneous
* Fix coverage report problem
<a name="0.2.0"></a>
## [0.2.0](https://github.com/hexenq/kuroshiro/compare/0.1.5...0.2.0) (2018-01-24)
### Bug Fixes
* Fix it would replace from first 'src' when getting full path of 'kuromoji/dict' ([#19](https://github.com/hexenq/kuroshiro/pull/19))
### Usability
* Add typescript typings ([#21](https://github.com/hexenq/kuroshiro/pull/21))
### Bump deps
* Update dependencies
### Miscellaneous
* Add README.zh-tw.md
* Modify distribution logic
* Other trivial modifications
<a name="0.1.5"></a>
## [0.1.5](https://github.com/hexenq/kuroshiro/compare/0.1.4...0.1.5) (2017-06-05)
### Bug Fixes
* Fix wrong pairing of kanji and phonetic notation (reported in [#10](https://github.com/hexenq/kuroshiro/issues/10))
<a name="0.1.4"></a>
## [0.1.4](https://github.com/hexenq/kuroshiro/compare/0.1.3...0.1.4) (2017-05-25)
### Bug Fixes
* Fix wrong recognition when encountering katakana-kanji-mixed tokens ([#9](https://github.com/hexenq/kuroshiro/issues/9))
<a name="0.1.3"></a>
## [0.1.3](https://github.com/hexenq/kuroshiro/compare/0.1.2...0.1.3) (2017-01-10)
### Usability
* Make param `callback` of `init` function *optional*
<a name="0.1.2"></a>
## [0.1.2](https://github.com/hexenq/kuroshiro/compare/0.1.1...0.1.2) (2016-08-22)
### Bump deps
* Update dependencies in package.json
### Miscellaneous
* Update README.md and README.zh-cn.md