Releases: avajs/eslint-plugin-ava
Releases · avajs/eslint-plugin-ava
v15.0.1
- Fix flat config eb6088b
v15.0.0
v14.0.0
v13.2.0
13.1.0
Full Changelog: v13.0.0...v13.1.0
v13.0.0
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:
v12.0.0
11.0.0
10.5.0
- Support
t.like()
assertion 4b1df49
10.4.0
- Support assertion message in
t.timeout()
@jonathansamines 420c862