Skip to content

Commit d3b75e3

Browse files
committed
docs(CHANGELOG): removed generator-angular changes
1 parent f5f52a4 commit d3b75e3

File tree

1 file changed

+3
-269
lines changed

1 file changed

+3
-269
lines changed

CHANGELOG.md

Lines changed: 3 additions & 269 deletions
Original file line numberDiff line numberDiff line change
@@ -1,273 +1,7 @@
1-
<a name="v0.5.1"></a>
2-
### v0.5.1 (2013-10-22)
3-
4-
5-
#### Bug Fixes
6-
7-
* **app:** test setup in default configuration ([2bebccbd](http://github.com/yeoman/generator-angular/commit/2bebccbdd15d177805440b6d1ec84cc38a2b4678))
8-
9-
<a name="v0.5.0"></a>
10-
## v0.5.0 (2013-10-17)
11-
12-
13-
#### Bug Fixes
14-
15-
* **app:**
16-
* serve files from correct place ([fe2bad04](http://github.com/yeoman/generator-angular/commit/fe2bad0417b3138fa2788c17abcf7eb5be5f3e91))
17-
* include bootstrap images for css/scss ([e88dba43](http://github.com/yeoman/generator-angular/commit/e88dba43f2e714d69bca366cade453f49a24b62c), closes [#196](http://github.com/yeoman/generator-angular/issues/196))
18-
* allow normal javascript to be created ([c8190b55](http://github.com/yeoman/generator-angular/commit/c8190b55284e8c1570cc8fafdc8723250f43829b), closes [#329](http://github.com/yeoman/generator-angular/issues/329), [#316](http://github.com/yeoman/generator-angular/issues/316))
19-
* conditional include of jquery ([bc1e68e3](http://github.com/yeoman/generator-angular/commit/bc1e68e30450edc16145b934487f6df5eaaddcd8), closes [#362](http://github.com/yeoman/generator-angular/issues/362))
20-
* **build:**
21-
* remove references to global yeomanConfig ([a0f16e26](http://github.com/yeoman/generator-angular/commit/a0f16e265729586802121c0fe3111f974e5145ec))
22-
* update to grunt-contrib-connect 0.5.0 ([67c0ebf0](http://github.com/yeoman/generator-angular/commit/67c0ebf081889658a33bc690c530c3c8bc8a2c12))
23-
* update to grunt-contrib-connect 0.4.0 ([368ad7f9](http://github.com/yeoman/generator-angular/commit/368ad7f9a16be0ee67e5182be581669017788f16))
24-
* **docs:** fixed typo in readme ([a967907c](http://github.com/yeoman/generator-angular/commit/a967907cf523bac752b3fa9ea6363767d8855162))
25-
* **generator:** add app modules dependency to app ([a45b71c9](http://github.com/yeoman/generator-angular/commit/a45b71c95c18deb85ff7a1538c0b0744e4faa508), closes [#230](http://github.com/yeoman/generator-angular/issues/230))
26-
* **templates:**
27-
* Gruntfile indentation ([6f7d17e2](http://github.com/yeoman/generator-angular/commit/6f7d17e2a0f1f7f9f8cac3157beb07b82e8cf400))
28-
* take out semicolons in coffeescript ([e38124ee](http://github.com/yeoman/generator-angular/commit/e38124eeb369b7741adc263f1763c618a918ee65))
29-
* correct coffee provider template ([86aefe5d](http://github.com/yeoman/generator-angular/commit/86aefe5da49abe82e054666641f8ee4bdc8d555e))
30-
* value generator should use value template ([67d0c5ad](http://github.com/yeoman/generator-angular/commit/67d0c5ad5cbc58a2dfcfd8f3db1f45be21afe357))
31-
* **test:** update tests to match service files ([c30464c3](http://github.com/yeoman/generator-angular/commit/c30464c3a5216169026c23a6fea23d273bd0b948), closes [#338](http://github.com/yeoman/generator-angular/issues/338), [#354](http://github.com/yeoman/generator-angular/issues/354))
32-
* **views:** correct path for sub views ([0568e744](http://github.com/yeoman/generator-angular/commit/0568e74446c5a8e28d2cea1a9a9a5886be190d7d), closes [#359](http://github.com/yeoman/generator-angular/issues/359))
33-
34-
<a name="v0.4.0"></a>
35-
## v0.4.0 (2013-08-21)
36-
37-
38-
#### Bug Fixes
39-
40-
* **cli:** fix typo in angular:view generator usage ([d62c2e34](http://github.com/yeoman/generator-angular/commit/d62c2e348bcc61a6794ca23df02b6cce3c79d993))
41-
* **coffee:**
42-
* remove extraneous commas and returns ([6df875cd](http://github.com/yeoman/generator-angular/commit/6df875cd7167aa4a4e9f98a82d2f7fba98a20b0b))
43-
* remove the semi-colon from the coffee script templates ([cd46aa88](http://github.com/yeoman/generator-angular/commit/cd46aa88953e60d81dfef64b999f751dc4468ab7))
44-
* **docs:**
45-
* add decorator generator description ([85f07648](http://github.com/yeoman/generator-angular/commit/85f076485ffabf790fe0b7d55b7e3def3a041a6d))
46-
* add contributing info to contributing file ([2461aad0](http://github.com/yeoman/generator-angular/commit/2461aad08afe186995d737a1d3dd595c20ec3fb3))
47-
* **readme:** Remove `yo` installation step ([21f00e50](http://github.com/yeoman/generator-angular/commit/21f00e50571d272d19aea1431177f2d7157ee7be))
48-
* **templates:**
49-
* removed grunt-karma from deps ([19a796f7](http://github.com/yeoman/generator-angular/commit/19a796f71925b6b33232d8a9a8b4f712de80ec40))
50-
* classify services registered with .service ([8e1d6fdf](http://github.com/yeoman/generator-angular/commit/8e1d6fdf0d3ef23cf0670512295e03cc0f4516d6))
51-
* new scope for directive spec ([2753c990](http://github.com/yeoman/generator-angular/commit/2753c990dbdc8efc7a5f245868cd10f15080c140))
52-
* **test:** Add correct paths to generated files ([1d6f3fbf](http://github.com/yeoman/generator-angular/commit/1d6f3fbfcc315316a44b468418918afaad871f57))
53-
* **wording:** clarify compass/scss feature prompt ([5521fd73](http://github.com/yeoman/generator-angular/commit/5521fd73d396763568b5e7c08043a82a4e8864a9))
1+
<a name="v0.1.0"></a>
2+
## v0.1.0 (2013-11-12)
543

554

565
#### Features
576

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

0 commit comments

Comments
 (0)