Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

v0.6.0

Choose a tag to compare

@eddiemonge eddiemonge released this 20 Jan 18:27
· 373 commits to master since this release

Breaking Changes

  • grunt server is being deprecated
    (ef056319)

Features

  • app:
    • imagemin handles gifs (9341eb9b)
    • run unit tests when test scripts are changed (94af0b51)
    • reload grunt server when gruntfile is updated (50c6abb9)
    • update to angular 1.2.0 (77082c6b)
    • upgrade to Bootstrap 3.0.1 (59f4b1ba)
  • build:
    • compile only changed coffeescript files in watch task (4196e379, closes #425)
    • deprecate server in favor of serve (ef056319)
  • gen:
    • add image file as example (b161c298)
    • allow app names to have custom suffix (09f0f7b3)
    • add option to not add to index (486ee146)

Bug Fixes

  • app:
    • use test-specifc jshintrc (c00c091b)
    • add webapp upstream features and better coffee (c23acebb)
    • use grunt-newer for styles and jshint (b1eeb68a)
    • standardize comments and comment out uglify:dist (d5d3e458, closes #455)
    • only include sass if sass is selected (597b8b5c, closes #449)
  • deps: upgrade dependencies (3a57216f)
  • gen:
    • script paths use forward slashes (40aa61dc, closes #410)
    • remove extra "App" from service spec files (4053f11f)
    • options should have descriptions (da001832)
  • template: remove redundant closing tag (d1e560e0, closes #441)
  • bootstrap: some plugins have ordering dependencies (3da4a130)
  • docs: Add coffeescript=false to readme (abd7dc38)
  • styles: update path to icon images (8daad4f2)