Eslint Plugin Ava Versions Save

ESLint rules for AVA

v15.0.0

2 weeks ago

Breaking

  • Require Node.js 18 (#357) b5561e4
  • Require ESLint 9 (#357) b5561e4

https://github.com/avajs/eslint-plugin-ava/compare/v14.0.0...v15.0.0

v14.0.0

1 year ago

Breaking

  • Require Node.js 14 and ESLint 8 bd8c4c6

Fixes

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

https://github.com/avajs/eslint-plugin-ava/compare/v13.2.0...v14.0.0

v13.2.0

2 years ago

v13.0.0

2 years ago

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

https://github.com/avajs/eslint-plugin-ava/compare/v12.0.0...v13.0.0

v12.0.0

3 years ago

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

https://github.com/avajs/eslint-plugin-ava/compare/v11.0.0...v12.0.0

v11.0.0

3 years ago
  • Upgrade to ESLint 7 dcba649
  • Catch & fix out-of-order assertion arguments: pass actual values before expected values. Thanks @ninevra! 9d61ebd

https://github.com/avajs/eslint-plugin-ava/compare/v10.5.0...v11.0.0

v10.5.0

3 years ago

v10.4.0

3 years ago
  • Support assertion message in t.timeout() @jonathansamines 420c862

https://github.com/avajs/eslint-plugin-ava/compare/v10.3.1...v10.4.0