This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
Releases: yeoman/generator-backbone
Releases · yeoman/generator-backbone
v0.2.3
- Generate mocha tests while generating model/collections/view.
- Dropped support for node 0.8
grunt server
task is deprecated and introducedgrunt serve
- Improved scaffolds
- Various bug fixes and enhancements.
v0.2.2
- Added CoffeeScript support for RequireJS
- Added
--appPath
option to scaffold application into custom directory - Added tests for handlebars and mustache
- moved inline requirejs templates to /templates/requirejs
- Updated to yeoman-generator to 0.14.0
- other minor fixes
v0.2.1
- Adding tests for --coffee option
- Livereload fixes for jasmine and mocha
- Added jshint-stylish
- Skip compass task in Gruntfile when user opt-out bootstrap
- other minor fixes
v0.2.0
- Upgraded to Bootstrap 3.0
- livereload on template files
- grunt server:test now runs on port 9001
- other minor fixes
v0.1.7
- fixed the missing script-base
v0.1.6
- Adds yo as peerDependency
- Updated jasmine task
- Jasmine tests will watch spec and keepalive
- Various bug fixes.
v0.1.5
- Better support for handlebars + requirejs
- added glyphicons
- Various bug fixes.
v0.1.3
- Updated to new interactive prompt
- Added generator-mocha as
- Moved to grunt-contrib-watch and connect-livereload
- Using grunt-neuter to custom order for
- various minor bug fixes and enhancements
v0.1.2
- updated to bower 0.9
- various bug fixes
v0.1.1
- Support for handlebars and mustache templates
- auto detect js or coffee for subgenerators
- moved creating main.js from 'all' to 'app' sub generator
- Add skip-install to the tests and ensure that the generator uses it.