Skip to content

Releases: jest-community/eslint-plugin-jest

v26.1.1

15 Feb 13:17
Compare
Choose a tag to compare

26.1.1 (2022-02-15)

Bug Fixes

v26.1.0

06 Feb 21:51
Compare
Choose a tag to compare

26.1.0 (2022-02-06)

Features

v26.1.0-next.2

06 Feb 21:15
Compare
Choose a tag to compare
v26.1.0-next.2 Pre-release
Pre-release

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

Features

  • deprecate no-if in favor of no-conditional-in-test (#1049) (b15f3af)

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)