Releases: gilbsgilbs/babel-plugin-i18next-extract
Releases · gilbsgilbs/babel-plugin-i18next-extract
0.8.0
Minor:
- Allow
outputPath
config option to be a function. (#168, thanks to @xDisfigure)
Patch:
- Update dependencies.
0.7.2
Patch:
- Fix release 0.7.1.
0.7.1
Patch:
- Fix bad release 0.7.0.
0.7.0
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
Patch:
- Fix bad release 0.6.0.
0.6.0
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
Minor:
- Add an experimental option for partial ICU message syntax support. (Thanks @joeldenning, #112)
Patch:
0.4.2
0.4.1
0.4.0
Minor:
- Add new extractor for
getFixedT()
. (#97, thanks @hnryjms)