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.4.2
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
- 5b8b77b Composability: Adding priorities prompting, writing & install
- 0b14c7e Using
this.option
so--help
display the help message properly - 6750e67 remove
writeTemplate
from top-level methods - 1840da1 Trigger mocha generator if namespace is backbone
- 187e32b Refactoring tests
- bc90178 Using class-extend
- f7b0941 Use lodash by default
- 4256d56 fixed #256 mocha options.
v0.2.8
7eb7726 Close GH-245: allow port selection when setting starting serve.
fa5ef47 Use options.namespace instead of this.generatorName
ab33e15 fix serve watch updating handlebar templates
a718e8c default grunt task never gets to "build" task
3d7281e only watch .js file and reload page once.
8fd3bd6 Fix grunt live reload task where *.coffee files were not being 'watched' properly
8544562 Use SVG badge for Travis
2bdd68a Remove now obsolete shims for Backbone, Underscore
9ce9a51 Drop conditional IE statements
acde258 Correct meta viewport
68567a8 Fixes #233 : backbone:all set appPath
4639f55 fixed jquery path.
f7c3984 Replaced harcoded 'app' with variable in Gruntfile.js
1a47498 fixed #224 jQuery 2.1 link is broken
v0.2.7
0.2.7
v0.2.5
- b30b737 updated _bower.json,_package.json and package.json
- c28d4da added globals to .jshintrc
- 11dc3b7 added custom _.classify method
- dba914a removed unnecessary class suffixes
- 02758c5 added appname to .yo-rc.json to generate classes with proper names
- 6636915 "Twitter Bootstrap" is now simply Bootstrap
- 25d4819 Update bower dependencies
- c81c324 Provide more useful scaffold
- ffc099e Missing piece in last cherry-pick
- 76042cc Update view.coffee
- 8896962 Fixes #199
- d5ac3da remove coffeescript in default scaffold
- c9385e4 fixed generator argument ignored
- 55571de fixed typo in geneateTests
v0.2.4
- remove coffeescript in default scaffold
- more useful scaffold
- removed unnecessary class suffixes
- Other minor fixes