Skip to content

Commit a6ec045

Browse files
committed
v0.3.0
1 parent 4408413 commit a6ec045

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
# 0.3.0 (2013-06-26)
2+
3+
## Features
4+
### decorator
5+
6+
* Add decorator template files ([c9f80b3d](http://github.com/yeoman/generator-angular/commit/c9f80b3d))
7+
8+
* Define creation of decorator at decorator/index.js and added USAGE File ([4c53c1ad](http://github.com/yeoman/generator-angular/commit/4c53c1ad))
9+
10+
* Add prompt if file already exists ([7d9b862c](http://github.com/yeoman/generator-angular/commit/7d9b862c))
11+
12+
### build
13+
14+
* Replace regard with contrib-watch ([edf00565](http://github.com/yeoman/generator-angular/commit/edf00565))
15+
16+
17+
18+
## Bug fixes
19+
### build
20+
21+
* bad concatenation of main.css ([4c7e4b29](http://github.com/yeoman/generator-angular/commit/4c7e4b29))
22+
23+
* Bumped yeoman-generator version for new prompt ([9e899bb2](http://github.com/yeoman/generator-angular/commit/9e899bb2))
24+
25+
* don't override generated css files ([dd6a0cb1](http://github.com/yeoman/generator-angular/commit/dd6a0cb1))
26+
27+
* use Usemin for all CSS. ([e6c2fa52](http://github.com/yeoman/generator-angular/commit/e6c2fa52))
28+
29+
* dropped nospawn option from watch ([02f61f82](http://github.com/yeoman/generator-angular/commit/02f61f82))
30+
31+
* add svg files to the copy task ([4b897ac8](http://github.com/yeoman/generator-angular/commit/4b897ac8))
32+
33+
* updated generated dependencies ([cab7c423](http://github.com/yeoman/generator-angular/commit/cab7c423))
34+
35+
* add httpFontsPath to Gruntfile ([b00deb1a](http://github.com/yeoman/generator-angular/commit/b00deb1a))
36+
37+
* coffeescript build was empty ([54edc9de](http://github.com/yeoman/generator-angular/commit/54edc9de))
38+
39+
* add compass task only if compass-flavored bootstrap is selected ([4408413e](http://github.com/yeoman/generator-angular/commit/4408413e))
40+
41+
### app
42+
43+
* Bootstrap Compass no prompt on Bootstrap no ([e73ffc49](http://github.com/yeoman/generator-angular/commit/e73ffc49))
44+
45+
* Use boolean prompts ([da89e70d](http://github.com/yeoman/generator-angular/commit/da89e70d))
46+
47+
* components to bower_components ([01cee4ba](http://github.com/yeoman/generator-angular/commit/01cee4ba))
48+
49+
### coffee
50+
51+
* syntax for minsafe directives ([62677ec0](http://github.com/yeoman/generator-angular/commit/62677ec0))
52+
53+
### decorator
54+
55+
* removed second dot in warning message ([6a89f8e5](http://github.com/yeoman/generator-angular/commit/6a89f8e5))
56+
57+
* use [] instead of new Array() to initialize prompts (jsHint) ([360222a6](http://github.com/yeoman/generator-angular/commit/360222a6))
58+
59+
### test
60+
61+
* Updated tests for new prompt ([64e57571](http://github.com/yeoman/generator-angular/commit/64e57571))
62+
63+
### cli
64+
65+
* fix typo in angular:constant generator usage ([6cbb80fd](http://github.com/yeoman/generator-angular/commit/6cbb80fd))
66+
67+
68+
69+
170
# 0.2.2 (2013-04-20)
271

372
## Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Yeoman generator for AngularJS",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)