1.2.0 (2021-6-7)
- Upgrade to babel 7
- Update other dependencies
- Add ready to use code in readme
- Add Esperanto docs
- Add husky and lint-staged for pre-commit check
1.1.2 (2018-10-19)
- fix conversion bug when handling chōon with passport-shiki romanization (#47)
- fix kanji->romaji conversion bug when using nippon-shiki/hepburn-shiki romanization (#46)
- Update test specification
- Update docs, add notice for romaji conversion
1.1.1 (2018-08-28)
- Handle invalid parameter when initializing kuroshiro
- Update test specification
1.1.0 (2018-08-13)
- Add support for multiple romanization systems
- Add
babel-runtime
dependency which used by commonjs distribution
- Update test specification
- Update docs
1.0.0 (2018-08-07)
- Update
kuroshiro-analyzer-kuromoji
to version ^1.1.0
- Update docs
1.0.0-rc.2 (2018-08-05)
- Update docs
1.0.0-rc.1 (2018-07-26)
- 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
- Ability to use different morphological analyzers (ready-made or customized)
kuroshiro.js
is renamedkuroshiro
for avoiding confusion between the names of kuroshiro and its plugins.
- Add CONTRIBUTING.md
- Add README.jp.md
- Update documents
0.2.4 (2018-05-23)
- Fix misparing when kana is between kanji (#31)
0.2.3 (2018-05-17)
- Update .npmignore file
0.2.2 (2018-05-17)
- Fix simple character conversion problem (#28)
0.2.1 (2018-01-24)
- Fix coverage report problem
0.2.0 (2018-01-24)
- Fix it would replace from first 'src' when getting full path of 'kuromoji/dict' (#19)
- Add typescript typings (#21)
- Update dependencies
- Add README.zh-tw.md
- Modify distribution logic
- Other trivial modifications
0.1.5 (2017-06-05)
- Fix wrong pairing of kanji and phonetic notation (reported in #10)
0.1.4 (2017-05-25)
- Fix wrong recognition when encountering katakana-kanji-mixed tokens (#9)
0.1.3 (2017-01-10)
- Make param
callback
ofinit
function optional
0.1.2 (2016-08-22)
- Update dependencies in package.json
- Update README.md and README.zh-cn.md