What's Changed
- AVA is now tested with Node.js 24 (but no longer v23) #3379
- We're now publishing to npm with provenance attestations #3385
Interactive watch mode filters
@mmulet did fantastic work to spearhead interactive watch mode filters. You can now filter test files by glob patterns, and tests by matching their titles. It's just like you already could from the CLI itself, but now without exiting AVA 🚀 #3372
As part of this work we've removed the "sticky" .only()
behavior #3381
Examples
We've been remiss in merging #3335 which updates the examples to use AVA 6. It's done now, examples are up to date and it's all due to @tommy-mitchell 👏
New Contributors
Full Changelog: v6.3.0...v6.4.0