Releases: IoeCmcomc/chiecthuyenngoaixa
Releases · IoeCmcomc/chiecthuyenngoaixa
v0.2.1
Changes
- Fix some syllable not parsable by the
Syllable.from_string()
method in the syllable
module.
- Add more test cases.
- Add more examples in the documentation.
v0.2.0
Changes
- Add
normalize_confusables()
function in the misc
module.
- The
num_to_words()
function in the number
module will now process 9 digit groups before processing 3 digit groups.
v0.1.2
Changes
- Fix #1.
ctnx.number.num_to_words()
will now support Decimal
and str
types.