Skip to content

v5.0.1

Compare
Choose a tag to compare
@novemberborn novemberborn released this 25 Sep 15:11
· 89 commits to main since this release
7007f13

Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.

npm install --save-dev ava

Breaking Changes

  • AVA now requires Node.js 14.19, 16.15 or 18. #3043
  • Type definition distribution assumes at least TypeScript 4.7. #3041
  • We're now exporting types rather than interfaces. #3096

Improvements

New Contributors

Full Changelog: v4.3.3...v5.0.1