Skip to content

Commit 1ffd5bd

Browse files
committed
docs(changelog): updated version and changelog
1 parent 24a13bf commit 1ffd5bd

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

Diff for: CHANGELOG.md

+54
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
<a name="v1.0.0"></a>
2+
## v1.0.0 (2013-11-26)
3+
4+
5+
#### Bug Fixes
6+
7+
* **build:**
8+
* use test-specifc jshintrc ([c00c091b](http://github.com/DaftMonk/generator-angular-fullstack/commit/c00c091bdca2b55685d81a2b84b002d73aacbdcc))
9+
* add webapp upstream features and better coffee ([c23acebb](http://github.com/DaftMonk/generator-angular-fullstack/commit/c23acebbd8fabd391bfeee0d424f26e59f756a03))
10+
* use grunt-newer for styles and jshint ([b1eeb68a](http://github.com/DaftMonk/generator-angular-fullstack/commit/b1eeb68a8290aee930887fc473034ee7f8e2ccc3))
11+
* standardize comments and comment out uglify:dist ([d5d3e458](http://github.com/DaftMonk/generator-angular-fullstack/commit/d5d3e458e70d054707c70d058454fdd3d94070fe), closes [#455](http://github.com/DaftMonk/generator-angular-fullstack/issues/455))
12+
* **deps:** upgrade dependencies ([3a57216f](http://github.com/DaftMonk/generator-angular-fullstack/commit/3a57216ff9e3192db3804634f360253e9fcce69d))
13+
* **gen:**
14+
* Fixed jshint errors that were breaking grunt task ([c6ae81c8](http://github.com/DaftMonk/generator-angular-fullstack/commit/c6ae81c8110ee59c9099740ea2f90b0d08b810d3))
15+
16+
#### Features
17+
18+
* **app:**
19+
* Separate client and server watchers ([0ff8ffb1](http://github.com/DaftMonk/generator-angular-fullstack/commit/0ff8ffb105a2eb1cd079fabafc5a6517d62e861d))
20+
* imagemin handles gifs ([9341eb9b](http://github.com/DaftMonk/generator-angular-fullstack/commit/9341eb9b710b95c95407dc54ed4af6aa4a496426))
21+
* **gen:**
22+
* added support for jade templates ([24a13bfe](http://github.com/DaftMonk/generator-angular-fullstack/commit/24a13bfea0e4a9633f33e37df4a4710fecdea937))
23+
* Support for server rendering and Angular's HTML5 mode ([5ccdeb7a](http://github.com/DaftMonk/generator-angular-fullstack/commit/5ccdeb7a5543e35c000a54dfc15289004e406866), closes [#18](http://github.com/DaftMonk/generator-angular-fullstack/issues/18), [#17](http://github.com/DaftMonk/generator-angular-fullstack/issues/17))
24+
* add image file as example ([b161c298](http://github.com/DaftMonk/generator-angular-fullstack/commit/b161c2982d86df1bb3de44cd9fa8aee05fc66ff3))
25+
* **build:**
26+
* compile only changed coffeescript files in watch task ([4196e379](http://github.com/DaftMonk/generator-angular-fullstack/commit/4196e37912993ae37812fa19d9378d8b8d2cc9da), closes [#425](http://github.com/DaftMonk/generator-angular-fullstack/issues/425))
27+
* deprecate server in favor of serve ([ef056319](http://github.com/DaftMonk/generator-angular-fullstack/commit/ef0563192a9e3fc834ae97e7ec68470bcfdf56eb))
28+
29+
#### Breaking Changes
30+
31+
* `angular-fullstack:route`
32+
* `angular-fullstack:view`
33+
34+
Will now generate views and routes in the views/partials folder.
35+
36+
**For existing projects:**
37+
38+
For generating routes and views, install generator-angular and use it's sub-generators.
39+
40+
They are exactly the same as the generators that you have been using. Example usage: `yo angular:route helloworld`.
41+
42+
**For New projects:**
43+
44+
Continue to use angular-fullstack route and view sub-generators.
45+
46+
The reason for this change in folder structure was to support server page rendering.
47+
48+
49+
Closes #18, #17
50+
([5ccdeb7a](http://github.com/DaftMonk/generator-angular-fullstack/commit/5ccdeb7a5543e35c000a54dfc15289004e406866))
51+
52+
* `grunt server` is being deprecated
53+
([ef056319](http://github.com/DaftMonk/generator-angular-fullstack/commit/ef0563192a9e3fc834ae97e7ec68470bcfdf56eb))
54+
155
<a name="v0.2.0"></a>
256
## v0.2.0 (2013-11-13)
357

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Yeoman generator for AngularJS with Express server",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)