Skip to content

Releases: jest-community/eslint-plugin-jest-extended

v2.4.0

20 Apr 22:49
Compare
Choose a tag to compare

2.4.0 (2024-04-20)

Features

v2.3.0

20 Apr 01:13
Compare
Choose a tag to compare

2.3.0 (2024-04-20)

Features

  • add should-be-fine support for flat configs (#181) (7d106b0)

v2.2.0

19 Apr 23:25
Compare
Choose a tag to compare

2.2.0 (2024-04-19)

Features

  • support providing aliases for @jest/globals package (#180) (d070ca7)

v2.1.0

19 Apr 23:13
Compare
Choose a tag to compare

2.1.0 (2024-04-19)

Features

v2.0.3

19 Apr 23:10
Compare
Choose a tag to compare

2.0.3 (2024-04-19)

Bug Fixes

v2.0.2

19 Apr 22:54
Compare
Choose a tag to compare

2.0.2 (2024-04-19)

Performance Improvements

  • use Set instead of iterating, and deduplicate a function (#175) (d0652cd)

v2.0.1

19 Apr 22:51
Compare
Choose a tag to compare

2.0.1 (2024-04-19)

Performance Improvements

  • don't collect more info than needed when resolving jest functions (#172) (08e130c)

v2.0.0

25 Aug 09:50
Compare
Choose a tag to compare

2.0.0 (2022-08-25)

Features

  • drop support for eslint@6 (#26) (d3d40f3)
  • drop support for Node versions 12 and 17 (#25) (14c90ed)

BREAKING CHANGES

  • Support for ESLint version 6 is removed
  • Node versions 12 and 17 are no longer supported

v1.2.0

20 Aug 22:55
Compare
Choose a tag to compare

1.2.0 (2022-08-20)

Features

  • switch to new scope-based jest fn call parser to support @jest/globals (#20) (35ddfed)

v1.1.0

20 Aug 19:34
Compare
Choose a tag to compare

1.1.0 (2022-08-20)

Features

  • create prefer-to-have-been-called-once rule (#19) (12e6372)