- more accurate error raising. (contributed by ikedas) - add `KanjizeConfiguration` - add new style `FLAT` - add new option `use_daiji` - now `kanji2number` can parse number string with daiji. - now you can choose '〇' as zero over '零' by setting `KanjiConfiguration(zero=KanjizeZero.SIGN)`
1.4.0
- support 0 for `kanji2number` and `number2kanji`
1.3.0
- Remove `kanji2int` - Add `number2kanji` for compatibility with `number2kanji`
1.2.0
- Support negative value on `kanji2int` and `int2kanji` - Added `kanji2number` and deprecated `kanji2int`
1.1.0
- Support float number
1.0.0
- Removed restrictions of maximum number. This now can handle number up to 10 ** 72 -1.