- Add stub files according to PEP 561 for mypy (thanks @ernix)
- Fix to support Python2.7 ~ 3.4 (thanks @manjuu-eater)
- Support Python 3.11
- Support Python 3.10
- Re-support Python2.7 ~ 3.4 (thanks @manjuu-eater)
- Fix z2h, h2z all flag off bug (thanks @manjuu-eater)
- Fix alpha2kana infinite loop bug (thanks @frog42)
- Fix bug (alphabet2kana) thanks @Cuddlemuffin007
- Support Python 3.8 and 3.9
- Add handy functions: alphabet2kata and kata2alphabet. thanks @kokimame
- Add function for julius: hiragana2julius
- Fix bug (kana2alphabet)
- Support Python 3.7
- No longer support Python 2.6
- Add aliases of z2h -> zenkaku2hankaku and h2z -> hankaku2zenkaku
- Fix bugs (alphabet2kana, kana2alphabet) thanks @letuananh
- Fix bug (kana2alphabet) thanks @kokimame
- Support Python 3.6
- Fix bugs (alphabet2kana, kana2alphabet)
- Change module name jctconv -> jaconv
- Add alphabet and hiragana interconvert (alphabet2kana, kana2alphabet)
- Support Windows
- Support Python 3.5
- Add some Japanese characters to convert table (ゝゞ・「」。、)
- Decresing memory usage
- Some function names are deprecated (hankaku2zenkaku, zenkaku2hankaku, H2K, H2hK, K2H)
z2h and h2z allow mojimoji-like target character type determination. Bug fix about Half Kana conversion.