|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -- fix: `no-unlocalized-strings` rule to ignore string literals in expressions assigned to variables specified in `ignoreNames` (#94) (df19c1c) |
| 3 | +- fix: no-unlocalized-strings corrected support for interface prop names (#95) (56eb2ee) |
4 | 4 |
|
5 | | -* fix: no-unlocalized-strings rule to correctly handle as const assertions in property values with ignoreNames (#92) (4048c4d) |
6 | | -* fix: no-unlocalized-strings rule to ignore default parameter values specified in ignoreNames (#91) (68b9052) |
| 5 | +* fix: `no-unlocalized-strings` rule to ignore string literals in expressions assigned to variables specified in `ignoreNames` (#94) (df19c1c) |
7 | 6 |
|
8 | | -- fix(no-unlocalized-strings): ignore more cases (#84) (061ef0d) |
| 7 | +- fix: no-unlocalized-strings rule to correctly handle as const assertions in property values with ignoreNames (#92) (4048c4d) |
| 8 | +- fix: no-unlocalized-strings rule to ignore default parameter values specified in ignoreNames (#91) (68b9052) |
9 | 9 |
|
10 | | -* chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9) |
11 | | -* chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd) |
12 | | -* feat(no-unlocalized-strings): remove default configuration (#78) (32c823c) |
13 | | -* feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254) |
14 | | -* feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d) |
| 10 | +* fix(no-unlocalized-strings): ignore more cases (#84) (061ef0d) |
15 | 11 |
|
16 | | -- fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c) |
17 | | -- feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625) |
| 12 | +- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9) |
| 13 | +- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd) |
| 14 | +- feat(no-unlocalized-strings): remove default configuration (#78) (32c823c) |
| 15 | +- feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254) |
| 16 | +- feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d) |
18 | 17 |
|
19 | | -* feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2) |
20 | | -* fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305) |
21 | | -* feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01) |
| 18 | +* fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c) |
| 19 | +* feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625) |
| 20 | + |
| 21 | +- feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2) |
| 22 | +- fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305) |
| 23 | +- feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01) |
22 | 24 |
|
23 | 25 | ## 0.5.0 (2024-10-15) |
24 | 26 |
|
|
0 commit comments