Skip to content

1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@novemberborn novemberborn released this 15 Feb 16:42
1d9f176

Continuing the work towards 1.0 🏗

This is the third beta release for AVA 1.0. You may want to read the release notes of the first beta, as well as the second one to get up to speed.

This release uses babel@v7.0.0-beta.40. We're waiting for Babel 7 to go out of beta before releasing the 1.0 version of AVA itself. This doesn't mean that these releases are any less stable than our previous 0.x versions though! If your project itself doesn't use Babel, or if your tests aren't coupled to your use of Babel 6 you should really upgrade.

Install this release using the next distribution tag:

$ npm install --save-dev ava@next

Many of our recipes are now out of date. There's a list of them in this issue. We'd love it if you could help us update these recipes.

Our ESLint plugin also needs some updates: avajs/eslint-plugin-ava#185, avajs/eslint-plugin-ava#186 & avajs/eslint-plugin-ava#187.

Changes

All changes 📚

v1.0.0-beta.2...v1.0.0-beta.3

Get involved ✌️

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.