Commit 083d2b8
committed
chore(release): 1.0.0 # 1.0.0 (2020-10-26)
### Bug Fixes
* added other migrate from old macro to new ([0d48f5b](0d48f5b))
* change order of actions ([9230ce4](9230ce4))
* if the import is already present, don't add it to the array ([b2bf920](b2bf920))
* some bug with inserting order of imports ([99a8b73](99a8b73))
* ternary expression inside jsx dont add jsxExpressionContainer ([2e30272](2e30272))
### Features
* added a complete example ([cefe6aa](cefe6aa))
* added github ci ([9e80584](9e80584))
* added i18n transform and plural ([162bf10](162bf10))
* added more example to jsx transform ([030498b](030498b))
* added new transform to v2-v3, about old macros methods ([36a9d7d](36a9d7d))
* added semantic-release integration ([88128f2](88128f2))
* added two new transforms, macroWrap and react imports ([c8f7d55](c8f7d55))
* cli accepts --remove-ununsed-imports after running a codemod ([99d7afc](99d7afc))
* introduced a new codemod to remove unused imports once finish ([c5bdbe1](c5bdbe1))
* introduced lingui-codemod CLI! ([d069c32](d069c32))
* introduced readme ([d0d8681](d0d8681))
* removeMacroWrap introduced to other macros ([7b734e6](7b734e6))
* transform date macro jsx introduced ([7002da0](7002da0))1 parent 88128f2 commit 083d2b8
2 files changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments