Skip to content

v0.3.0

Choose a tag to compare

@SBoudrias SBoudrias released this 10 Sep 06:51
· 78 commits to main since this release

New features

Allow to include non-required files in the coverage report

This will allow files without test to be considered in the coverage
report.

Big thanks at @robatron!

Bug fixes

  • We don't delete the global state anymore, it should now work better when using gulp.watch (Thanks @robrich)
  • Fix bug where buffer support wasn't correctly detected (Thanks @golyshevd)

Maintenance

Now using Istanbul 0.3 series.