Releases: yeoman/generator-mocha
Releases · yeoman/generator-mocha
v2.0.4
v2.0.3
v2.0.2
- 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
v2.0.0
💥 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
v1.0.0
$ npm install --global generator-mocha
We migrated to Yeoman Generator v1.
v0.3.1
v0.3.0
v0.2.0
$ 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