|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [1.6.0](///compare/v1.5.0...v1.6.0) (2025-12-03) |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [1.6.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.5.0...v1.6.0) (2025-12-03) |
4 | 6 |
|
5 | 7 | ### Features |
6 | 8 |
|
7 | 9 | * **no-unlocalized-strings:** auto-ignore styling helper functions f1dc5ba |
8 | 10 | * **no-unlocalized-strings:** verify return type of styling helper functions 02acd46 |
9 | 11 |
|
10 | | -## [1.5.0](///compare/v1.4.0...v1.5.0) (2025-12-03) |
| 12 | +## [1.5.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.4.0...v1.5.0) (2025-12-03) |
11 | 13 |
|
12 | 14 | ### Features |
13 | 15 |
|
14 | 16 | * **no-unlocalized-strings:** support cn() in styling variable assignments 2741be6 |
15 | 17 |
|
16 | | -## [1.4.0](///compare/v1.3.0...v1.4.0) (2025-12-03) |
| 18 | +## [1.4.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.3.0...v1.4.0) (2025-12-03) |
17 | 19 |
|
18 | 20 | ### Features |
19 | 21 |
|
20 | 22 | * **no-unlocalized-strings:** support camelCase styling variable names f0fb00c |
21 | 23 |
|
22 | | -## [1.3.0](///compare/v1.2.2...v1.3.0) (2025-12-03) |
| 24 | +## [1.3.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.2.2...v1.3.0) (2025-12-03) |
23 | 25 |
|
24 | 26 | ### Features |
25 | 27 |
|
26 | 28 | * **no-unlocalized-strings:** support nested classNames objects 20eb965 |
27 | 29 |
|
28 | | -## [1.2.2](///compare/v1.2.1...v1.2.2) (2025-12-03) |
| 30 | +## [1.2.2](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.2.1...v1.2.2) (2025-12-03) |
29 | 31 |
|
30 | 32 | ### Features |
31 | 33 |
|
32 | 34 | * **no-unlocalized-strings:** support className utility functions eda6256 |
33 | 35 |
|
34 | | -## [1.2.1](///compare/v1.2.0...v1.2.1) (2025-12-03) |
| 36 | +## [1.2.1](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.2.0...v1.2.1) (2025-12-03) |
35 | 37 |
|
36 | 38 | ### Features |
37 | 39 |
|
|
41 | 43 |
|
42 | 44 | * **no-unlocalized-strings:** only ignore direct property values in styling constants 1f10da8 |
43 | 45 |
|
44 | | -## [1.2.0](///compare/v1.1.1...v1.2.0) (2025-12-03) |
| 46 | +## [1.2.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.1.1...v1.2.0) (2025-12-03) |
45 | 47 |
|
46 | 48 | ### Features |
47 | 49 |
|
48 | 50 | * **no-unlocalized-strings:** auto-ignore camelCase styling properties 8a88bf8 |
49 | 51 | * **no-unlocalized-strings:** skip strings without any letters ceae7a1 |
50 | 52 |
|
51 | | -## [1.1.1](///compare/v1.1.0...v1.1.1) (2025-12-03) |
| 53 | +## [1.1.1](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.1.0...v1.1.1) (2025-12-03) |
52 | 54 |
|
53 | 55 | ### Bug Fixes |
54 | 56 |
|
55 | 57 | * **rules:** check strings inside exported functions 547c27e |
56 | 58 |
|
57 | | -## [1.1.0](///compare/v1.0.1...v1.1.0) (2025-12-02) |
| 59 | +## [1.1.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.0.1...v1.1.0) (2025-12-02) |
58 | 60 |
|
59 | 61 | ### Features |
60 | 62 |
|
|
69 | 71 |
|
70 | 72 | * Revert "test: name slow test for cleaner vitest output" bf6eede |
71 | 73 |
|
72 | | -## [1.0.1](///compare/v1.0.0...v1.0.1) (2025-12-02) |
| 74 | +## [1.0.1](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.0.0...v1.0.1) (2025-12-02) |
73 | 75 |
|
74 | | -All notable changes to this project will be documented in this file. |
| 76 | +Initial stable release. |
| 77 | + |
| 78 | +## 1.0.0 (2025-12-02) |
| 79 | + |
| 80 | +Initial release with 8 rules for Lingui TypeScript projects. |
0 commit comments