Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 924 Bytes

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 924 Bytes

0.3.0

  • remove app generator
  • upgrade to angular 4

0.2.1+1

  • small fix on service generation

0.2.1

  • specify file extension in config file:
    • css_extension: css
    • html_extension: html

0.2.0

  • Add init command to create a config file inside an existing project
  • Update Angular2
  • move all libraries export to lib/
  • simplify generated file name (no '_component.dart', '_service.dart'...)
  • sass support
  • less support
  • refactor Route defintion

0.1.0

  • Add full application generation with new command
  • config file generator.config.yaml, the config file determine where to create components, directives, services...
  • include grind task (build, serve, deploy ...)
  • Add pipe generator
  • Update previous generators to be able to use them from root app folder

pre-0.1.0

  • component generator
  • component_inline generator
  • service generator
  • directive generator