Releases: lubosdz/number-to-words
Releases · lubosdz/number-to-words
1.0.6
- support enforcing the number of decimals
1.0.5
- make decimals separator word configurable
- clearify documentation on how to keep right-padded zeroes on decimal part
- added tests
1.0.4
- Support decimals as a fraction
- Fixed zeroes in decimal part on left side
- added unit tests
1.0.3
Fixed PHP 8.2 compatability
1.0.2
Extend support for actually any language
1.0.1
added Factory class and tests