Skip to content

Commit 50d48fa

Browse files
committed
Release 0.8.4
1 parent 6ef2e57 commit 50d48fa

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)