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

v0.7.0

Choose a tag to compare

@addyosmani addyosmani released this 21 Dec 13:57
· 345 commits to master since this release

The latest release of the AngularJS generator for Yeoman includes a number of new features and bug-fixes for improved stability. Please also take note of a few breaking changes since 0.6.0.

Special thanks go out to Eddie Monge, Pascal Hartig, Sindre Sorhus and Stephen Sawchuck for their work on this version.

Features

  • app:
    • use grunt-bower-install for dep management (ba7b5051, closes #497)
    • add jasmine browser global to test jshintrc (11b6ed42)
    • use lowercase file names (23e5d772, closes #463)
    • use htmlmin for smaller HTML files (2b85a52a, closes #469)
  • gen:
    • additional work for compass support (11cb9943)
    • add Compass support to the initialization process (7fac1194)

Bug Fixes

  • app:
    • copy view files to dist folder (8a52a265)
    • only copy CSS if Compass is not installed (7e586745)
    • services use classified names (56a71a83, closes #484)
    • reload JS files in watch (d20f5bd2)
  • build: deselecting ngRoute does remove route stuff (a358c1ae, closes #486)
  • deps: hard-pin angular 1.2.5 (49c7f980)
  • gen: fix bower install prompt during project gen (706f1336, closes #505)

Breaking Changes

  • Deselecting ngRoute adds controller and ng-include to index.html
    (a358c1ae)
  • --minsafe flag is now deprecated. (f0bb8da2, closes #452)
  • grunt server is now deprecated. Use grunt serve instead
    (ef056319)