- test: Add support for parallel tests (Lauri Rooden)
- cli: Add cli.ls() (Lauri Rooden)
- test: Add delay option (Lauri Rooden)
Removed Features:
- bench: Drop array support and require opts (Lauri Rooden)
- test: Drop array form for message (Lauri Rooden)
Fixes:
- build: Fix lint warnings (Lauri Rooden)
Enhancements:
- build: Replace not commited minimized file name in output (Lauri Rooden)
- test: Check global.console existence (Lauri Rooden)
- test: Set result just once in spy (Lauri Rooden)
- release: Improve tag rewrite (Lauri Rooden)
- build: Rewrite (Lauri Rooden)
- test: Revert exposing assert.fail (Lauri Rooden)
- bench: Use only process.hrtime in measure (Lauri Rooden)
- test: Allow to return a promise (Lauri Rooden)
- Rearrange tests (Lauri Rooden)
- Rename opts.name to opts.args (Lauri Rooden)
- test: Turn string into Error in assert.fail() (Lauri Rooden)
- test: Use <anon> and <null> in stringify (Lauri Rooden)
- release: Read log before commit (Lauri Rooden)
- release: Accept version from command line (Lauri Rooden)
- test: Cleanup (Lauri Rooden)
- test: Expose assert as function (Lauri Rooden)
- test: Replace internal bind with curry (Lauri Rooden)
- test: Forward exitCode from cli wrapper (Lauri Rooden)
- test: Rename --trace to --stack (Lauri Rooden)
- test: Expose `it` by default (Lauri Rooden)
- build: Log file name with warnings (Lauri Rooden)
- test: Expose assert.fail() (Lauri Rooden)
- test: Move assert.wait() to browser.js (Lauri Rooden)