|
2 | 2 | ## v0.3.1 (2013-07-24) |
3 | 3 |
|
4 | 4 |
|
5 | | -#### Bug Fixes |
| 5 | +#* **Bug Fixes:** |
6 | 6 |
|
7 | 7 | * **app:** |
8 | 8 | * order of script inclusions ([9919b2d0](http://github.com/yeoman/generator-angular/commit/9919b2d0bb749cbe5e795608c2b93c3504e3298b), closes [#278](http://github.com/yeoman/generator-angular/issues/278)) |
9 | 9 | * copy glyphicons for sass ([2c458009](http://github.com/yeoman/generator-angular/commit/2c4580096572678de6212c8592fb553c10b3a4c0), closes [#269](http://github.com/yeoman/generator-angular/issues/269)) |
10 | | - * add jQuery <script> into index.html template ([3766b4ff](http://github.com/yeoman/generator-angular/commit/3766b4ffe1b91a647a34577ae529d11c994e3a1d)) |
| 10 | + * add jQuery \<script\> into index.html template ([3766b4ff](http://github.com/yeoman/generator-angular/commit/3766b4ffe1b91a647a34577ae529d11c994e3a1d)) |
11 | 11 | * **docs:** |
12 | 12 | * fix section explaining generating services ([8b4787c6](http://github.com/yeoman/generator-angular/commit/8b4787c649b918cb2baf78369e86c86156bca2ec)) |
13 | 13 | * Add explicit instructions for installing yo ([8404c068](http://github.com/yeoman/generator-angular/commit/8404c0687ab582e15b1f46f96da4f7812d641912)) |
14 | 14 |
|
15 | 15 |
|
16 | | -#### Features |
| 16 | +#* **Features:** |
17 | 17 |
|
18 | 18 | * **app:** |
19 | 19 | * generate Travis config ([38a4ce9b](http://github.com/yeoman/generator-angular/commit/38a4ce9baa207c49c79b2f3128c2c3637164c011)) |
20 | 20 | * use checkboxes for module selection ([65fe9d25](http://github.com/yeoman/generator-angular/commit/65fe9d25fdc1f9fa9c24c4858915c2b63b4531cb)) |
21 | 21 | * add jshintrc for testing folder ([8727288b](http://github.com/yeoman/generator-angular/commit/8727288bcefdb255f3c24cf80ab1c7868b86d044)) |
22 | 22 | * **build:** add support for svg optimization ([03d63c69](http://github.com/yeoman/generator-angular/commit/03d63c69e8006e563baee0cc4a4ba459e7c13ccd)) |
23 | 23 |
|
24 | | -# 0.3.0 (2013-06-26) |
25 | | - |
26 | | -## Features |
27 | | -### decorator |
28 | | - |
29 | | -* Add decorator template files ([c9f80b3d](http://github.com/yeoman/generator-angular/commit/c9f80b3d)) |
30 | | - |
31 | | -* Define creation of decorator at decorator/index.js and added USAGE File ([4c53c1ad](http://github.com/yeoman/generator-angular/commit/4c53c1ad)) |
32 | | - |
33 | | -* Add prompt if file already exists ([7d9b862c](http://github.com/yeoman/generator-angular/commit/7d9b862c)) |
34 | | - |
35 | | -### build |
36 | | - |
37 | | -* Replace regard with contrib-watch ([edf00565](http://github.com/yeoman/generator-angular/commit/edf00565)) |
38 | | - |
39 | | - |
40 | | - |
41 | | -## Bug fixes |
42 | | -### build |
43 | | - |
44 | | -* bad concatenation of main.css ([4c7e4b29](http://github.com/yeoman/generator-angular/commit/4c7e4b29)) |
45 | | - |
46 | | -* Bumped yeoman-generator version for new prompt ([9e899bb2](http://github.com/yeoman/generator-angular/commit/9e899bb2)) |
47 | | - |
48 | | -* don't override generated css files ([dd6a0cb1](http://github.com/yeoman/generator-angular/commit/dd6a0cb1)) |
49 | | - |
50 | | -* use Usemin for all CSS. ([e6c2fa52](http://github.com/yeoman/generator-angular/commit/e6c2fa52)) |
51 | | - |
52 | | -* dropped nospawn option from watch ([02f61f82](http://github.com/yeoman/generator-angular/commit/02f61f82)) |
53 | | - |
54 | | -* add svg files to the copy task ([4b897ac8](http://github.com/yeoman/generator-angular/commit/4b897ac8)) |
55 | | - |
56 | | -* updated generated dependencies ([cab7c423](http://github.com/yeoman/generator-angular/commit/cab7c423)) |
57 | | - |
58 | | -* add httpFontsPath to Gruntfile ([b00deb1a](http://github.com/yeoman/generator-angular/commit/b00deb1a)) |
59 | | - |
60 | | -* coffeescript build was empty ([54edc9de](http://github.com/yeoman/generator-angular/commit/54edc9de)) |
61 | | - |
62 | | -* add compass task only if compass-flavored bootstrap is selected ([4408413e](http://github.com/yeoman/generator-angular/commit/4408413e)) |
63 | | - |
64 | | -### app |
65 | | - |
66 | | -* Bootstrap Compass no prompt on Bootstrap no ([e73ffc49](http://github.com/yeoman/generator-angular/commit/e73ffc49)) |
67 | | - |
68 | | -* Use boolean prompts ([da89e70d](http://github.com/yeoman/generator-angular/commit/da89e70d)) |
69 | | - |
70 | | -* components to bower_components ([01cee4ba](http://github.com/yeoman/generator-angular/commit/01cee4ba)) |
71 | | - |
72 | | -### coffee |
73 | | - |
74 | | -* syntax for minsafe directives ([62677ec0](http://github.com/yeoman/generator-angular/commit/62677ec0)) |
75 | | - |
76 | | -### decorator |
77 | | - |
78 | | -* removed second dot in warning message ([6a89f8e5](http://github.com/yeoman/generator-angular/commit/6a89f8e5)) |
79 | | - |
80 | | -* use [] instead of new Array() to initialize prompts (jsHint) ([360222a6](http://github.com/yeoman/generator-angular/commit/360222a6)) |
81 | | - |
82 | | -### test |
83 | | - |
84 | | -* Updated tests for new prompt ([64e57571](http://github.com/yeoman/generator-angular/commit/64e57571)) |
85 | | - |
86 | | -### cli |
87 | | - |
88 | | -* fix typo in angular:constant generator usage ([6cbb80fd](http://github.com/yeoman/generator-angular/commit/6cbb80fd)) |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | -# 0.2.2 (2013-04-20) |
| 24 | +<a name="v0.3.1"></a> |
| 25 | +## 0.3.0 (2013-06-26) |
94 | 26 |
|
95 | | -## Features |
96 | | -### build |
| 27 | +#* **Features:** |
97 | 28 |
|
98 | | -* Integrate grunt-rev into build process (87bab71) |
| 29 | +* **decorator:** |
| 30 | + * Add decorator template files ([c9f80b3d](http://github.com/yeoman/generator-angular/commit/c9f80b3d)) |
| 31 | + * Define creation of decorator at decorator/index.js and added USAGE File ([4c53c1ad](http://github.com/yeoman/generator-angular/commit/4c53c1ad)) |
| 32 | + * Add prompt if file already exists ([7d9b862c](http://github.com/yeoman/generator-angular/commit/7d9b862c)) |
99 | 33 |
|
100 | | -### app |
| 34 | +* **build:** |
| 35 | + * Replace regard with contrib-watch ([edf00565](http://github.com/yeoman/generator-angular/commit/edf00565)) |
101 | 36 |
|
102 | | -* automatically install dependencies (9f95630) |
| 37 | +#* **Bug Fixes:** |
103 | 38 |
|
104 | | -* add coffee option to Karma generator (e81b624) |
| 39 | +* **build:** |
| 40 | + * bad concatenation of main.css ([4c7e4b29](http://github.com/yeoman/generator-angular/commit/4c7e4b29)) |
| 41 | + * Bumped yeoman-generator version for new prompt ([9e899bb2](http://github.com/yeoman/generator-angular/commit/9e899bb2)) |
| 42 | + * don't override generated css files ([dd6a0cb1](http://github.com/yeoman/generator-angular/commit/dd6a0cb1)) |
| 43 | + * use Usemin for all CSS. ([e6c2fa52](http://github.com/yeoman/generator-angular/commit/e6c2fa52)) |
| 44 | + * dropped nospawn option from watch ([02f61f82](http://github.com/yeoman/generator-angular/commit/02f61f82)) |
| 45 | + * add svg files to the copy task ([4b897ac8](http://github.com/yeoman/generator-angular/commit/4b897ac8)) |
| 46 | + * updated generated dependencies ([cab7c423](http://github.com/yeoman/generator-angular/commit/cab7c423)) |
| 47 | + * add httpFontsPath to Gruntfile ([b00deb1a](http://github.com/yeoman/generator-angular/commit/b00deb1a)) |
| 48 | + * coffeescript build was empty ([54edc9de](http://github.com/yeoman/generator-angular/commit/54edc9de)) |
| 49 | + * add compass task only if compass-flavored bootstrap is selected ([4408413e](http://github.com/yeoman/generator-angular/commit/4408413e)) |
105 | 50 |
|
106 | | -### misc |
| 51 | +* **app:** |
| 52 | + * Bootstrap Compass no prompt on Bootstrap no ([e73ffc49](http://github.com/yeoman/generator-angular/commit/e73ffc49)) |
| 53 | + * Use boolean prompts ([da89e70d](http://github.com/yeoman/generator-angular/commit/da89e70d)) |
| 54 | + * components to bower_components ([01cee4ba](http://github.com/yeoman/generator-angular/commit/01cee4ba)) |
107 | 55 |
|
108 | | -* add Grunt support to automate releases and changelogs (9daa50a) |
| 56 | +* **coffee:** syntax for minsafe directives ([62677ec0](http://github.com/yeoman/generator-angular/commit/62677ec0)) |
109 | 57 |
|
| 58 | +* **decorator:** |
110 | 59 |
|
| 60 | + * removed second dot in warning message ([6a89f8e5](http://github.com/yeoman/generator-angular/commit/6a89f8e5)) |
| 61 | + * use [] instead of new Array() to initialize prompts (jsHint) ([360222a6](http://github.com/yeoman/generator-angular/commit/360222a6)) |
111 | 62 |
|
112 | | -## Bug fixes |
113 | | -### build |
| 63 | +* **test:** Updated tests for new prompt ([64e57571](http://github.com/yeoman/generator-angular/commit/64e57571)) |
114 | 64 |
|
115 | | -* remove all files except git related on clean (21a0f43) |
| 65 | +* **cli:** fix typo in angular:constant generator usage ([6cbb80fd](http://github.com/yeoman/generator-angular/commit/6cbb80fd)) |
116 | 66 |
|
117 | | -* fix Bower error caused by incorrect templates. (0ab5448) |
| 67 | +<a name="v0.2.2"></a> |
| 68 | +## v0.2.2 (2013-04-20) |
118 | 69 |
|
119 | | -* Moved duplicate grunt options into own section (3869ca8) |
| 70 | +#* **Features:** |
| 71 | +* **build:** Integrate grunt-rev into build process (87bab71) |
120 | 72 |
|
121 | | -* grunt-bower-hooks was renamed (3bbaacd) |
| 73 | +* **app:** |
122 | 74 |
|
123 | | -* Watch SVG files. Fixes generator-webapp#41 (45fe8ab) |
| 75 | + * automatically install dependencies (9f95630) |
| 76 | + * add coffee option to Karma generator (e81b624) |
124 | 77 |
|
125 | | -* display correct message when running npm/bower (3498aa1) |
| 78 | +* **misc:** add Grunt support to automate releases and changelogs (9daa50a) |
126 | 79 |
|
127 | | -* add Bootstrap reference when not using Compass (d123897) |
| 80 | +#* **Bug Fixes:** |
| 81 | +* **build:** |
128 | 82 |
|
129 | | -* add SVG files to Grunt rev task. (3c8daab) |
| 83 | + * remove all files except git related on clean (21a0f43) |
130 | 84 |
|
131 | | -* Changed to shallow copy fonts (1f6b864) |
| 85 | + * fix Bower error caused by incorrect templates. (0ab5448) |
132 | 86 |
|
133 | | -* Ignore test subfolder (a07627b) |
| 87 | + * Moved duplicate grunt options into own section (3869ca8) |
134 | 88 |
|
135 | | -* finify bootstrap img (263ce61) |
| 89 | + * grunt-bower-hooks was renamed (3bbaacd) |
136 | 90 |
|
137 | | -### coffee |
| 91 | + * Watch SVG files. Fixes generator-webapp#41 (45fe8ab) |
138 | 92 |
|
139 | | -* Fix compiling coffeescript files (71daa7f) |
| 93 | + * display correct message when running npm/bower (3498aa1) |
140 | 94 |
|
141 | | -* fix loading coffeescript tests (9692a21) |
| 95 | + * add Bootstrap reference when not using Compass (d123897) |
142 | 96 |
|
143 | | -* fix coffeescript directive test (aa2a9c0) |
| 97 | + * add SVG files to Grunt rev task. (3c8daab) |
144 | 98 |
|
145 | | -* rewrite app.coffee file when called with --coffee (0f5256d) |
| 99 | + * Changed to shallow copy fonts (1f6b864) |
146 | 100 |
|
147 | | -### app |
| 101 | + * Ignore test subfolder (a07627b) |
148 | 102 |
|
149 | | -* Remove `process.cwd()` from CS detection (3a707f4) |
| 103 | + * finify bootstrap img (263ce61) |
150 | 104 |
|
151 | | -* use this.env.options.appPath (404c752) |
| 105 | +* **coffee:** |
152 | 106 |
|
153 | | -* use `installDependencies()` method (8369d9a) |
| 107 | + * Fix compiling coffeescript files (71daa7f) |
154 | 108 |
|
155 | | -* invoke karma:app with `skip-install` option if defined (7e47dc2) |
| 109 | + * fix loading coffeescript tests (9692a21) |
156 | 110 |
|
157 | | -* tag closing inconsistency (ref #177) (51bd8d8) |
| 111 | + * fix coffeescript directive test (aa2a9c0) |
158 | 112 |
|
159 | | -### test |
| 113 | + * rewrite app.coffee file when called with --coffee (0f5256d) |
160 | 114 |
|
161 | | -* Use $scope in tests instead of {} (58603bd) |
| 115 | +* **app:** |
162 | 116 |
|
163 | | -* add Node 0.10 to travis file (60b1ea7) |
| 117 | + * Remove `process.cwd()` from CS detection (3a707f4) |
164 | 118 |
|
165 | | -### gen |
| 119 | + * use this.env.options.appPath (404c752) |
166 | 120 |
|
167 | | -* Fix controller spec generation (3bb58eb) |
| 121 | + * use `installDependencies()` method (8369d9a) |
168 | 122 |
|
169 | | -* remove trailing comma in gruntfile. (32afa5a) |
| 123 | + * invoke karma:app with `skip-install` option if defined (7e47dc2) |
170 | 124 |
|
171 | | -### readme |
| 125 | + * tag closing inconsistency (ref #177) (51bd8d8) |
172 | 126 |
|
173 | | -* add note to readme about making a node_modules dir until global generators are supported (73a2450) |
| 127 | +* **test:** |
174 | 128 |
|
175 | | -* add a note about running commands from the root app folder (f986c77) |
| 129 | + * Use $scope in tests instead of {} (58603bd) |
176 | 130 |
|
177 | | -* switched to global generators (18ef336) |
| 131 | + * add Node 0.10 to travis file (60b1ea7) |
178 | 132 |
|
179 | | -* add note to readme about commit message conventions (d125dd2) |
| 133 | +* **gen:** |
180 | 134 |
|
181 | | -* Improve readme (8262b93) |
| 135 | + * Fix controller spec generation (3bb58eb) |
182 | 136 |
|
183 | | -* added documentation of route adding (7c5e03c) |
| 137 | + * remove trailing comma in gruntfile. (32afa5a) |
184 | 138 |
|
185 | | -* Corrected file extension in example (a1149ea) |
| 139 | +* **readme:** |
186 | 140 |
|
187 | | -### tests |
| 141 | + * add note to readme about making a node_modules dir until global generators are supported (73a2450) |
188 | 142 |
|
189 | | -* skip install on tests (5035d94) |
| 143 | + * add a note about running commands from the root app folder (f986c77) |
190 | 144 |
|
| 145 | + * switched to global generators (18ef336) |
191 | 146 |
|
192 | | -# 0.2.1 (2013-04-07) |
| 147 | + * add note to readme about commit message conventions (d125dd2) |
193 | 148 |
|
194 | | -## Features |
195 | | -### build |
| 149 | + * Improve readme (8262b93) |
196 | 150 |
|
197 | | -* Integrate grunt-rev into build process (87bab71) |
| 151 | + * added documentation of route adding (7c5e03c) |
198 | 152 |
|
199 | | -### app |
| 153 | + * Corrected file extension in example (a1149ea) |
200 | 154 |
|
201 | | -* automatically install dependencies (9f95630) |
| 155 | +* **tests:** skip install on tests (5035d94) |
202 | 156 |
|
203 | | -### misc |
| 157 | +<a name="v0.2.1"></a> |
| 158 | +## v0.2.1 (2013-04-07) |
204 | 159 |
|
205 | | -* add Grunt support to automate releases and changelogs (9daa50a) |
| 160 | +#* **Features:** |
| 161 | +* **build:** Integrate grunt-rev into build process (87bab71) |
206 | 162 |
|
| 163 | +* **app:** automatically install dependencies (9f95630) |
207 | 164 |
|
| 165 | +* **misc:** add Grunt support to automate releases and changelogs (9daa50a) |
208 | 166 |
|
209 | | -## Bug fixes |
210 | | -### build |
211 | 167 |
|
212 | | -* remove all files except git related on clean (21a0f43) |
213 | 168 |
|
214 | | -* fix Bower error caused by incorrect templates. (0ab5448) |
| 169 | +#* **Bug Fixes:** |
| 170 | +* **build:** |
215 | 171 |
|
216 | | -* Moved duplicate grunt options into own section (3869ca8) |
| 172 | + * remove all files except git related on clean (21a0f43) |
217 | 173 |
|
218 | | -* grunt-bower-hooks was renamed (3bbaacd) |
| 174 | + * fix Bower error caused by incorrect templates. (0ab5448) |
219 | 175 |
|
220 | | -* Watch SVG files. Fixes generator-webapp#41 (45fe8ab) |
| 176 | + * Moved duplicate grunt options into own section (3869ca8) |
221 | 177 |
|
222 | | -### coffee |
| 178 | + * grunt-bower-hooks was renamed (3bbaacd) |
223 | 179 |
|
224 | | -* Fix compiling coffeescript files (71daa7f) |
| 180 | + * Watch SVG files. Fixes generator-webapp#41 (45fe8ab) |
225 | 181 |
|
226 | | -* fix loading coffeescript tests (9692a21) |
| 182 | +* **coffee:** |
227 | 183 |
|
228 | | -* fix coffeescript directive test (aa2a9c0) |
| 184 | + * Fix compiling coffeescript files (71daa7f) |
229 | 185 |
|
230 | | -* rewrite app.coffee file when called with --coffee (0f5256d) |
| 186 | + * fix loading coffeescript tests (9692a21) |
231 | 187 |
|
232 | | -### app |
| 188 | + * fix coffeescript directive test (aa2a9c0) |
233 | 189 |
|
234 | | -* Remove `process.cwd()` from CS detection (3a707f4) |
| 190 | + * rewrite app.coffee file when called with --coffee (0f5256d) |
235 | 191 |
|
236 | | -### test |
| 192 | +* **app:** |
237 | 193 |
|
238 | | -* Use $scope in tests instead of {} (58603bd) |
| 194 | + * Remove `process.cwd()` from CS detection (3a707f4) |
239 | 195 |
|
240 | | -### gen |
| 196 | +* **test:** |
241 | 197 |
|
242 | | -* Fix controller spec generation (3bb58eb) |
| 198 | + * Use $scope in tests instead of {} (58603bd) |
243 | 199 |
|
244 | | -### readme |
| 200 | +* **gen:** |
245 | 201 |
|
246 | | -* add note to readme about making a node_modules dir until global generators are supported (73a2450) |
| 202 | + * Fix controller spec generation (3bb58eb) |
247 | 203 |
|
248 | | -* add a note about running commands from the root app folder (f986c77) |
| 204 | +* **readme:** |
249 | 205 |
|
| 206 | + * add note to readme about making a node_modules dir until global generators are supported (73a2450) |
250 | 207 |
|
| 208 | + * add a note about running commands from the root app folder (f986c77) |
0 commit comments