Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jul 21, 2016
1 parent c51849a commit f799752
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
<a name="1.0.0"></a>
### 1.0.0 (2016-07-21)


### Notable Changes

* 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


<a name="0.3.5"></a>
### 0.3.5 (2016-07-15)


### Bug Fixes

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


<a name="0.3.4"></a>
### 0.3.4 (2016-07-15)


### Bug Fixes

* Fix controllerAs value to be string


<a name="0.3.3"></a>
### 0.3.3 (2016-07-01)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ng-component",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Yeoman generator",
"license": "MIT",
"repository": "DaftMonk/generator-ng-component",
Expand Down

0 comments on commit f799752

Please sign in to comment.