v5.0.0 #3102
novemberborn
started this conversation in
General
v5.0.0
#3102
Replies: 1 comment 19 replies
-
Please let me know how this is working for you, especially the type definition changes. If it's all good I'll promote to |
Beta Was this translation helpful? Give feedback.
19 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.0
This discussion was created from the release v5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions