All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.1.0 (2024-09-14)
- use pnpm (394250d)
6.0.0-8 (2023-03-23)
6.0.0-7 (2023-03-20)
- treat template literals without expressions as normal strings (f740c1f)
6.0.0-6 (2022-11-21)
6.0.0-5 (2022-07-14)
6.0.0-4 (2022-05-31)
6.0.0-3 (2022-05-18)
- support to ignore member expression in assignments (178b703)
6.0.0-2 (2022-05-15)
6.0.0-1 (2022-05-15)
- support union type (a885683)
6.0.0-0 (2022-05-15)
- make mode defaults to jsx-text-only (7cc75ab)
- support callees option (1934216)
- support option jsx-attributes (08ae48b)
- support option jsx-components (99af7e1)
- support option mode (3193108)
- support option object-properties (484fcfb)
- support option words (874a694)
- adding message as config option (4ce1b18)
5.1.1 (2021-04-08)
5.1.0 (2021-03-28)
5.0.0 (2020-09-17)
- ignore TSEnumMember (63ea9e4)
5.0.0-1 (2020-09-02)
- recognize react JSXFragment (719f496)
5.0.0-0 (2020-08-28)
-
maybe break in some cases although all test cases passed
4.5.0 (2020-08-11)
- add option validateTemplate (ba0ec60)
4.4.0 (2020-08-03)
4.3.0 (2020-07-21)
4.2.0 (2020-07-01)
- remove console (f361e63)
- allow ignoring lists of components (eebb338)
4.1.0 (2020-06-30)
- support multibyte characters (99ed9f2)
4.0.0 (2020-06-28)
- all patterns in ignoreCallee would be treated as regular expression
3.8.0 (2020-06-03)
- add markupOnly option (7bb225c)
3.7.0 (2020-05-06)
3.6.0 (2020-04-17)
- support to access enum value through string like Enum['key'] (db68147)
3.5.0 (2020-04-16)
- ignore JSX attrs style and key (34a5d6d)
3.4.0 (2020-04-14)
- recognize ImportExpresion (e54daee)
3.3.0 (2020-02-11)
- ignore property (3355026)
3.2.0 (2019-10-21)
- allow displayName property in classes (5362281)
3.1.1 (2019-10-10)
- add missing plugin in recommended config (dde83ed)
3.1.0 (2019-10-10)
- ignore not-word string (1752cbe)
3.0.0 (2019-10-09)
- SInce the whitelist was cut short, it would complain when the removed attributes were added to custom component like
- ignore most DOM attrs (71483c2)
2.5.0 (2019-10-08)
- add more ignored attributes and callee (0f9e2ec)
2.4.0 (2019-10-08)
- add ignoreAttribute option (c854313)
2.3.1 (2019-09-16)
- whitelist addEventListener and few SVG attributes (46241a6)
2.3.0 (2019-07-26)
2.2.0 (2019-07-24)
- enhance ExportNamedDeclaration (29e9f29)
- allow string comparison (a78d150)
2.1.1 (2019-07-24)
2.1.0 (2019-07-11)
2.0.0 (2019-07-10)
- wrongly handle Literal node in VExpressionContainer (dd279c6)
- use rule selectors to reduce code complexity (28d73ff)
- Disable fix because key in the call i18next.t(key) ussally was not same as the plain text
1.2.0 (2019-06-20)
- skip checking import(...) (7306038)
1.1.3 (2019-04-08)
- disallow uppercase strings in JSX (715cba4)