- Consider promise rejection as an exception (#15)
- Fixed issue with aggressive test suite re-run on any file update from basis.js dev-server
- 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)
- Fixed
assert.visited()
wrong failure for first test in just inited scope
- Fixed issue with using as
node.js
module
- Fix issue with
assert.async()
called in next code frame, e.g. viasetTimeout()
(#7)
- 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
- Add stack trace for exception
- Fix test group selection
- Fix readme in release
- Make
assert.async()
work (thanks to @wuzyk)
- Initial release