Skip to content

Releases: avajs/eslint-plugin-ava

11.0.0

16 Aug 11:58
76cc6c9

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

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

Choose a tag to compare

v10.3.1...v10.4.0

v10.3.1

13 Jun 07:33

Choose a tag to compare

  • Fix the ESLint peer dependency semver specifier 42e9445

v10.3.0...v10.3.1

10.3.0

27 Apr 12:08
404e742

Choose a tag to compare

  • Add t.teardown() a4878cf
  • Add use-t-throws-async-well rule eea71c3
  • Assertion methods auto correction for use-t-well rule d9f9a49
  • Don't trigger no-incorrect-deep-equal for regular expression a217bee

v10.2.0...v10.3.0

10.2.0

16 Feb 16:06
26903de

Choose a tag to compare

  • Recognize t.try() assertion f350675

v10.1.0...v10.2.0

10.1.0

16 Feb 12:20
bb971ca

Choose a tag to compare

  • @pvdlg: Allow importing AVA as anyTest in TypeScript files 524594d

v10.0.1...v10.1.0

10.0.1

01 Feb 14:33
9fcec4d

Choose a tag to compare

  • Add t.timeout to use-t-well rule 3e1102a

v10.0.0...v10.0.1

10.0.0

19 Jan 14:45
1e53817

Choose a tag to compare

Require at least Node.js 10.18, 12.14 or 13.5. These are the same versions that are supported by AVA itself.

The no-ignored-test-files and no-import-test-files rules have been updated for AVA 3.

v9.0.0...v10.0.0

Thanks to @jscheffner, @gurpreetatwal and @fisker. We couldn't have done this without you!

v9.0.0

25 Sep 14:59

Choose a tag to compare

Breaking

  • Support named imports and destructured requires (#232) e30eafa
    This is breaking as it might enable finding more issues that was previously not found.

Enhancements

  • Fully support non-file usage 6705aa6

v8.0.0...v9.0.0