Skip to content

Releases: jest-community/eslint-plugin-jest

v22.2.2

01 Feb 14:05

Choose a tag to compare

22.2.2 (2019-02-01)

Bug Fixes

  • use range instead of start/end properties (#221) (a3edd21)

v22.2.1

30 Jan 00:16
47e79c8

Choose a tag to compare

22.2.1 (2019-01-30)

Bug Fixes

  • dummy commit for release (47e79c8)

v22.1.3

09 Jan 12:10
b5c22dc

Choose a tag to compare

22.1.3 (2019-01-09)

Bug Fixes

  • no-alias-methods: handle missing assertion node (b5c22dc), closes #213

v22.1.2

04 Dec 09:54

Choose a tag to compare

22.1.2 (2018-12-04)

Bug Fixes

  • no-alias-methods: support .not, .resolves & .rejects (#210) (ee9578f)

v22.1.1

03 Dec 23:35

Choose a tag to compare

22.1.1 (2018-12-03)

Bug Fixes

  • add guard for missing assertion invocation (#58) (73c9187)

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