Skip to content

Releases: jest-community/eslint-plugin-jest

v24.1.3

12 Nov 13:43
Compare
Choose a tag to compare

24.1.3 (2020-11-12)

Bug Fixes

v24.1.2

12 Nov 10:33
Compare
Choose a tag to compare

24.1.2 (2020-11-12)

Bug Fixes

  • no-done-callback: fix regression with it.each (#708) (2f032f8)

v24.1.1

12 Nov 08:12
Compare
Choose a tag to compare

24.1.1 (2020-11-12)

Bug Fixes

  • improve support for it.each involving tagged template literals (#701) (2341814)

v24.1.0

05 Oct 22:16
Compare
Choose a tag to compare

24.1.0 (2020-10-05)

Features

  • prefer-expect-assertions: add onlyFunctionsWithAsyncKeyword option (#677) (d0cea37)

v24.0.2

20 Sep 07:31
Compare
Choose a tag to compare

24.0.2 (2020-09-20)

Bug Fixes

  • no-if: check both types of function expression (#672) (d462d50), closes #670

v24.0.1

12 Sep 23:23
Compare
Choose a tag to compare

24.0.1 (2020-09-12)

Bug Fixes

  • don't include deprecated rules in all config (#664) (f636021), closes #663

v24.0.0

04 Sep 11:28
Compare
Choose a tag to compare

24.0.0 (2020-09-04)

Bug Fixes

Code Refactoring

  • no-test-callback: rename rule to no-done-callback (#653) (e15a8d1)

Features

  • no-done-callback: support hooks (#656) (3e6cb44), closes #649 #651
  • add no-conditional-expect to the recommended ruleset (40cd89d)
  • add no-deprecated-functions to the recommended ruleset (5b2af00)
  • add no-interpolation-in-snapshots to the recommended ruleset (3705dff)
  • add valid-title to recommended ruleset (41f7873)
  • drop support for node 8 (#570) (6788e72)
  • set no-jasmine-globals to error in recommended ruleset (7080952)
  • no-large-snapshots: remove whitelistedSnapshots option (8c1c0c9)

BREAKING CHANGES

  • no-done-callback: no-done-callback will now report hooks using callbacks as well, not just tests
  • no-test-callback: rename no-test-callback to no-done-callback
  • recommend no-conditional-expect rule
  • recommend no-interpolation-in-snapshots rule
  • recommend no-deprecated-functions rule
  • recommend valid-title rule
  • recommend erroring for no-jasmine-globals rule
  • no-large-snapshots: no-large-snapshots runs on all files regardless of type
  • Jasmine globals are no marked as such
  • Node 10+ required

v23.20.0

30 Jul 10:17
Compare
Choose a tag to compare

23.20.0 (2020-07-30)

Features

  • no-large-snapshots: deprecate whitelistedSnapshots for new name (#632) (706f5c2)

v23.19.0

27 Jul 19:58
Compare
Choose a tag to compare

23.19.0 (2020-07-27)

Features

  • create no-interpolation-in-snapshots rule (#553) (8d2c17c)

v23.18.2

26 Jul 07:11
Compare
Choose a tag to compare

23.18.2 (2020-07-26)

Bug Fixes

  • no-if: report conditionals in call expressions (4cfcf08), closes #557