Skip to content

Releases: avajs/ava

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