|
| 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 | + |
1 | 70 | # 0.2.2 (2013-04-20) |
2 | 71 |
|
3 | 72 | ## Features |
|
0 commit comments