Skip to content

4.0.0

Compare
Choose a tag to compare
@Rowno Rowno released this 24 Dec 08:32
· 22 commits to master since this release
v4.0.0

Breaking changes

  • Upgraded to Mocha 4.
  • Removed no-exit option due to changes in Mocha 4.
  • The package now exports the Grunt task rather than the lib.

Features

  • Package now exports the Grunt task to enable advanced Grunt usage like: require('grunt-mocha-cli')(grunt).

Development

  • Modernise the development environment using AVA, XO and prettier.