Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Releases: a-tokyo/generator-at-angular

0.4.3

07 Mar 02:38
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • fix angular material css link typo

0.3.5

01 Feb 01:31
Compare
Choose a tag to compare
  • remove generator dependancy

0.3.4

28 Jan 20:33
Compare
Choose a tag to compare
  • Enhance core generator

0.3.3

28 Jan 05:17
Compare
Choose a tag to compare
  • Enhance --dreidev option templates

0.3.2

27 Jan 14:23
Compare
Choose a tag to compare
  • Removed some unused dependancies

0.3.1

27 Jan 13:50
Compare
Choose a tag to compare

Features:

  • Add --default option to create an app with the defaults
  • Add --dreidev option for DREIDEV to create their applications easily with one line