Releases: angular-fullstack/generator-angular-fullstack
Releases · angular-fullstack/generator-angular-fullstack
v3.0.0-rc2
3.0.0-rc2
2.1.1
2.1.0
v1.1.0
This latest release of the Angular Fullstack Generator incorporates a number of new additions from Generator Angular, most notably is the use of grunt-bower-install for dependency management. Now most dependencies installed with bower will automatically be added to your index file!
There's also the addition of the navbar and navbar controller to the starting template. This helps reduce boilerplate for a common use case, but will also be helpful in later additions we'll be making to the generator.
Bug Fixes
- app:
- build: deselecting ngRoute does remove route stuff (a358c1ae, closes #486)
- gen:
- package: fix imagemin for windows users (b3cec228)
- views:
Features
- app:
- gen:
- server:
- Added middleware for development mode that disables caching of script files (c082c81c)
- Moved express configuration code out of server.js and into config folder to make it a more high level bootstrap.
Breaking Changes
- Deselecting ngRoute adds controller and
ng-include to index.html
(a358c1ae) --minsafe
flag is now deprecated.grunt server
is now deprecated. Usegrunt serve
instead