Releases: avajs/ava
Releases · avajs/ava
0.5.0
Highlights
- Add
test.skip()
. 41fd96f - Add support for Observable. 05bee73 Thanks to @BarryThePenguin
- Support use of
t.end
as callback. 403a28c - Prevent using
test()
without a callback. 0dad455 - Report unhandled promise rejections. 862edb8
- Report uncaught exceptions. c5d02f1
- Handle non-test files with a user-friendly error message. a3308d2
- Display only failed hooks. 55d3613
- Fix logger throwing on files with both passing and failing tests. d6fed1c
- Lots of stability fixes! Huge thanks to @jamestalmage for tirelessly working on this.
Changes
0.4.2
0.4.1
Highlights
Changes
0.4.0
Highlights
- Shared context between tests and beforeEach/afterEach hooks. a76ced6
- Don't display test title if there's only one anonymous test. bb1304c
- Add string support to the
throws
assertion. 257c414 - Use the Babel API instead of the require hook. We no longer interfere with custom use of the require hook. 1d5ef4c
- Fix compatibility problems with
nyc
. 7087a08