Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 603 Bytes

HISTORY.md

File metadata and controls

27 lines (16 loc) · 603 Bytes

1.2.1 (July 15, 2016)

  • Fix issue with assert.async() called in next code frame, e.g. via setTimeout() (#7)

1.2.0 (July 13, 2016)

  • Support for Promise as result of test function (#6)
  • Rework timers and fix issue with race condition when using setImmediate polyfill (#3)
  • Implement visit API
  • Rework build and publish

1.1.0 (July 1, 2016)

  • Add stack trace for exception
  • Fix test group selection

1.0.3 (December 25, 2015)

  • Fix readme in release

1.0.2 (December 25, 2015)

  • Make assert.async() work (thanks to @wuzyk)

1.0.0 (May 13, 2015)

  • Initial release