Releases: DaftMonk/generator-ng-component
Releases · DaftMonk/generator-ng-component
1.0.1
This was a fix for an npm issue
1.0.0
- 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
Bug Fixes
- Don't default any generator to creating a different Angular module name
0.3.4
Bug Fixes
- Fix controllerAs value to be string
0.3.2
Notable Changes
- Updated dependencies
- Bumped Node version to 4.4.6
0.3.1
Notable Changes
- Routes will not default to using a new module namespace
- The route spec
$componentController
creation has been fixed (72ad578)