Skip to content

Releases: forzagreen/n2words

v1.21.0

15 Jun 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.0...v1.21.0

v1.20.0

14 Apr 15:56
0e606b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.19.1...v1.20.0

v1.19.1

18 Feb 23:49
ec37966
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.19.0...v1.19.1

v1.19.0

10 Feb 03:25
5092172
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.19.0

v1.18.0

15 Sep 16:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.0...v1.18.0

v1.17.0

28 Aug 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.4...v1.17.0

v1.16.4

07 Jun 06:13
38774da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.3...v1.16.4

v1.16.3

07 Jun 05:13
98ac953
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.2...v1.16.3

v1.16.2

04 Jun 20:17
0c8dc34
Compare
Choose a tag to compare

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

Full Changelog: v1.16.1...v1.16.2

v1.16.1

31 May 04:29
Compare
Choose a tag to compare

Correctly include dist/ folder in NPM release.