- Removed restrictions of maximum number. This now can handle number up to 10 ** 72 -1.
0.2.1
- Now this library can parse any kanji-number which has 千/百/十 in its inside.
0.2.0
- Changed algorithm to parse kanji - fixed bug
0.1.0
- Added `Number` class. - Added `style` argument to `kanji2int` and `int2kanji` that specifies style of formatting. - Added `kanji_thousand` to `int2kanji` that specifies how thousand digits are kanjized.
0.0.2
- fixed bug Returns wrong answer in `kanji2int` when given number is greater than 10 ** 16