v5.0.1 #3112
novemberborn
started this conversation in
General
v5.0.1
#3112
Replies: 1 comment
-
For the changelog since 5.0.0 see v5.0.0...v5.0.1. Mainly, the type definition should be compatible with all the myriad ways you can configure TypeScript to resolve and output modules. I'll again leave this under the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
It's available as a pre-release under the
next
tag for the next few weeks:npm install --save-dev ava@next
Breaking Changes
Improvements
process.exit()
called from tests by @gibson042 in Detect process.exit() called from tests #3080os.cpus()
returning an empty array on unsupported platforms by @catink123 in Work around os.cpus() returning an empty array on unsupported platforms #3095New Contributors
Full Changelog: v4.3.3...v5.0.1
This discussion was created from the release v5.0.1.
Beta Was this translation helpful? Give feedback.
All reactions