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: