From c2e92acf2bf44f3461aa197b229643b6a8bb6d62 Mon Sep 17 00:00:00 2001 From: Matthieu Lux Date: Sun, 18 May 2014 21:00:51 +0200 Subject: [PATCH] release 0.2.0 --- README.md | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 29d00dbd..e069c7d4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/package.json b/package.json index 24f08f50..8ab20288 100644 --- a/package.json +++ b/package.json @@ -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",