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

Releases: yeoman/generator-angular

v0.15.1

11 Dec 20:25
Compare
Choose a tag to compare

Bug Fixes

  • app: update Angular dependency (e2cf03c)

v0.15.0

11 Dec 20:21
Compare
Choose a tag to compare

Update dependencies

v0.14.0

11 Dec 20:21
Compare
Choose a tag to compare

Bug Fixes

  • app: update Angular dependency (fc30c44)

v0.13.4

11 Dec 20:21
Compare
Choose a tag to compare
Version 0.13.4

v0.13.3

11 Dec 20:21
Compare
Choose a tag to compare
Version 0.13.3

v0.13.2

11 Dec 20:21
Compare
Choose a tag to compare
Version 0.13.2

v0.13.1

26 Oct 18:42
Compare
Choose a tag to compare

pure release testing, no changes to generator

v0.13.0

26 Oct 18:02
Compare
Choose a tag to compare

Bug Fixes

Features

  • app: add support for --typescript option (e579df9)
  • gen: add Gulp support (9ad4d74), closes #672
  • gen: add jscs (f407573), closes #1109
  • release: use github releases instead of CHANGELOG (3b3b883)

v0.12.1

07 Jul 19:44
Compare
Choose a tag to compare

Bug Fixes

  • app:
    • create new $scope for controller tests (76b213e2)
    • create new $scope for controller tests (10676458)

Also correctly applies the changes from v0.12.0

v0.12.0

30 Jun 18:42
Compare
Choose a tag to compare

Bug Fixes

  • app:
    • add an override for bootstrap/bower (209100d9)
    • remove invalid parameter in app-suffix option config (aacd52b4)
    • remove IE6/7 CSS hacks (81a42bcb)
    • Add Disallow: to robots.txt (fd942ce9)
    • use https:// in the Analytics script (76de76e0)
    • remove no-js class (4ccfbac9)
    • update browsehappy conditional comment (c7bb7ff8)
  • gen:
    • switch ctrlAs name to a cameledName (b0809c0f)
    • use absolute paths in generated .gitignore (1f907d3c)
    • revert issues introduced in #1041 (1486af10)
  • htmlmin: disable the removeOptionalTags option. (f3d592ff)
  • ngtemplates: should build dest into .tmp (bb4babf6)
  • watch: sourcemap not updated on sass file change (5248054d)

Features

  • app:
    • add grunt-angular-templates to the build (b7b72b00, closes #277)
    • use controller as syntax (570fbf25)
  • templates: add provider test scafolding (7ec5f63d)