Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 3.71 KB

1.2.0 (2024-07-05)

Features

1.1.1 (2021-02-24)

Bug Fixes

  • include comments in t macro transform (#12) (5923586)

1.1.0 (2020-12-12)

Features

  • Convert t tags with ids to new object syntax (#7) (dab3838)

1.0.1 (2020-10-28)

Bug Fixes

  • import date-number from i18n instance (7d56f32)
  • pending react-components to macro migrated (1830988)

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)