Releases: a-tokyo/generator-at-angular
Releases · a-tokyo/generator-at-angular
0.4.3
07 Mar 02:38
Compare
Sorry, something went wrong.
No results found
Features:
Enhance Core code by using tpl strings
Bugfixes:
Fix css-loader module not found bug
To fix the css loader build bug in your current build, in your package.json replace
"extract-text-webpack-plugin": "^2.0.0-beta.4",
with
"extract-text-webpack-plugin": "2.0.0-beta.5",
0.4.2
28 Feb 01:20
Compare
Sorry, something went wrong.
No results found
Features:
add commented webpack proxy configs
use single quotes instead of double quotes in index.module.js
0.4.1
08 Feb 23:51
Compare
Sorry, something went wrong.
No results found
Fix directive html import spelling bug
docs.json is now using 2 space indentation to ease git merging
0.4.0
01 Feb 01:32
Compare
Sorry, something went wrong.
No results found
Features:
Add Remove feature that removes any generated item along with its links and docs.
Update Docs feature to use JSON
Docs now has it's own server
Migration:
Update the docs script in package.json to:
"docs": "node_modules/node-static/bin/cli.js ./docs -i docs.html -p 8081"
Run npm install --save node-static
In your docs.js file extract the docs var and write in a json file called docs.json
Copy the new docs files from the repo and overwrite your old ones, and paste the docs.json you just created.
et Voila
0.3.6
01 Feb 01:31
Compare
Sorry, something went wrong.
No results found
fix angular material css link typo
0.3.5
01 Feb 01:31
Compare
Sorry, something went wrong.
No results found
remove generator dependancy
0.3.4
28 Jan 20:33
Compare
Sorry, something went wrong.
No results found
0.3.3
28 Jan 05:17
Compare
Sorry, something went wrong.
No results found
Enhance --dreidev option templates
0.3.2
27 Jan 14:23
Compare
Sorry, something went wrong.
No results found
Removed some unused dependancies
0.3.1
27 Jan 13:50
Compare
Sorry, something went wrong.
No results found
Features:
Add --default option to create an app with the defaults
Add --dreidev option for DREIDEV to create their applications easily with one line