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

Pre-rewrite

Pre-release
Pre-release
Compare
Choose a tag to compare
@eddiemonge eddiemonge released this 05 Jun 20:38
· 222 commits to master since this release

This is the last release before the rewritten generator is released.

Features

  • app:
    • add ngAnimate and ngTouch options (0659621b, closes #510)
    • add a second route if ngRoute is chosen (0d045f52)
    • specify uri while generating routes (d3cea019, closes #639)
  • build:
    • replace grunt-bower-install with grunt-wiredep (60ef8d18)
    • replace grunt-rev with grunt-filerev (149f1625, closes #564)
    • open browser when runnning serve:dist (e9239e72)
  • gen:
    • allow --appPath option for all generators (d3dd42e3)
    • add grunt-ngdoc comments (11edb9b3)

Bug Fixes

  • Gruntfile: fix usemin bug when using images in css (fac3d108)
  • app:
  • build:
    • update karma.conf.js file location in Gruntfile (29b2d4d3, closes #706)
    • use conservativeCollapse for htmlmin (06a34d08)
    • clean subfolders of dist as well (9db87bf6)
    • change livereload to use connect options (0f549060, closes #569, #674)
    • grunt-newer requires a src attribute (6165b810, closes #620)
    • add src property to jshint task (4668e702, closes #620)
  • dep: update and correct Bower dependencies (9b592ca4)
  • docs: add info about route generator uri option (fc4bdc5f, closes #650)
  • gen:
    • update gen-karma and use its new options (0f768f1d, closes #629)
    • skip adding route to app file (7a768583, closes #694)
    • fix more appPath, other changes (36317404)
    • move test into root folder (53035aa1)
    • update color logging (6aba417e)
    • move images to common generator (cf3b6352)
    • consolidate template files (22f2f2c3)
    • do not use console to display messages (9f9831f5)
  • misc: correct typo in readme (7200ffcf)
  • test:
    • remove console.log statement (096efbae)
    • remove old Karma testrunner (bb5b5859)
    • add test for testing loading (f9085968)
    • add test for eventual appPath option (dd155b1f, closes #630)
  • tests:
    • DRY up more code and update test folders (ea33f7c1)
    • style and generator updates (f8b31572)