Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 779 Bytes

HISTORY.md

File metadata and controls

35 lines (20 loc) · 779 Bytes

1.2.3 (July 16, 2016)

  • Fixed assert.visited() wrong failure for first test in just inited scope

1.2.2 (July 16, 2016)

  • Fixed issue with using as node.js module

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