Releases: i18next/i18next-parser
Releases · i18next/i18next-parser
1.0.0-beta13
- Move
Javascript
lexer from Regex to acorn
- Move
JsxLexer
from Regex to acorn
- Close #89
Thanks to @MynockSpit for the help!
1.0.0-beta11
- Fix a bug with
output
in the CLI (close #87)
- Skip
default
namespacing when babelizing code
- Test with gulp (close #86)
1.0.0-beta9
Improved parsing of Trans component removing html tags (contribution of @coyotte508 in #85)
1.0.0-beta7
- Fix parsing of self-closing
<Trans />
tags in react. Closes #84
- Support
false
for namespaceSeparator
and keySeparator options
. Closes #81
1.0.0-beta6
- I didn't publish the code for the CLI (Fix #80)
1.0.0-beta4
- Rename
createOldLibraries
to createOldCatalogs
for consitency
- Improve interface of
dotPathToHash
helper
- If
reactNamespace=true
, automatically extract Trans
keys
1.0.0-beta2
Add support for react. Closes #57 and #70
1.0.0-beta1
It is a deep rewrite of this package that solves many issues, the main one being that it was slowly becoming unmaintainable. The migration contains all the breaking changes. If you rely on a 0.x.x
version, you can still find the old documentation on its dedicated branch.