All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.2.4 - 2017-04-21
- Changelog for better package history
- No longer rebuild docs automatically. Prevents messy git diffs due to the docs having inlined timestamps that always change despite no actual documentation changes.
2.2.3 - 2017-04-20
- Additional files copied to package dir (README etc)
- Homepage and Browser fields updated in package
2.2.2 - 2017-04-20
- Documentation clarifications
- Relocate demo and docs to gh-pages dir
- Links to demo and docs
- Coveralls coverage after Travis success
2.2.1 - 2017-04-20
- Update Travis config due to NPM scripts name changes
2.2.0 - 2017-04-20
- Helper scripts for finalising build and publishing changes to NPM
- Convert build from webpack to rollup
- ES module individual method imports for smaller builds
2.1.0 - 2017-04-13
- The following new methods are available
stripOkurigana('踏み込む') // => '踏み込'
- More punctuation conversion between romaji and kana
- English :‘’“”[] and Japanese equivalents :「」『』[]
- Start prepending a
v
to version number as per github convention
2.0.0 - 2017-04-13
- Methods renamed to better reflect their operation
isKanjiKana()
renamed toisJapanese()
isRomajiKana()
renamed toisMixed()
isKanjiKana()
isRomajiKana()
1.3.0 - 2017-04-13
tokenize('すごく寒い') // => ['すごく', '寒', 'い']
- Default parameters for functions
- Modification methods default to
''
- Checker methods default to
false
- Modification methods default to
- Internal util functions
- Further documentation
1.2.0 - 2017-01-12
toKana()
converts ~ to 〜 automatically now- Documentation updates
1.1.2 - 2017-01-04
- Documentation updates
- Repo file structure, extracted methods to individual files
- Full core/utils test coverage
1.1.1 - 2017-01-01
- Extra documentation
- Attempts to fix travis microtime dependency build
1.1.0 - 2017-01-01
stripKana()
method is nowstripOkurigana()
stripKana()
1.0.3 - 2016-12-31
stripKana()
method
- Install instructions, license info, badges & demo links in readme
1.0.2 - 2016-12-19
- Multiple package entry points (es6, umd, cjs)
- Typos
1.0.1 - 2016-12-19
- Updated readme