Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v24.6.0
24.6.0 (2021-10-09)
Features
- valid-expect-in-promise: re-implement rule (#916) (7a49c58)
v24.5.2
24.5.2 (2021-10-04)
Bug Fixes
- lowercase-name: consider skip and only prefixes for ignores (#923) (8716c24)
v24.5.1
24.5.1 (2021-10-04)
Bug Fixes
- prefer-to-be: don't consider RegExp literals as
toBe
-able (#922) (99b6d42)
v25.0.0-next.5
Bug Fixes
- no-deprecated-functions: remove
process.cwd
from resolve paths (#889) (6940488)
- no-identical-title: always consider
.each
titles unique (#910) (a41a40e)
- valid-expect-in-promise: support
finally
(#914) (9c89855)
- valid-expect-in-promise: support additional test functions (#915) (4798005)
Features
- create
prefer-expect-resolves
rule (#822) (2556020)
- create
prefer-to-be
rule (#864) (3a64aea)
- require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
- valid-title: allow custom matcher messages (#913) (ffc9392)
v24.5.0
24.5.0 (2021-09-29)
Bug Fixes
- no-deprecated-functions: remove
process.cwd
from resolve paths (#889) (6940488)
- no-identical-title: always consider
.each
titles unique (#910) (a41a40e)
Features
- create
prefer-expect-resolves
rule (#822) (2556020)
- create
prefer-to-be
rule (#864) (3a64aea)
- require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
- valid-title: allow custom matcher messages (#913) (ffc9392)
v24.4.3
24.4.3 (2021-09-28)
Bug Fixes
- valid-expect-in-promise: support
finally
(#914) (9c89855)
- valid-expect-in-promise: support additional test functions (#915) (4798005)
v25.0.0-next.4
Bug Fixes
- mark rules that suggest fixes with
hasSuggestion
for ESLint v8 (#898) (ec0a21b)
- use correct property
hasSuggestions
rather than hasSuggestion
(#899) (dfd2368)
v25.0.0-next.3
Features
BREAKING CHANGES
- Removes rules
no-expect-resolves
, no-truthy-falsy
, no-try-expect
, and prefer-inline-snapshots
v24.4.2
24.4.2 (2021-09-17)
Bug Fixes
- use correct property
hasSuggestions
rather than hasSuggestion
(#899) (dfd2368)
v24.4.1
24.4.1 (2021-09-17)
Bug Fixes
- mark rules that suggest fixes with
hasSuggestion
for ESLint v8 (#898) (ec0a21b)