Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-07 | 1.2 kB | |
v6.4.0 source code.tar.gz | 2025-06-07 | 3.2 MB | |
v6.4.0 source code.zip | 2025-06-07 | 3.6 MB | |
Totals: 3 Items | 6.8 MB | 7 |
What's Changed
- AVA is now tested with Node.js 24 (but no longer v23) https://github.com/avajs/ava/pull/3379
- We're now publishing to npm with provenance attestations https://github.com/avajs/ava/pull/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 🚀 https://github.com/avajs/ava/pull/3372
As part of this work we've removed the "sticky" .only()
behavior https://github.com/avajs/ava/pull/3381
Examples
We've been remiss in merging https://github.com/avajs/ava/pull/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
- @mmulet made their first contribution in https://github.com/avajs/ava/pull/3372
- @kebbell made their first contribution in https://github.com/avajs/ava/pull/3348
Full Changelog: https://github.com/avajs/ava/compare/v6.3.0...v6.4.0