- Fix exit without any report when tests fail (Frederik Ring)
- Upgrade
istanbul
,minimatch
andthrough2
-
Apply instrumentation in the Browserify pipeline instead of a transform
This refactoring allow other transforms to modify the source code before instrumentation happens, e.g. the babelify transform. Fixes mantoni/mochify.js#116
- Support for running in multiple browsers (now the result is the aggregated coverage of all the runs)
- Revert defaults for output directory
- Fix default istanbul module not found #15
- Add support for babel instrumenter #14
- Fix for watchify option
- Update README usage
- Fix critical bug: coverage was reported without waiting for the test to finish
- Now
exclude
parameter can be an array. In command line--exclude 'pattern1' --exclude 'pattern2'
- First real usable version published in NPM