Skip to content

Releases: sindresorhus/gulp-mocha

v10.0.1

19 Apr 21:09
Compare
Choose a tag to compare
  • Fix support for streams without file contents c964e10

v10.0.0...v10.0.1

v10.0.0

03 Nov 13:51
Compare
Choose a tag to compare

Breaking

  • This package is now pure ESM. Please read this.

v9.0.0...v10.0.0

v9.0.0

26 Oct 17:29
Compare
Choose a tag to compare

Breaking

Improvements

  • Update Mocha from v8 to v10 e51ba80

v8.0.0...v9.0.0

v8.0.0

18 Feb 07:25
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10
  • Upgrade to Mocha 8 4fa531f

v7.0.2...v8.0.0

v7.0.2

04 Oct 08:17
Compare
Choose a tag to compare
  • Make Gulp an optional peer dependency 8e452db

v7.0.1...v7.0.2

v7.0.1

20 Aug 21:14
Compare
Choose a tag to compare

v7.0.0...v7.0.1

v7.0.0

18 Aug 21:54
Compare
Choose a tag to compare

Breaking:

v6.0.0...v7.0.0

4.0.0

20 Feb 15:11
Compare
Choose a tag to compare
  • Drop support for Node.js 0.12 and 0.10.
  • Now spawns the mocha binary instead using its broken programmatic API. This means you can use any of the mocha CLI flags (in a camelCased form). This should also fix most of the issues people have been having with this task. Thanks to @shellscape for doing most of the work.

If you were using Babel with babel-register in your gulpfile, you now need to use the Mocha compilers option instead: {compilers: 'js:babel-core/register'}. See https://babeljs.io/docs/setup/#installation