Skip to content

Releases: oliviertassinari/i18n-extract

v0.4.4

06 Jun 20:41
Compare
Choose a tag to compare

Fixes / Enhancements

  • Add support for i18n-extract comments with spaces (#29) @jamtat

v0.4.3

31 May 11:14
Compare
Choose a tag to compare

Fixes / Enhancements

  • Enable dynamicImport plugin in babylon (#27) @ctavan

v0.4.2

12 Oct 18:36
Compare
Choose a tag to compare

Fixes / Enhancements

  • Support absolute path for the PO API. Fix (#19).

Core

  • Update the dependencies.
  • Reduce the npm publish size.
  • Use Airbnb eslint style guide.

v0.4.1

20 May 18:57
Compare
Choose a tag to compare

Fixes / Enhancements

  • Add support for MemberExpression.

v0.4.0

19 May 17:21
Compare
Choose a tag to compare

Fixes / Enhancements

  • Fix some issues with the dynamic key.
  • Add a new forbibDynamic plugin. Sometimes, it's safer to not use them, that prevents broken keys.

v0.4.0-beta.0

15 May 16:23
Compare
Choose a tag to compare
v0.4.0-beta.0 Pre-release
Pre-release

Fixes / Enhancements

  • Add support for comment keys (/* i18n-extract key.comment */)
  • Add experimental support for dynamic keys (i18n(key.${dynamic}))

v0.3.6

30 Apr 15:05
Compare
Choose a tag to compare

Improvements

  • Add support for new syntax. I was focusing on dynamic keys. That's gonna require more work. But at least, we add a
    * char when we find something not fully static.

v0.3.5

27 Apr 19:55
Compare
Choose a tag to compare

New features

  • Add findDuplicated helper. It reports duplicated keys. Those keys should probably be mutualized.

v0.3.3

25 Apr 21:37
Compare
Choose a tag to compare

New features

  • Add a flatten utils.

v0.3.2

25 Apr 20:20
Compare
Choose a tag to compare

Fix the publish