Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Releases: Kaniwani/KanaWana

v2.2.0

20 Apr 18:51
Compare
Choose a tag to compare

Updated build system.

Extra utilities, better punctuation conversion

10 Apr 12:42
Compare
Choose a tag to compare

More Punctuation Converted

!?.:/,~-‘’“”[](){} all become Japanese equivalents:
!?。:・、〜ー「」『』[](){}

New Methods

stripOkurigana('踏み込む') // => '踏み込'
tokenize('すごく寒い') // => ['すごく', '寒', 'い']

Breaking Changes

Methods renamed for clarity
isKanjiKana() renamed to isJapanese()
isRomajiKana() renamed to isMixed()

Initial Release

19 Dec 07:56
Compare
Choose a tag to compare

Test coverage and core functionality complete.