Skip to content

Releases: jfmengels/eslint-ava-rule-tester

v5.0.1

07 Jan 12:56
Compare
Choose a tag to compare
  • Fix missing exports in package.json (#32) cc2db94

v5.0.0...v5.0.1

v5.0.0

07 Jan 12:29
Compare
Choose a tag to compare

Breaking

Improvements

v4.2.0...v5.0.0

v4.2.0

19 Dec 14:35
Compare
Choose a tag to compare

v4.1.0...v4.2.0

v4.1.0

29 Oct 18:54
Compare
Choose a tag to compare

v4.0.0...v4.1.0

v4.0.0

28 Oct 10:56
Compare
Choose a tag to compare

Breaking changes

  • Drop support for Node.js v7 and earlier
  • Require peer-dependency of ESLint v6 (instead of v5)

All changes:

  • Fix typo in README d821824
  • Update package.json 425caff
  • Set node 8 as minimal engine + minor package.json tweaking 2d13103
  • Apply xo new warnings with a xo --fix 195b180
  • More loose eslint peer dependency (to support 6 too) 4eacb23
  • Update all dependencies ac6dc12
  • Update travis LTS testing -6 +12 9abe640

v3.0.0...v4.0.0

Support AVA 0.19

07 Apr 14:06
Compare
Choose a tag to compare

This patch release adds support for AVA 0.19.

A breaking change in this AVA release, is that at least one assertion is required in every test, which broke tests written using eslint-ava-rule-tester.
This release adds a t.pass() call in every test in order to avoid this error to happen.