Releases: Swiip/generator-gulp-angular
Releases · Swiip/generator-gulp-angular
v0.10.0
- Refacto of the node sources of the generator #296
- Refacto of the template tests #330
- New unit-test task with direct access to Karma API #433
- New watch task to be more precise on what has to be recompiled (and reloaded) #393
- Replace Browserify for Webpack #399
- New other task to copy all not processed files (including fonts) #349
- Bump to angular-material 0.8 #271
- Looooooots of fixes, this release contains more fixes and stabilization than any other before. (Details)
- Thanks to @Toilal @karlhorky @phoerix @andyperlitch @tirli @jamesbehr @highfivedenis @geekuillaume @cgaudreau @jbnicolai @Tallyb @eklemen @kfuchs
v0.9.1
v0.9.0
v0.8.1
v0.8.0
- Add --defaultoption to automatically select all default options
- Add JS preprocessor option, you can choose between:
- ECMAScript 6 with 6to5 compiler
- ECMAScript 6 with Google's Traceur compiler
- CoffeeScript
- TypeScript
- None, keep the standard JavaScript code base
 
v0.7.3
v0.7.2
v0.7.1
v0.7.0
New features
- 🎉 Stylus support #101 thanks @eseceve
- 🎉 UI-bootstrap support #137
- 🎉 ngMaterial support #137
- 🎉 Update yeoman-generatorto 0.18 #152
- 🎉 Automagically inject JS and CSS in index.html, automagically inject preprocessor inindex.(scss/less/styl)via@import#149
Bug fixes
- With gulp servenew tab open tohttp://localhost:3000/#/instead ofhttp://localhost:3000/index.html#/#105
- Improve test #110 and #128 and #130
- Rewriting generator process to facilitate contributions #120
- Fixed bootstrap navbar #135 thanks @Nek-
- Use gulp-angular-templatecache to put partial intp $templateCache #136