0.9.0-rc
Pre-release
Pre-release
gilbsgilbs
released this
20 Jul 17:45
·
87 commits
to master
since this release
Feat:
- Add support for JSONv4 (#214)
- ℹ️ Note that this is not the default for now as it would be a breaking change. You need to set the
compatibilityJSON
option to"v4"
if you want to use it. JSONv4 will be used by default in 1.0.0.
- ℹ️ Note that this is not the default for now as it would be a breaking change. You need to set the
- Support more plural rules with experimental ICU. (#214)
⚠️ This comes at the cost of a breaking change: you need to upgrade to JSONv4 is you enabledexperimentalICU
. As the feature is explicitly marked as experimental, the major version wasn't bumped.- See https://i18next-extract.netlify.app/#/configuration?id=enableexperimentalicu
- Add ability to exclude directories from being scanned. (#215)
Patch:
- Don't extract translations from
node_modules
by default. (#215)
Chore: