Releases: testing-library/eslint-plugin-jest-dom
Releases · testing-library/eslint-plugin-jest-dom
v3.1.4
3.1.4 (2020-07-12)
Bug Fixes
- to-have-text-content: improved handling non literals and regex in autofix (#65) (f5a983d)
v3.1.3
3.1.3 (2020-07-11)
Bug Fixes
- to-have-attribute: fixed bug in prefer-to-have-attribute autofix (#64) (808c623)
v3.1.2
3.1.2 (2020-07-10)
Bug Fixes
- prefer-checked: don't auto-fix when 2nd argument is a non literal. (#62) (564178b)
v3.1.1
3.1.1 (2020-07-09)
Bug Fixes
- don't report expect(el.innerHTML).toBe(foo) (#63) (8497c48)
v3.1.0
3.1.0 (2020-07-09)
Features
- migrate toBeEmpty to toBeEmptyDOMElement (32a5c14)
v3.0.1
3.0.1 (2020-06-11)
Bug Fixes
- fixed bug w/ toHaveAttribute("aria-check", "true") (#50) (fef5a24)
v3.0.0
3.0.0 (2020-06-11)
Features
BREAKING CHANGES
- Requires Node@^10.12.x || 12.x
- Requires ESLint@^7.x
v2.1.0
2.1.0 (2020-04-22)
Features
v2.0.1
2.0.1 (2020-02-26)
Bug Fixes
- use range instead of start/end properties (#30) (a2c0f9e)
v2.0.0
2.0.0 (2020-01-13)
Bug Fixes
Features
BREAKING CHANGES
- no longer supporting node 8, update to node 10