Skip to content

v1.0.0

Compare
Choose a tag to compare
@tricoder42 tricoder42 released this 26 Oct 13:02
· 50 commits to main since this release

1.0.0 (2020-10-26)

Bug Fixes

  • added other migrate from old macro to new (0d48f5b)
  • change order of actions (9230ce4)
  • if the import is already present, don't add it to the array (b2bf920)
  • some bug with inserting order of imports (99a8b73)
  • ternary expression inside jsx dont add jsxExpressionContainer (2e30272)

Features

  • added a complete example (cefe6aa)
  • added github ci (9e80584)
  • added i18n transform and plural (162bf10)
  • added more example to jsx transform (030498b)
  • added new transform to v2-v3, about old macros methods (36a9d7d)
  • added semantic-release integration (88128f2)
  • added two new transforms, macroWrap and react imports (c8f7d55)
  • cli accepts --remove-ununsed-imports after running a codemod (99d7afc)
  • introduced a new codemod to remove unused imports once finish (c5bdbe1)
  • introduced lingui-codemod CLI! (d069c32)
  • introduced readme (d0d8681)
  • removeMacroWrap introduced to other macros (7b734e6)
  • transform date macro jsx introduced (7002da0)