Skip to content

Releases: i18next/i18next-parser

1.0.0-beta11

23 Apr 00:32
Compare
Choose a tag to compare
1.0.0-beta11 Pre-release
Pre-release
  • 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

07 Apr 20:35
Compare
Choose a tag to compare
1.0.0-beta9 Pre-release
Pre-release

Improved parsing of Trans component removing html tags (contribution of @coyotte508 in #85)

1.0.0-beta7

27 Mar 14:18
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release
  • Fix parsing of self-closing <Trans /> tags in react. Closes #84
  • Support false for namespaceSeparator and keySeparator options. Closes #81

1.0.0-beta6

14 Mar 18:10
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release
  • I didn't publish the code for the CLI (Fix #80)

1.0.0-beta4

10 Mar 14:11
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
  • Rename createOldLibraries to createOldCatalogs for consitency
  • Improve interface of dotPathToHash helper
  • If reactNamespace=true, automatically extract Trans keys

1.0.0-beta2

01 Mar 03:27
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Add support for react. Closes #57 and #70

1.0.0-beta1

24 Feb 19:27
69292ca
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

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.