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.3.0

26 Jan 00:43
Compare
Choose a tag to compare

Core Enhancements:

  • Enhanced core generator code

0.2.9

25 Jan 01:18
Compare
Choose a tag to compare

Features:

  • Add support for multiple nesting (more than twice) i.e: comp1/comp2/comp3/comp4/directive
  • Enhance core directive templates to be imported in core.module.js not called
  • Enhance service directive templates to be imported in core.module.js not called
  • Enhance directive testing templates, service is now added to module using module.factory(..)
  • Enhance service testing templates, service is now added to module using module.factory(..)
  • Unified comment markers
  • Docs script now tries to open in chrome then falls back to default browse
  • Docs script add linux xdg-open command
  • Add .editorconfig file to define and maintain consistent coding styles between different editors and IDEs
  • Activated copy-webpack-plugin in config/global.js
  • Add a check not to document duplicates (since theyre supposed to be documented)
  • config/global.js, webpack.config.js, karma.conf.js were updated to use const and let instead of var and using strict to support older versions like node 4 and 5.

Core Enhancements:

  • Unified Markers
  • Make use of es6 to enhance flow and ensure data integrity

Migration:

  • In your core.module.js add the following lines: (p.s: other comment lines in this file are no longer needed)

    // Add directive imports above
    
    // Add service imports above
    
    // Add directive to module above
    
    // Add service to module above
    
  • Update the docs script in package.json to:

    "docs": "open -a \"Google Chrome\" docs/docs.html || open docs/docs.html || xdg-open docs/docs.html",
    
  • In index.routes.js add the following lines: (p.s: other comment lines in this file are no longer needed)

    // Add new routes above
    
    // Add new states above
    

0.2.8

22 Jan 13:56
Compare
Choose a tag to compare

0.2.8

  • Features:
    • enhance docs
    • fix nested service name bug when dashes are used
  • Migration:
    NONE

For more details regarding versions and migration check the wiki

0.2.7

22 Jan 13:32
Compare
Choose a tag to compare

0.2.7

  • Features:
    • Add auto-generated documentation feature
    • enhanced testing templates
    • enhanced performance
  • Migration:
    • In your index.components.js
      • change the line: /* Add New COMPONENTS Above */ to // Add new components above
    • copy the folder generators/app/_docs to your root directory as docs
    • In your package.json file add the script: "docs": "open docs/docs.html",

For more details regarding versions and migration check the wiki

0.2.6

20 Jan 16:09
Compare
Choose a tag to compare

0.2.6

  • enhanced testing templates
  • add test script to run tests once (to be used by CI)
  • add tests script to run tests in watch mode
  • removed 'use strict';

For migration check the wiki

0.2.5

20 Jan 14:05
Compare
Choose a tag to compare

V0.2.5

  • Added test configurations
  • Added simple test templates
  • Add copy webpack plugin to copy static files to the server
  • Updated packages

For migration check the wiki

0.2.4

16 Jan 12:55
Compare
Choose a tag to compare
v 0.2.4

0.2.3

16 Jan 12:53
Compare
Choose a tag to compare
v 0.2.3

0.2.2

09 Jan 07:07
Compare
Choose a tag to compare

0.2.2

0.2.1

06 Jan 01:18
Compare
Choose a tag to compare
added utils in generators folder