Skip to content

Releases: testing-library/eslint-plugin-jest-dom

v4.0.1

02 Jan 20:31
6b02930
Compare
Choose a tag to compare

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

26 Dec 23:46
ebc684b
Compare
Choose a tag to compare

4.0.0 (2021-12-26)

Features

BREAKING CHANGES

  • Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0

v3.9.4

26 Dec 08:29
3f59068
Compare
Choose a tag to compare

3.9.4 (2021-12-26)

Bug Fixes

  • prefer-to-have-value: check that property exists before accessing (#243) (3f59068)

v3.9.3

26 Dec 08:24
e8cefd3
Compare
Choose a tag to compare

3.9.3 (2021-12-26)

Bug Fixes

  • prefer-in-document: check that argument exists before accessing (#242) (e8cefd3)

v3.9.2

12 Sep 09:01
8c84f14
Compare
Choose a tag to compare

3.9.2 (2021-09-12)

Bug Fixes

v3.9.1

11 Sep 18:28
48b7e2b
Compare
Choose a tag to compare

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

10 May 17:00
fae4203
Compare
Choose a tag to compare

3.9.0 (2021-05-10)

Features

  • [prefer-in-document] Detect and auto-fix 'toBeFalsy()' and 'toBeTruthy()' (#172) (fae4203)

v3.8.1

24 Apr 01:59
85a3a20
Compare
Choose a tag to compare

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

10 Apr 03:06
b0565f4
Compare
Choose a tag to compare

3.8.0 (2021-04-10)

Features

v3.7.0

29 Mar 13:32
03dac8f
Compare
Choose a tag to compare

3.7.0 (2021-03-29)

Features

  • Matches toBe(null) and toEqual(null) in addition to toBeNull() in prefer-document (#153) (a6600d3), closes #152