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.4.2

30 Jan 23:58
Compare
Choose a tag to compare
  • Fixed templates on RequireJS build - thanks to @marian-r 🎉
  • Fixed bower install not running when generating a new project

v0.4.1

24 Jan 18:29
Compare
Choose a tag to compare
  • Fixed handlebars template
  • Fixed RequireJS build when using Coffeescript

Thanks @mteodori for providing these fixes 🎉

v0.4.0

24 Dec 00:55
Compare
Choose a tag to compare
  • Modernizr is now optional 5219ac1
  • Replaces RequireJS with Almond during build 2cacbea
  • Updated codebase to use latest Yeoman API ce63ef2
  • Many bug fixes 😄

v0.3.2

28 Sep 18:54
Compare
Choose a tag to compare
  • 63a3b86 & 4266732 : Updated to official sass bootstrap
  • d5812da : Fetch .htaccess file via npm
  • c32c9ec : Updated _package.json template
  • Minor Fixes

v0.3.1

11 Sep 17:56
Compare
Choose a tag to compare
  • 780b87d Using composeWith instead of hookFor
  • Other minor fixes

v0.3.0

24 Jun 18:08
Compare
Choose a tag to compare
  • 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

20 Apr 03:29
Compare
Choose a tag to compare

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

19 Apr 19:13
Compare
Choose a tag to compare
0.2.7

v0.2.5

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

26 Feb 21:38
Compare
Choose a tag to compare
  • remove coffeescript in default scaffold
  • more useful scaffold
  • removed unnecessary class suffixes
  • Other minor fixes