Skip to content

Releases: avajs/ava

0.5.0

16 Nov 13:09
Compare
Choose a tag to compare

Highlights

Changes

v0.4.2...v0.5.0

0.4.2

08 Nov 14:48
Compare
Choose a tag to compare

Highlights

  • Fix issue with the CLI throwing on Windows. 560c6f8

Changes

v0.4.1...v0.4.2

0.4.1

08 Nov 06:22
Compare
Choose a tag to compare

Highlights

  • Fix use of absolute paths in the CLI. e57b99d
  • Work around weird Node.js 0.10 exit bug. 04c687b

Changes

v0.4.0...v0.4.1

0.4.0

07 Nov 13:15
Compare
Choose a tag to compare

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

Changes

v0.3.0...v0.4.0