Skip to content

Latest commit

 

History

History
94 lines (46 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

94 lines (46 loc) · 3.29 KB

0.1.2 (2018-03-20)

Bug Fixes

  • tokenization of 研/究 (#16) and 協/会 (#23) is not valid

Bump deps

  • update dependencies and devDependencies in package.json

0.1.1 (2016-08-07)

Breaking Changes

  • dictionary directory path is changed from dist/dict/ to dict/, and browserified file kuromoji.js is moved from dist/browser/kuromoji.js to build/kuromoji.js (#13)

Bug Fixes

  • browserified kuromoji.js does not work in browser (#13)

0.1.0 (2016-08-06)

Breaking Changes

  • change binary format of cc.dat.gz (connection costs dictionary) (761eaf2, c64cc22)

Bug Fixes

  • word_position returns the real position in the text (#10)

Performance Improvements

  • read seed dictionary line-by-line to reduce memory consumption when building dictionary

Bump deps

  • update dependencies in package.json

Miscellaneous

  • separate mecab-ipadic seed dictionary to different repo as a npm package mecab-ipadic-seed (#12)
  • remove jsdoc directory from git repo (817c23e)
  • define deploy gulp task to publish jsdoc and demo as GitHub Pages (2d638aa)

0.0.5 (2015-11-19)

Bug Fixes

  • add error handling when DictionaryLoader try to load non-exist dictionaries (#7)
  • work with Atom editor (#8)

0.0.4 (2015-09-07)

Bump deps

  • update dependencies in package.json (#5)

Performance Improvements

  • use built-in zlib module instead of zlib.js on node.js (#6)

0.0.3 (2015-09-06)

Miscellaneous

  • introduce Travis CI, Coveralls.io and Code Climate
  • update README.md

0.0.2 (2014-12-04)

Miscellaneous

  • version to 0.0.2 because of failure to npm publish (1cdad3c)