Skip to content

Releases: gilbsgilbs/babel-plugin-i18next-extract

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.

0.7.2

28 Mar 12:19
Compare
Choose a tag to compare

Patch:

  • Fix release 0.7.1.

0.7.1

28 Mar 12:03
7bc61a1
Compare
Choose a tag to compare

Patch:

  • Fix bad release 0.7.0.

0.7.0

28 Mar 11:58
7bc61a1
Compare
Choose a tag to compare

Minor:

  • Add customUseTranslationHooks configuration option. (#147, thanks @dprgarner)

Patch:

  • Fix extraction of namespaces when destructuring arguments of a function wrapped by withTranslation HoC. (#149)
  • Internal cleanup of JSONv3 exporter. (#127, thanks @pcorpet)
  • Update dependencies and rework npm package. (#148)
  • Improve documentation of natural keys. (#128, thanks @Robin-Hoodie)
  • Show better error message when trying to extract plurals from an unknown locale. (#134, thanks @konclave)

0.6.1

18 Jan 21:56
252716d
Compare
Choose a tag to compare

Patch:

  • Fix bad release 0.6.0.

0.6.0

18 Jan 21:46
252716d
Compare
Choose a tag to compare

Minor:

Patch:

  • Fix crash when the default value of a key wasn't a string. More specifically, the returnObject option from i18next lets you use any object as default value, so this plugin now supports that. (Thanks @oaks-view, #120)

0.5.0

01 Jan 20:14
73bdbf4
Compare
Choose a tag to compare

Minor:

  • Add an experimental option for partial ICU message syntax support. (Thanks @joeldenning, #112)

Patch:

  • Fix unexpected extraction of withTranslation HoC when t function was passed as an argument of another function. (Thanks @pcorpet, #118)

0.4.2

13 Dec 23:35
Compare
Choose a tag to compare

Patch:

  • Fix bad handling of whitespaces in Trans component extractor. (#114)

0.4.1

11 Dec 18:05
7ecb991
Compare
Choose a tag to compare

Patch:

  • Fix buggy behavior of transKeepBasicHtmlNodesFor option when Trans component had nested children. (#111)

0.4.0

12 Nov 19:00
bf3b9f6
Compare
Choose a tag to compare

Minor: