All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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)