Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Releases: yeoman/generator-backbone

v0.2.3

20 Jan 17:52
Compare
Choose a tag to compare
  • Generate mocha tests while generating model/collections/view.
  • Dropped support for node 0.8
  • grunt server task is deprecated and introduced grunt serve
  • Improved scaffolds
  • Various bug fixes and enhancements.

v0.2.2

11 Dec 19:52
Compare
Choose a tag to compare
  • 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

03 Nov 13:40
Compare
Choose a tag to compare
  • 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

09 Oct 13:42
Compare
Choose a tag to compare
  • Upgraded to Bootstrap 3.0
  • livereload on template files
  • grunt server:test now runs on port 9001
  • other minor fixes

v0.1.7

25 Jul 06:05
Compare
Choose a tag to compare
  • fixed the missing script-base

v0.1.6

23 Jul 20:15
Compare
Choose a tag to compare
  • Adds yo as peerDependency
  • Updated jasmine task
  • Jasmine tests will watch spec and keepalive
  • Various bug fixes.

v0.1.5

16 Jul 16:01
Compare
Choose a tag to compare
  • Better support for handlebars + requirejs
  • added glyphicons
  • Various bug fixes.

v0.1.3

16 Jul 16:06
Compare
Choose a tag to compare
  • 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

16 Jul 16:08
Compare
Choose a tag to compare
  • updated to bower 0.9
  • various bug fixes

v0.1.1

16 Jul 16:13
Compare
Choose a tag to compare
  • 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.