Skip to content

Releases: DaftMonk/generator-ng-component

1.0.4

17 Oct 19:06
Compare
Choose a tag to compare

1.0.3

17 Oct 19:06
Compare
Choose a tag to compare

1.0.2

17 Oct 19:06
Compare
Choose a tag to compare

1.0.1

21 Jul 20:37
Compare
Choose a tag to compare

This was a fix for an npm issue

1.0.0

21 Jul 20:16
Compare
Choose a tag to compare
  • Style is checked with XO
  • CoffeeScript is gone. JavaScript & TypeScript are the warring kings now.
  • A module system is assumed (Webpack supported)
  • 'ngInject' directives have been added
  • Node < 4 are unsupported

0.3.5

21 Jul 20:15
Compare
Choose a tag to compare

Bug Fixes

  • Don't default any generator to creating a different Angular module name

0.3.4

21 Jul 20:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix controllerAs value to be string

0.3.3

05 Jul 15:43
Compare
Choose a tag to compare

Bug Fixes

  • Fix the yo check

0.3.2

05 Jul 15:43
Compare
Choose a tag to compare

Notable Changes

  • Updated dependencies
  • Bumped Node version to 4.4.6

0.3.1

30 Jun 15:04
Compare
Choose a tag to compare

Notable Changes

  • Routes will not default to using a new module namespace
  • The route spec $componentController creation has been fixed (72ad578)