Skip to content

Releases: jwbay/i18next-json-sync

v3.1.2

05 Dec 17:33
Compare
Choose a tag to compare

3.1.2 (2022-12-05)

Bug Fixes

  • explicitly alias help flag for cli (f690134), closes #28

v3.1.1

11 Jun 14:52
Compare
Choose a tag to compare

3.1.1 (2022-06-11)

Bug Fixes

  • handle numeric space value coming in as string from cli (868cd06)

v3.1.0

10 Apr 20:18
Compare
Choose a tag to compare

3.1.0 (2022-04-10)

Bug Fixes

Features

  • support excluding files via glob pattern list; default to excluding node_modules (5e356f5)

v3.0.0

10 Apr 19:42
Compare
Choose a tag to compare

3.0.0 (2022-04-10)

Bug Fixes

BREAKING CHANGES

  • Drop support for node versions < 12

v2.3.1

17 Nov 20:21
Compare
Choose a tag to compare
  • Emit js files with LF for cross-platform cli support

v2.3.0

17 Nov 20:13
Compare
Choose a tag to compare
  • Support hyphens in filenames #11
  • Add option to fill new keys with empty strings instead of values from source language #9

v2.2.0

12 Jan 02:26
Compare
Choose a tag to compare
  • New option for adding a final newline to each localization json file
  • Fix using a primary language without multiple plural forms

v2.0.0

19 Nov 19:51
Compare
Choose a tag to compare
  • The plural forms documentation for i18next that drove mapping behavior for this tool was incorrect and has been updated, and this tool has been updated to match. Languages with only one form incorrectly had that form listed as key_0 instead of just key.

v1.2.0

23 Oct 02:19
Compare
Choose a tag to compare
  • Add line ending customization
  • Add whitespace and key order verification to 'check' mode
  • Fix issues with plural mapping

v1.1.0

25 Sep 21:02
Compare
Choose a tag to compare
  • Add missing plural forms