Skip to content

Releases: gilbsgilbs/babel-plugin-i18next-extract

0.10.0

30 Dec 08:44
430d988
Compare
Choose a tag to compare

Feat:

0.9.2

14 Nov 06:28
7095239
Compare
Choose a tag to compare

Patch:

  • Fix 0.9.1 misrelease. (fixes #260)

0.9.1

09 Nov 18:02
cc08869
Compare
Choose a tag to compare

Patch:

  • Fix Unknown locale error when using a regionalized locale with JSONv4. (#257, thanks @xu3u4)

Chore:

  • Bump all dependencies
  • Drop official support for EOLed node versions
  • Officially support node 20 and 21

0.9.0

18 Aug 15:12
a2613ec
Compare
Choose a tag to compare

Feat:

Patch:

  • Don't extract translations from node_modules by default. (#215)
  • Fix missing keys in output when discardOldKeys was set to true. (#227, thanks @xu3u4)

Chore:

  • Finally update babel typings (#210)
  • Move to GitHub Actions instead of Azure Pipelines (#210)
  • Minor typing improvements for the babel visitor state and code improvements regarding excludes. (6b8aee7)
  • Bump all dependencies.

0.9.0-rc.1

10 Aug 19:30
a2613ec
Compare
Choose a tag to compare
0.9.0-rc.1 Pre-release
Pre-release

Patch:

  • Fix missing keys in output when discardOldKeys was set to true. (#227, thanks @xu3u4)

Chore:

  • Minor typing improvements for the babel visitor state and code improvements regarding excludes. (6b8aee7)

0.9.0-rc

20 Jul 17:45
28da95c
Compare
Choose a tag to compare
0.9.0-rc Pre-release
Pre-release

Feat:

Patch:

  • Don't extract translations from node_modules by default. (#215)

Chore:

  • Finally update babel typings (#210)
  • Move to GitHub Actions instead of Azure Pipelines (#210)
  • Bump all dependencies.

0.8.3

30 Mar 18:52
b709c84
Compare
Choose a tag to compare

Patch:

  • Fix default value for experimental ICU support. (#185, thanks @jakubriedl)

0.8.2

10 Nov 11:59
2e982c9
Compare
Choose a tag to compare

Patch:

  • Transpile new language features to support old versions of node. Build should now always supports Node 10. (#177)

0.8.1

09 Nov 21:13
7d6d942
Compare
Choose a tag to compare

Patch:

  • Fix local changes being overwritten by plugin when running the plugin in a hot context such as webpack dev server (fixes #78, thanks to @xDisfigure).
  • Update dependencies.

0.8.0

01 Oct 18:52
3e38d9f
Compare
Choose a tag to compare

Minor:

  • Allow outputPath config option to be a function. (#168, thanks to @xDisfigure)

Patch:

  • Update dependencies.