Skip to content

Releases: Swiip/generator-gulp-angular

v0.10.0

18 Mar 09:39
Compare
Choose a tag to compare

v0.9.1

19 Jan 08:56
Compare
Choose a tag to compare
Add lodash as dependencie instead devDep

v0.9.0

18 Jan 18:25
Compare
Choose a tag to compare

v0.8.1

23 Dec 15:42
Compare
Choose a tag to compare
  • HTML preprocessor support, huge thanks to @Toilal (#176)
  • Fix minified injection for ES6 and TS #197 (#206)

v0.8.0

20 Dec 19:59
Compare
Choose a tag to compare
  • Add --default option 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

13 Dec 13:56
Compare
Choose a tag to compare

New

v0.7.2

06 Dec 22:49
Compare
Choose a tag to compare
Bump version 0.7.2

v0.7.1

05 Dec 15:02
Compare
Choose a tag to compare
  • Fix empty .yo-rc.json
  • Fix error with "None" reponse for UI Framework

v0.7.0

04 Dec 12:00
Compare
Choose a tag to compare

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 in index.(scss/less/styl) via @import #149

Bug fixes


  • With gulp serve new tab open to http://localhost:3000/#/ instead of http://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

v0.6.2

09 Nov 14:13
Compare
Choose a tag to compare
  • Fix extra comma in bower.json a12fa69
  • Fix usage of useref, wiredep with bower_components 7c23411
  • Fix gitignore for bower_components df4913b
  • Fix wiredep exclude c7f21f1
  • Update version protractor to 1.4.0 and fix issue selenium 25a041e