Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v26.0.0
26.0.0 (2022-01-24)
Bug Fixes
- migrate to non-experimental ts-eslint utils (#1035) (e894f51)
BREAKING CHANGES
- Drop support for
@typescript-eslint/eslint-plugin@4
v25.7.0
25.7.0 (2022-01-15)
Features
- create
prefer-equality-matcher
rule (#1016) (341353b)
- valid-expect: support
asyncMatchers
option and default to jest-extended
matchers (#1018) (c82205a)
v25.5.0
25.5.0 (2022-01-15)
Features
- prefer-expect-assertions: support requiring only if
expect
is used in a callback (#1028) (8d5fd33)
v25.4.0
25.4.0 (2022-01-15)
Features
- prefer-expect-assertions: support requiring only if
expect
is used in a loop (#1013) (e6f4f8a)
v25.3.4
25.3.4 (2022-01-01)
Bug Fixes
- prefer-lowercase-title: ignore
it
and test
separately (#1011) (f1a7674)
v25.3.3
25.3.3 (2021-12-30)
Bug Fixes
- prefer-to-contain: support square bracket accessors (#1009) (73984a7)
- prefer-to-have-length: support square bracket accessors (#1010) (9e70f55)
v25.3.2
25.3.2 (2021-12-27)
Bug Fixes
- no-large-snapshots: only count size of template string for inline snapshots (#1005) (5bea38f)
- prefer-hooks-on-top: improve message & docs (#999) (f9e7ae2)