Releases: yamin8000/PrettyPersianNumbers
Releases · yamin8000/PrettyPersianNumbers
2.0.1
Fixed a bug that inputs like 101, 202, 1101 and etc would throw error thanks to @m3hdi-i report
2.0.0
Major refactor, breaking update, public method names are changed
1.1.1
Fixed package in manifest, minor release
1.1.0
- Changed package name from
ir.yamin.digits
to com.github.yamin8000.ppn
- Fixed a bug where for
BigDecimal
inputs NaN
was returned
- updated gradle to 7.2
- updated android gradle plugin to 7.1.2
- removed spellToIranMoney method
- changed some docs
1.0.5
updated to jdk11
updated android gradle plugin
code refactoring
comments added
decimal number bug that converted numbers like 12.1 to 12.09999999999999999 fixed
etc
1.0.4
decimal number bug when number is lesser that one fixed
1.0.3
added support for decimal numbers (numbers with fractions)
1.0.2
added support for BigInteger input
added support for converting straight to money (rial, toman)