Skip to content

Releases: yeoman/generator-jasmine

v2.0.0

19 Jul 18:45
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

  • 47fef03 Migrate from Bower to npm
  • 44dbf28 Update node versions in travis config and package.json

v1.0.0

26 May 11:12
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-jasmine

Notable Changes

We migrated to Yeoman Generator v1.

v0.2.1

09 Jul 14:04
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-jasmine

Notable Changes

  • 6d1f089 adjust bower_components paths according to how Jasmine is now installed (under devDependencies in the project's bower.json)
  • efac343 fix booting error by using Jasmine's own boot.js
  • 2d99200 add an assertion so Jasmine doesn't complain

v0.2.0

02 Jul 21:17
Compare
Choose a tag to compare

Notable Changes

  • 379f444 save Bower dependencies to your existing bower.json under devDependencies, instead of having test/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