Releases: yeoman/generator-jasmine
Releases · yeoman/generator-jasmine
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
Upgrade
$ npm install --global generator-jasmine
Notable Changes
We migrated to Yeoman Generator v1.
v0.2.1
Upgrade
$ npm install --global generator-jasmine
Notable Changes
v0.2.0
Notable Changes
- 379f444 save Bower dependencies to your existing
bower.json
underdevDependencies
, instead of havingtest/bower.json
, which is cleaner and makes integration with other generators much better - 6ddbded update to the latest Yeoman Generator and modify the directory structure to be consistent with other generators and to avoid setting
sourceRoot
manually