Skip to content

Releases: jest-community/eslint-plugin-jest

v27.1.5

10 Nov 18:08
Compare
Choose a tag to compare

27.1.5 (2022-11-10)

Performance Improvements

  • use Set instead of iterating, and deduplicate a function (#1278) (0e048f1)

v27.1.4

04 Nov 20:37
Compare
Choose a tag to compare

27.1.4 (2022-11-04)

Performance Improvements

  • don't collect more info than needed when resolving jest functions (#1275) (e4a5674)

v27.1.3

18 Oct 18:53
Compare
Choose a tag to compare

27.1.3 (2022-10-18)

Bug Fixes

  • no-restricted-jest-methods: don't crash on jest() (#1269) (4450daa)

v27.1.2

14 Oct 22:31
Compare
Choose a tag to compare

27.1.2 (2022-10-14)

Bug Fixes

  • valid-expect-in-promise: adjust grammar in rule message (#1264) (4494ed2)

v27.1.1

05 Oct 18:18
Compare
Choose a tag to compare

27.1.1 (2022-10-05)

Bug Fixes

v27.1.0

03 Oct 21:11
Compare
Choose a tag to compare

27.1.0 (2022-10-03)

Features

v27.0.4

10 Sep 11:57
Compare
Choose a tag to compare

27.0.4 (2022-09-10)

Bug Fixes

  • consistent rule doc notices and sections (#1226) (2580563)

v27.0.3

09 Sep 23:08
Compare
Choose a tag to compare

27.0.3 (2022-09-09)

Bug Fixes

  • ensure jest globals are enabled in styles config (#1241) (a165e98)

v27.0.2

08 Sep 09:11
Compare
Choose a tag to compare

27.0.2 (2022-09-08)

Bug Fixes

  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#1236) (5fe4568), closes #1235

v27.0.1

28 Aug 20:56
Compare
Choose a tag to compare

27.0.1 (2022-08-28)

Bug Fixes

  • prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1)