0.1.2 (2018-03-20)
- update dependencies and devDependencies in package.json
0.1.1 (2016-08-07)
- dictionary directory path is changed from
dist/dict/
todict/
, and browserified filekuromoji.js
is moved fromdist/browser/kuromoji.js
tobuild/kuromoji.js
(#13)
- browserified
kuromoji.js
does not work in browser (#13)
0.1.0 (2016-08-06)
- word_position returns the real position in the text (#10)
- read seed dictionary line-by-line to reduce memory consumption when building dictionary
- update dependencies in package.json
- 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)
- add error handling when DictionaryLoader try to load non-exist dictionaries (#7)
- work with Atom editor (#8)
0.0.4 (2015-09-07)
- update dependencies in package.json (#5)
- use built-in zlib module instead of zlib.js on node.js (#6)
0.0.3 (2015-09-06)
- introduce Travis CI, Coveralls.io and Code Climate
- update README.md
0.0.2 (2014-12-04)
- version to 0.0.2 because of failure to npm publish (1cdad3c)