|
| 1 | +<a name="v2.0.0"></a> |
| 2 | +## v2.0.0 (2014-07-02) |
| 3 | + |
| 4 | +#### Features |
| 5 | + |
| 6 | +* **app:** |
| 7 | + * Follow googles AngularJS project recommendations to make a very modular app structure. |
| 8 | + * New look for generated app |
| 9 | + * Add basic crud interface to app |
| 10 | + * Support for UI Router |
| 11 | + * Support for LESS |
| 12 | + * Built in support for protractor e2e tests |
| 13 | + * Add angular-bootstrap and lodash to default app |
| 14 | + * More consistent and understandable naming conventions for files |
| 15 | +* **server:** |
| 16 | + * Modular project structure for express server |
| 17 | + * Support for social auths with facebook/twitter/google |
| 18 | + * Role based authentication |
| 19 | + * Replace session based authentication with JWT authentication |
| 20 | + * Optional integration with socket.io |
| 21 | + * Added config file, ignored by git, for setting local environment variables, api keys, secrets.. etc. |
| 22 | +* **gruntfile:** |
| 23 | + * Optimizations to the gruntfile |
| 24 | + * Automate injection of new scripts into index file with grunt |
| 25 | + * Use ng-templates to concatenate all the html/jade views into the javascript payload |
| 26 | +* **gen:** |
| 27 | + * Abstract client-side generators into generator-ng-component, use new composition feature of yeoman to keep them available in the generator. |
| 28 | + * Add useful tests to the generator, start using travis CI |
| 29 | + * use .yo-rc file to keep track of generated configurations |
| 30 | + * Add endpoint generator to angular-fullstack, generates model / route / controller / test / socket updates |
| 31 | + |
| 32 | +#### Breaking Changes |
| 33 | + * New project structure |
| 34 | + * Deprecated value and constant sub generators |
| 35 | + * Sub-generators generate components in a single directory and don't inject themselves into the index file (this is done by a grunt task now) |
| 36 | + |
1 | 37 | <a name="v1.4.3"></a>
|
2 | 38 | ### v1.4.3 (2014-05-25)
|
3 | 39 |
|
|
0 commit comments