Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 2.48 KB

2.0.0 (2022-08-25)

Features

  • drop support for eslint@6 (#26) (d3d40f3)
  • drop support for Node versions 12 and 17 (#25) (14c90ed)

BREAKING CHANGES

  • Support for ESLint version 6 is removed
  • Node versions 12 and 17 are no longer supported

1.2.0 (2022-08-20)

Features

  • switch to new scope-based jest fn call parser to support @jest/globals (#20) (35ddfed)

1.1.0 (2022-08-20)

Features

  • create prefer-to-have-been-called-once rule (#19) (12e6372)

1.0.0 (2022-08-15)

Features

  • bunch of updates (#5) (8e45c68)
  • create prefer-to-be-array rule (9bd067c)
  • create prefer-to-be-false rule (b35e45c)
  • create prefer-to-be-object rule (676de1d)
  • create prefer-to-be-true rule (22f8093)
  • initial commit (3ed88c4)