Skip to content

Releases: yeoman/generator-mocha

v2.0.4

11 Nov 10:31
Compare
Choose a tag to compare
  • fix test/spec/test.js file to work for TDD interface 96f677a

v2.0.3

09 Jun 20:16
Compare
Choose a tag to compare
  • fix default option value (0d69b7e)

v2.0.2

09 Jun 20:11
Compare
Choose a tag to compare
  • make prompt more descriptive (43cdf16)
    • it used to say just "Choose your style of DSL", which is confusing when generator-mocha is being used in another generator, so people using that generator didn't know what "DSL" the prompt is referring to, especially those who don't know what the options "BDD" and "TDD" stand for
    • now it says "Choose the interface style for Mocha", and options are now displayed with full names in the parenthesis next to acronyms

v2.0.1

09 Jun 20:07
Compare
Choose a tag to compare

v2.0.0

19 Jul 18:39
Compare
Choose a tag to compare

💥 Breaking change 💥

Migrate from Bower to npm

It’s about time since Bower is officially deprecated:

npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for new front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path but we hope you'll help us figure out one.

Changes

  • ae6b71f Migrate from Bower to npm
  • ef4460b Update node versions in travis config
  • ef07c50 Update tests to ES6 syntax

v1.0.0

26 May 11:03
Compare
Choose a tag to compare
$ npm install --global generator-mocha

We migrated to Yeoman Generator v1.

v0.3.1

13 Jul 18:02
Compare
Choose a tag to compare
$ npm install --global generator-mocha
  • f518b59 make the prompt message clearer, making it clear when the generator is being composed

v0.3.0

17 Feb 22:47
Compare
Choose a tag to compare
$ npm install --global generator-mocha
  • 3a93e78 Update Yeoman-Generator dependencies and code
  • a45f1f9 Add a prompt for the UI option
  • 9821da4 Save the config used

v0.2.0

27 Jun 21:42
Compare
Choose a tag to compare
$ npm install --global generator-mocha
  • 15f8e5e turned /bower_components paths into ../bower_components paths, reflecting the recent changes to the way dependencies are installed
  • bdf2b88 only run Mocha in real browsers, this should fix issues like missing Mocha run() with grunt-mocha

v0.1.8

13 Jun 23:51
Compare
Choose a tag to compare
$ npm install --global generator-mocha
  • 05e9525 bump dependencies
  • eadab44 add support for RequireJS
  • 4d21c0e save dependencies programmatically, as devDependencies in your existing bower.json (no more test/bower.json business)