Skip to content

Releases: avajs/eslint-plugin-ava

v15.0.0

03 May 13:09
Compare
Choose a tag to compare

Breaking

v14.0.0...v15.0.0

v14.0.0

18 Jan 03:28
Compare
Choose a tag to compare

Breaking

  • Require Node.js 14 and ESLint 8 bd8c4c6

Fixes

  • prefer-t-regex: Prevent some type errors (#350) 40aaadc

v13.2.0...v14.0.0

v13.2.0

08 Jan 13:57
33dbbc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.1.0...v13.2.0

13.1.0

22 Oct 08:51
v13.1.0
f8a9575
Compare
Choose a tag to compare

Full Changelog: v13.0.0...v13.1.0

v13.0.0

18 Sep 17:18
f3bd6ac
Compare
Choose a tag to compare

This release contains changes for compatibility with AVA 4, but can still be used with AVA 3 projects. Note however that test.cb() is being removed in AVA 4 and is no longer covered by this plugin.

  • Support the default modifier in AVA 4 64cc8c6
  • Match AVA 4 supported Node.js versions (^12.22, ^14.17, ^16.4) 98f7613
  • Remove callback-test related rules, this is being removed in AVA 4 2f8a226
  • Support test.macro(), new in AVA 4 abc162f

Other changes:

  • Fix fixable flag of no-incorrect-deep-equal 7ce7a43
  • Fix no-identical-title when there is no title cf361f1
  • Simplify use-t to only check the first parameter c1cd7da

v12.0.0...v13.0.0

v12.0.0

24 Mar 13:49
Compare
Choose a tag to compare

Improvements

  • Use suggestions instead of fixer for no-only-test and no-skip-test (#325) ae34aea
  • Detect more assertions in prefer-t-regex (#319) 45aa6f9
  • Ensure the assertion message is a string (#314) ae54195

Fixes

  • Fix crash and false-positive in no-statement-after-end (#316) 2b04f84

v11.0.0...v12.0.0

11.0.0

16 Aug 11:58
76cc6c9
Compare
Choose a tag to compare
  • Upgrade to ESLint 7 dcba649
  • Catch & fix out-of-order assertion arguments: pass actual values before expected values. Thanks @ninevra! 9d61ebd

v10.5.0...v11.0.0

10.5.0

26 Jul 16:04
d5b5fbf
Compare
Choose a tag to compare
  • Support t.like() assertion 4b1df49

v10.4.0...v10.5.0

10.4.0

06 Jul 20:24
v10.4.0
0b5b2cf
Compare
Choose a tag to compare

v10.3.1...v10.4.0

v10.3.1

13 Jun 07:33
Compare
Choose a tag to compare
  • Fix the ESLint peer dependency semver specifier 42e9445

v10.3.0...v10.3.1