Skip to content

Releases: jest-community/eslint-plugin-jest

v22.1.0

27 Nov 14:13

Choose a tag to compare

22.1.0 (2018-11-27)

Features

  • rules: add no-truthy-falsy rule (ff34315), closes #204

v22.0.1

25 Nov 19:35

Choose a tag to compare

22.0.1 (2018-11-25)

Bug Fixes

  • no-jasmine-globals: fix false positives for pending/fail/spyOn (#205) (edbd1a2), closes #156

v22.0.0

07 Nov 10:25

Choose a tag to compare

22.0.0 (2018-11-07)

chore

  • package: update to ESLint v5 (6010624)
  • drop support for Node 4 (b57c8f6)

Features

  • add style recommended config (af070bc)
  • update list of recommended rules (5d3ebcc)

BREAKING CHANGES

  • New rules added to the recommended config
  • This commit requires Node >=6.
  • package: This commit changes the peerDependency to ESLint >=5.

v21.27.2

06 Nov 22:43

Choose a tag to compare

21.27.2 (2018-11-06)

Bug Fixes

  • valid-expect-in-promise: fix type exception (60919f6), closes #195

v21.27.1

04 Nov 09:44

Choose a tag to compare

21.27.1 (2018-11-04)

Bug Fixes

  • prefer-spy-on: fix Cannot read property 'type' of undefined (#199) (02cd21a), closes #198

v21.27.0

03 Nov 13:40
ae7aee9

Choose a tag to compare

21.27.0 (2018-11-03)

Features

v21.26.2

26 Oct 13:26

Choose a tag to compare

21.26.2 (2018-10-26)

Bug Fixes

  • no-focused-tests: detect usage like 'fit.each()' (63e6818), closes #188

v21.26.1

24 Oct 15:27
9fb09de

Choose a tag to compare

21.26.1 (2018-10-24)

Bug Fixes

  • no-large-snapshots: support inline snapshots (#186) (9137c21)

v21.26.0

22 Oct 22:58
7344607

Choose a tag to compare

21.26.0 (2018-10-22)

Features

v21.25.1

16 Oct 08:55

Choose a tag to compare

21.25.1 (2018-10-16)

Bug Fixes

  • no-disabled-tests: stop picking up all funcs that start it/test (9b5939e)
  • prefer-expect-assertions: fix greedy regex (9a6ce6c)