Skip to content

Releases: virgil-av/numbers-to-words-romanian

1.4.1

09 Aug 17:00
0916d90
Compare
Choose a tag to compare

Patched an older error where a "zero" would appear before "virgulă" when decimals points were used on round numbers like 100,1000, 10000 and so on. Added test cases to validate the fix.

At the moment it is just patched if someone can find where that "zero" comes up please open a pull request or create an issue ticket

Full Changelog: 1.4.0...1.4.1

1.4.0 with decimal point feature

09 Aug 13:42
3723707
Compare
Choose a tag to compare

What's Changed

  • Fixed: Decimal words for bigger numbers. Added: Tests for the fix by @Meriegg in #17

example :

// typescript
import {generateWords} from 'numbers-to-words-romanian';

generateWords(100)
// => o sută

generateWords(19.25)
// => nouăsprezece virgulă douăzeci și cinci

New Contributors

Full Changelog: 1.3.4...1.4.0

v1.3.4

07 Mar 22:55
294af94
Compare
Choose a tag to compare
Update package.json