Skip to content

Releases: Swiip/generator-gulp-angular

v0.6.1

30 Oct 08:14
Compare
Choose a tag to compare
  • Move root css files one folder up to src/app
  • Move bower_components out of the src folder.
  • Update to generator-yeoman 0.17
  • Replace rimraf by del thanks to @tommyfok
  • Remove fast mode in profit for .yo-rc file
  • Clean up some bower dependencies thanks to @abhishekisnot

v0.6.0

08 Oct 08:38
Compare
Choose a tag to compare
  • Breaking Change Directory structure evolved to the recommendations from the Angular team. Do not run this version of the generator on an existing project generated with a previous version
  • Isolation of the proxy middleware, some fixes and disabling by default
  • Minifying HTML (index, not the partials)
  • Thanks to @intellix, @marani and special thanks to @zckrs wich join me as commiter

v0.5.1

12 Sep 09:00
Compare
Choose a tag to compare
  • Restore CSS wiring with wiredep
  • Fix the fast mode which was using an old version of Bootstrap
  • Stabilization of the CSS preprocessor choices
  • Bunch of Node dependencies update
  • Fix #39, #41, #42, #44, #46, #49
  • Thanks to @marani

v0.5.0

22 Aug 09:55
Compare
Choose a tag to compare
  • Add CSS preprocessor option: Sass with Node & Ruby, Less or none. Adapt itself with the UI framework
  • Add Angular version option : 1.2 or 1.3
  • Thanks to @adamshiervani

v0.4.1

11 Aug 12:13
Compare
Choose a tag to compare

v0.4.0

11 Aug 12:13
Compare
Choose a tag to compare
  • Add option to choose between Foundation or Bootstrap as UI Framework
  • New welcome page presenting integrated technologies
  • Several package updates: yosay, browsersync, modernizr, protractor...
  • Some bug fixes: #6, #7, #8
  • Add some documentation
  • Thanks to @shinnn

v0.3.1

11 Aug 12:14
Compare
Choose a tag to compare
  • Fix e2e tests to use BrowserSync as server. But no way to stop BrowserSync for now so the task never really ends.
  • Thanks to @jbpionnier @KevinLlopart

v0.3.0

11 Aug 12:15
Compare
Choose a tag to compare
  • Integration of BrowserSync as development server in place of a home made connect server
  • Serve task is the entry point and launch the watch task

v0.2.1

30 Oct 07:41
Compare
Choose a tag to compare
  • Fix main.html missing with routing
  • Fix unit tests by ignoring bootstrap js files in wiredep

v0.2.0

30 Oct 07:41
Compare
Choose a tag to compare
  • Convert HTML templates into JS and add them into the optimized bundle
  • Let you choose to use jQuery, Zepto or nothing (Angular's jqLite)
  • Ask for optional Angular modules: animate cookies, touch and sanitize
  • Resource handler: ngResource, Restangular, none.
  • Router: ngRoute, UI Router, none.