This repository has been archived by the owner on May 3, 2018. It is now read-only.
Releases: Kaniwani/KanaWana
Releases · Kaniwani/KanaWana
v2.2.0
Extra utilities, better punctuation conversion
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
Test coverage and core functionality complete.