- Add support for test coverage via
nyc
- Change how we resolve the path to the
tape
binary, to support Windows
- Change approach to run tests in a child process, leveraging the
tape
module CLI
- Allow
opts.bail
to allow exiting the Gulp process if some assertion failed
- Allow formatting the TAP output via
opts.reporter
- Initial release