Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiip committed May 18, 2014
1 parent e21e650 commit c2e92ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ But I think keeping first division by file type: scripts, styles, partials.
* image optimization
* Unit test (karma)
* e2e test (Protratctor)
* *0.2* ng html2js
* ng html2js
* **TODO** lazy
* **TODO** browser sync

## Questions the generator will asks
* *0.2* jQuery: jQuery, Zepto, none
* *0.2* Angular modules: animate, cookies, touch, sanitize
* *0.2* Resource handler: ngResource, Restangular, none.
* *0.2* Router: ngRoute, UI Router, none.
* jQuery: jQuery, Zepto, none
* Angular modules: animate, cookies, touch, sanitize
* Resource handler: ngResource, Restangular, none.
* Router: ngRoute, UI Router, none.
* **TODO** CSS Framework: Bootstrap, SemanticUI, Fondation, None. (Will be impacted by the CSS preprocessor chosen)
* **TODO** CSS preprocessor: less, sass, none
* **TODO** JS preprocessor: CoffeeScript, TypeScript, ECMAScript6 (Traceur)
Expand All @@ -83,6 +83,14 @@ But I think keeping first division by file type: scripts, styles, partials.

## Changelog

### 0.2.0

* Convert HTML templates into JS and add them into the optimized bundle
* Let you choose to use jQuery, Zepto or nothing (Angular's jqLite)
* Ask for optional Angular modules: animate cookies, touch and sanitize
* Resource handler: ngResource, Restangular, none.
* Router: ngRoute, UI Router, none.

### 0.1.1

* Adding Travis CI
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-gulp-angular",
"version": "0.1.1",
"version": "0.2.0",
"description": "Yeoman generator for Gulp & Angular",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit c2e92ac

Please sign in to comment.