Releases: forzagreen/n2words
Releases · forzagreen/n2words
v1.21.0
What's Changed
- Node 22, bump dependencies, & ESLint upgrade by @TylerVigario in #139
- ESLint pass by @TylerVigario in #140
- Small fixes by @TylerVigario in #142
- ESLint second pass by @TylerVigario in #143
- Allow selecting individual languages for jsDelivr by @TylerVigario in #144
- Drop Node 21 & benchmark workflow by @TylerVigario in #145
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- Fix: fix & improve AR by @forzagreen in #137
- Bump to 1.20.0 by @forzagreen in #138
Full Changelog: v1.19.1...v1.20.0
v1.19.1
What's Changed
- Fix issue with extra leading zeros if decimal portion had zeros in value by @TylerVigario in #134
- Improvements to comments by @TylerVigario in #135
- Add bigint to code doc & bump version by @TylerVigario in #136
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
- Bump dependencies by @TylerVigario in #128
- Bump dependencies & requirements by @TylerVigario in #129
- Bump dependencies by @TylerVigario in #130
- Bump to 1.19 by @TylerVigario in #131
- Bump package-lock and switch to nodenext for typings generation by @TylerVigario in #132
Full Changelog: v1.18.0...v1.19.0
v1.18.0
What's Changed
- feat: add support for fr-BE by @victortaleb in #126
New Contributors
- @victortaleb made their first contribution in #126
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- General improvements by @TylerVigario in #115
- Convert
ar
to BigInt by @TylerVigario in #116 - Expose
feminine
option inar
by @TylerVigario in #118 - Update dependencies & add some code documentation by @TylerVigario in #120
- Resolve vulnerabilities by @TylerVigario in #121
- Bump dependencies & fix extra zero by @TylerVigario in #125
Full Changelog: v1.16.4...v1.17.0
v1.16.4
v1.16.3
What's Changed
- Add CommonJS & Web testing by @TylerVigario in #111
- Add typings & source map by @TylerVigario in #112
- Bump to v1.16.3 by @TylerVigario in #113
Full Changelog: v1.16.2...v1.16.3
v1.16.2
Breaking Change
This PR converts the filenames for i18n to lowercase to match ISO 639-1. This follows our standard for lang
and reduces confusion about casing. It only affects users who import language files individually.
Before
import n2words from 'n2words/i18n/EN.js'
After
import n2words from 'n2words/i18n/en.js'
What's Changed
- General improvements by @TylerVigario in #108
- Bump version to 1.16.2 by @TylerVigario in #110
Full Changelog: v1.16.1...v1.16.2
v1.16.1
Correctly include dist/
folder in NPM release.