Releases: jest-community/eslint-plugin-jest
Releases Β· jest-community/eslint-plugin-jest
v28.8.3
28.8.3 (2024-09-04)
Bug Fixes
- prefer-importing-jest-globals: don't add imports in the middle of statements (#1645) (9c4197c)
v28.8.2
28.8.2 (2024-09-02)
Performance Improvements
- prefer-importing-jest-globals: stop collecting import specifiers for no reason (#1646) (0660242)
v28.8.1
28.8.1 (2024-08-29)
Bug Fixes
- prefer-importing-jest-globals: support typescript-eslint parser (#1639) (307f6a7)
v28.8.0
28.8.0 (2024-08-07)
Features
- import formatting rules from
eslint-plugin-jest-formatting
(#1563) (74078ee)
v28.7.0
28.7.0 (2024-08-03)
Features
- allow
[@typescript-eslint](https://github.com/typescript-eslint)
v8 (#1636) (fb43171)
v28.6.0
28.6.0 (2024-06-06)
Features
- prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
- valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)
v28.5.0
28.5.0 (2024-05-03)
Features
- allow
@typescript-eslint/utils
v7 as a direct dependency (#1567) (1476f10)
v28.4.0
28.4.0 (2024-05-03)
Features
- valid-expect: supporting automatically fixing missing
await
in some cases (#1574) (a407098)
v28.3.0
28.3.0 (2024-04-27)
Features
- prefer importing jest globals for specific types (#1568) (c464ae3)