Skip to content

Commit 5cc7b33

Browse files
committed
doc(changelog): reformatted to match new layout
1 parent 9b3981d commit 5cc7b33

File tree

1 file changed

+108
-150
lines changed

1 file changed

+108
-150
lines changed

CHANGELOG.md

Lines changed: 108 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -2,249 +2,207 @@
22
## v0.3.1 (2013-07-24)
33

44

5-
#### Bug Fixes
5+
#* **Bug Fixes:**
66

77
* **app:**
88
* order of script inclusions ([9919b2d0](http://github.com/yeoman/generator-angular/commit/9919b2d0bb749cbe5e795608c2b93c3504e3298b), closes [#278](http://github.com/yeoman/generator-angular/issues/278))
99
* 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))
1111
* **docs:**
1212
* fix section explaining generating services ([8b4787c6](http://github.com/yeoman/generator-angular/commit/8b4787c649b918cb2baf78369e86c86156bca2ec))
1313
* Add explicit instructions for installing yo ([8404c068](http://github.com/yeoman/generator-angular/commit/8404c0687ab582e15b1f46f96da4f7812d641912))
1414

1515

16-
#### Features
16+
#* **Features:**
1717

1818
* **app:**
1919
* generate Travis config ([38a4ce9b](http://github.com/yeoman/generator-angular/commit/38a4ce9baa207c49c79b2f3128c2c3637164c011))
2020
* use checkboxes for module selection ([65fe9d25](http://github.com/yeoman/generator-angular/commit/65fe9d25fdc1f9fa9c24c4858915c2b63b4531cb))
2121
* add jshintrc for testing folder ([8727288b](http://github.com/yeoman/generator-angular/commit/8727288bcefdb255f3c24cf80ab1c7868b86d044))
2222
* **build:** add support for svg optimization ([03d63c69](http://github.com/yeoman/generator-angular/commit/03d63c69e8006e563baee0cc4a4ba459e7c13ccd))
2323

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)
9426

95-
## Features
96-
### build
27+
#* **Features:**
9728

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))
9933

100-
### app
34+
* **build:**
35+
* Replace regard with contrib-watch ([edf00565](http://github.com/yeoman/generator-angular/commit/edf00565))
10136

102-
* automatically install dependencies (9f95630)
37+
#* **Bug Fixes:**
10338

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))
10550

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))
10755

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))
10957

58+
* **decorator:**
11059

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))
11162

112-
## Bug fixes
113-
### build
63+
* **test:** Updated tests for new prompt ([64e57571](http://github.com/yeoman/generator-angular/commit/64e57571))
11464

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))
11666

117-
* fix Bower error caused by incorrect templates. (0ab5448)
67+
<a name="v0.2.2"></a>
68+
## v0.2.2 (2013-04-20)
11869

119-
* Moved duplicate grunt options into own section (3869ca8)
70+
#* **Features:**
71+
* **build:** Integrate grunt-rev into build process (87bab71)
12072

121-
* grunt-bower-hooks was renamed (3bbaacd)
73+
* **app:**
12274

123-
* Watch SVG files. Fixes generator-webapp#41 (45fe8ab)
75+
* automatically install dependencies (9f95630)
76+
* add coffee option to Karma generator (e81b624)
12477

125-
* display correct message when running npm/bower (3498aa1)
78+
* **misc:** add Grunt support to automate releases and changelogs (9daa50a)
12679

127-
* add Bootstrap reference when not using Compass (d123897)
80+
#* **Bug Fixes:**
81+
* **build:**
12882

129-
* add SVG files to Grunt rev task. (3c8daab)
83+
* remove all files except git related on clean (21a0f43)
13084

131-
* Changed to shallow copy fonts (1f6b864)
85+
* fix Bower error caused by incorrect templates. (0ab5448)
13286

133-
* Ignore test subfolder (a07627b)
87+
* Moved duplicate grunt options into own section (3869ca8)
13488

135-
* finify bootstrap img (263ce61)
89+
* grunt-bower-hooks was renamed (3bbaacd)
13690

137-
### coffee
91+
* Watch SVG files. Fixes generator-webapp#41 (45fe8ab)
13892

139-
* Fix compiling coffeescript files (71daa7f)
93+
* display correct message when running npm/bower (3498aa1)
14094

141-
* fix loading coffeescript tests (9692a21)
95+
* add Bootstrap reference when not using Compass (d123897)
14296

143-
* fix coffeescript directive test (aa2a9c0)
97+
* add SVG files to Grunt rev task. (3c8daab)
14498

145-
* rewrite app.coffee file when called with --coffee (0f5256d)
99+
* Changed to shallow copy fonts (1f6b864)
146100

147-
### app
101+
* Ignore test subfolder (a07627b)
148102

149-
* Remove `process.cwd()` from CS detection (3a707f4)
103+
* finify bootstrap img (263ce61)
150104

151-
* use this.env.options.appPath (404c752)
105+
* **coffee:**
152106

153-
* use `installDependencies()` method (8369d9a)
107+
* Fix compiling coffeescript files (71daa7f)
154108

155-
* invoke karma:app with `skip-install` option if defined (7e47dc2)
109+
* fix loading coffeescript tests (9692a21)
156110

157-
* tag closing inconsistency (ref #177) (51bd8d8)
111+
* fix coffeescript directive test (aa2a9c0)
158112

159-
### test
113+
* rewrite app.coffee file when called with --coffee (0f5256d)
160114

161-
* Use $scope in tests instead of {} (58603bd)
115+
* **app:**
162116

163-
* add Node 0.10 to travis file (60b1ea7)
117+
* Remove `process.cwd()` from CS detection (3a707f4)
164118

165-
### gen
119+
* use this.env.options.appPath (404c752)
166120

167-
* Fix controller spec generation (3bb58eb)
121+
* use `installDependencies()` method (8369d9a)
168122

169-
* remove trailing comma in gruntfile. (32afa5a)
123+
* invoke karma:app with `skip-install` option if defined (7e47dc2)
170124

171-
### readme
125+
* tag closing inconsistency (ref #177) (51bd8d8)
172126

173-
* add note to readme about making a node_modules dir until global generators are supported (73a2450)
127+
* **test:**
174128

175-
* add a note about running commands from the root app folder (f986c77)
129+
* Use $scope in tests instead of {} (58603bd)
176130

177-
* switched to global generators (18ef336)
131+
* add Node 0.10 to travis file (60b1ea7)
178132

179-
* add note to readme about commit message conventions (d125dd2)
133+
* **gen:**
180134

181-
* Improve readme (8262b93)
135+
* Fix controller spec generation (3bb58eb)
182136

183-
* added documentation of route adding (7c5e03c)
137+
* remove trailing comma in gruntfile. (32afa5a)
184138

185-
* Corrected file extension in example (a1149ea)
139+
* **readme:**
186140

187-
### tests
141+
* add note to readme about making a node_modules dir until global generators are supported (73a2450)
188142

189-
* skip install on tests (5035d94)
143+
* add a note about running commands from the root app folder (f986c77)
190144

145+
* switched to global generators (18ef336)
191146

192-
# 0.2.1 (2013-04-07)
147+
* add note to readme about commit message conventions (d125dd2)
193148

194-
## Features
195-
### build
149+
* Improve readme (8262b93)
196150

197-
* Integrate grunt-rev into build process (87bab71)
151+
* added documentation of route adding (7c5e03c)
198152

199-
### app
153+
* Corrected file extension in example (a1149ea)
200154

201-
* automatically install dependencies (9f95630)
155+
* **tests:** skip install on tests (5035d94)
202156

203-
### misc
157+
<a name="v0.2.1"></a>
158+
## v0.2.1 (2013-04-07)
204159

205-
* add Grunt support to automate releases and changelogs (9daa50a)
160+
#* **Features:**
161+
* **build:** Integrate grunt-rev into build process (87bab71)
206162

163+
* **app:** automatically install dependencies (9f95630)
207164

165+
* **misc:** add Grunt support to automate releases and changelogs (9daa50a)
208166

209-
## Bug fixes
210-
### build
211167

212-
* remove all files except git related on clean (21a0f43)
213168

214-
* fix Bower error caused by incorrect templates. (0ab5448)
169+
#* **Bug Fixes:**
170+
* **build:**
215171

216-
* Moved duplicate grunt options into own section (3869ca8)
172+
* remove all files except git related on clean (21a0f43)
217173

218-
* grunt-bower-hooks was renamed (3bbaacd)
174+
* fix Bower error caused by incorrect templates. (0ab5448)
219175

220-
* Watch SVG files. Fixes generator-webapp#41 (45fe8ab)
176+
* Moved duplicate grunt options into own section (3869ca8)
221177

222-
### coffee
178+
* grunt-bower-hooks was renamed (3bbaacd)
223179

224-
* Fix compiling coffeescript files (71daa7f)
180+
* Watch SVG files. Fixes generator-webapp#41 (45fe8ab)
225181

226-
* fix loading coffeescript tests (9692a21)
182+
* **coffee:**
227183

228-
* fix coffeescript directive test (aa2a9c0)
184+
* Fix compiling coffeescript files (71daa7f)
229185

230-
* rewrite app.coffee file when called with --coffee (0f5256d)
186+
* fix loading coffeescript tests (9692a21)
231187

232-
### app
188+
* fix coffeescript directive test (aa2a9c0)
233189

234-
* Remove `process.cwd()` from CS detection (3a707f4)
190+
* rewrite app.coffee file when called with --coffee (0f5256d)
235191

236-
### test
192+
* **app:**
237193

238-
* Use $scope in tests instead of {} (58603bd)
194+
* Remove `process.cwd()` from CS detection (3a707f4)
239195

240-
### gen
196+
* **test:**
241197

242-
* Fix controller spec generation (3bb58eb)
198+
* Use $scope in tests instead of {} (58603bd)
243199

244-
### readme
200+
* **gen:**
245201

246-
* add note to readme about making a node_modules dir until global generators are supported (73a2450)
202+
* Fix controller spec generation (3bb58eb)
247203

248-
* add a note about running commands from the root app folder (f986c77)
204+
* **readme:**
249205

206+
* add note to readme about making a node_modules dir until global generators are supported (73a2450)
250207

208+
* add a note about running commands from the root app folder (f986c77)

0 commit comments

Comments
 (0)