Skip to content

Releases: basisjs/yatra

1.4.0

23 Jan 17:44
Compare
Choose a tag to compare
  • Consider promise rejection as an exception (#15)
  • Fixed issue with aggressive test suite re-run on any file update from basis.js dev-server

1.3.0

08 Oct 21:43
Compare
Choose a tag to compare
  • Implemented test environment destroy when test is done and file syncing is switched off (#10, @wuzyk)
  • Fixed issue with nested assert.async() fails on low CPU (#13, @wuzyk)

1.2.3

16 Jul 22:00
Compare
Choose a tag to compare
  • Fixed assert.visited() wrong failure for first test in just inited scope

1.2.2

16 Jul 17:52
Compare
Choose a tag to compare
  • Fixed issue with using as node.js module

1.2.1

15 Jul 12:24
Compare
Choose a tag to compare
  • Fix issue with assert.async() called in next code frame, e.g. via setTimeout() (#7)

Promise support, visit API and timers fixes

13 Jul 14:16
Compare
Choose a tag to compare
  • 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

11 Jul 09:48
Compare
Choose a tag to compare
  • Add stack trace for exception
  • Fix test group selection

1.0.3

24 Dec 23:36
Compare
Choose a tag to compare
  • Fix readme in release

1.0.2

24 Dec 23:21
Compare
Choose a tag to compare
  • Make assert.async() work (thanks to @wuzyk)

1.0.0

24 Dec 22:40
Compare
Choose a tag to compare
  • Initial release