Skip to content

4.0.0 Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@novemberborn novemberborn released this 06 Apr 16:21
· 244 commits to main since this release
97525a9

This is the second (pre)release of AVA 4 🎊 Please read the release notes for Alpha 1.

Breaking changes 💥

  • Shared workers are available only in worker threads, not child processes. Thanks @dnlup! bdf2cf0
  • If installed globally, AVA will no longer use any locally installed version. Install locally and run with npx ava instead 1ee1e82
  • When running test files from another project that also has AVA installed, those test files will now fail to run (because they'll try and use that other AVA version) cc4e622

Other changes 🤓

  • Remove --preserve-symlink and npm link detection eef1a55
  • Correctly resolve ESLint plugin helper worker path 000c42e
  • Time out ESLint config resolution after 10 seconds 3aac5e8
  • Explicit and separate CJS and ESM entrypoints 5e08444

v4.0.0-alpha.1...v4.0.0-alpha.2