Releases: testing-library/eslint-plugin-jest-dom
Releases · testing-library/eslint-plugin-jest-dom
v4.0.2
4.0.2 (2022-05-21)
Bug Fixes
- prefer-to-have-style: properly handle index access of
style
property (#266) (8de3593)
v4.0.1
4.0.1 (2022-01-02)
Bug Fixes
- prefer-in-document: don't crash on matchers that are not being called (#250) (6b02930)
v4.0.0
4.0.0 (2021-12-26)
Features
BREAKING CHANGES
- Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
v3.9.4
3.9.4 (2021-12-26)
Bug Fixes
- prefer-to-have-value: check that property exists before accessing (#243) (3f59068)
v3.9.3
3.9.3 (2021-12-26)
Bug Fixes
- prefer-in-document: check that argument exists before accessing (#242) (e8cefd3)
v3.9.2
3.9.2 (2021-09-12)
Bug Fixes
v3.9.1
3.9.1 (2021-09-11)
Bug Fixes
- prefer-to-have-style: Handle case where matcher toBe contains empty string value (#180) (1e20f0c)
v3.9.0
3.9.0 (2021-05-10)
Features
- [prefer-in-document] Detect and auto-fix 'toBeFalsy()' and 'toBeTruthy()' (#172) (fae4203)
v3.8.1
3.8.1 (2021-04-24)
Bug Fixes
- createBannedAttributeRule: check arguments length before accessing (#167) (85a3a20)
- prefer-in-document: check that a node has arguments before trying to access properties on them (#165) (eb1bf68)
v3.8.0
3.8.0 (2021-04-10)
Features