Skip to content

Releases: jest-community/eslint-plugin-jest

v26.1.0-next.1

06 Feb 20:40
Compare
Choose a tag to compare
v26.1.0-next.1 Pre-release
Pre-release

26.1.0-next.1 (2022-02-06)

Features

v26.0.0

24 Jan 12:39
Compare
Choose a tag to compare

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

15 Jan 20:43
Compare
Choose a tag to compare

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.6.0

15 Jan 20:36
Compare
Choose a tag to compare

25.6.0 (2022-01-15)

Features

v25.5.0

15 Jan 20:31
Compare
Choose a tag to compare

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

15 Jan 20:28
Compare
Choose a tag to compare

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

01 Jan 20:43
Compare
Choose a tag to compare

25.3.4 (2022-01-01)

Bug Fixes

  • prefer-lowercase-title: ignore it and test separately (#1011) (f1a7674)

v25.3.3

30 Dec 21:22
Compare
Choose a tag to compare

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

27 Dec 21:46
Compare
Choose a tag to compare

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)

v25.3.1

27 Dec 21:32
Compare
Choose a tag to compare

25.3.1 (2021-12-27)

Bug Fixes