File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11## History
22
33
4+ ### 0.8.4 (2014-06-08)
5+ * ember: component
6+ * allow emberTemplates to compile nested templates
7+ * updated jquery script to point to dist/jquery inside bower_component
8+ * added test/bower_components to gitignore template
9+ * updates grunt-neuter version from 0.5.0 to 0.6.0
10+ * pullout getJSPath
11+ * dont add coffee package if option not specified
12+ * Use SVG badge for Travis
13+ * Forgotten hardcoded path to ` app `
14+ * Added test for generation of singular controller stub
15+ * Add support for singular base controller generation
16+ * Fix Karma's loading of CoffeeScript tests.
17+ * Adds singleRun option in grunts karma config
18+ * Updates file location of chai.js in karma.conf.js
19+ * Adds karma-chrome-launcher to devDependencies
20+ * Updates karma dependencies
21+ * fixed route in coffeescript template
22+ * remove unnecessary comment
23+ * Switch to official twitter bootstrap sass package
24+ * "Twitter Bootstrap" is now simply Bootstrap
25+ * Clarify compass gem requirement
26+ * Remove ` Ember.testing = true `
27+ * Create test container before setting App.rootElement
28+ * Automated usage of Bootstrap Fonts now checks if compassBootstrap is enabled first. See #175 .
29+
430### 0.8.3 (2014-02-12)
531* Upgrade ember to 1.3.2 :heavy_exclamation_mark :
632* Fix incorrect path of chai.js for karma
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-ember" ,
3- "version" : " 0.8.3 " ,
3+ "version" : " 0.8.4 " ,
44 "description" : " Yeoman generator for Ember" ,
55 "keywords" : [
66 " yeoman-generator" ,
You can’t perform that action at this time.
0 commit comments