Skip to content

Releases: dustinspecker/generator-ng-poly

v0.0.6

23 Jul 01:23
Compare
Choose a tag to compare
  1. When prompted for a module name, the path may contain either / or \

v0.0.5

22 Jul 03:42
Compare
Choose a tag to compare
  1. Fixed a bug where the route generator used the old CamelCase syntax for templateURL
  2. Added example usage and output of generators to README.md

v0.0.4

22 Jul 01:34
Compare
Choose a tag to compare
  1. Use hyphen names for file (e.g. fancy-button-directive.js)
  2. Add Angular inject comment in index.html and index.jade, so the Gulp angularInject task works

v0.0.3

21 Jul 03:10
Compare
Choose a tag to compare
  1. Add karma-coffee-preprocessor to _package.json, so users can actually use tests written in CoffeeScript...

v0.0.2

21 Jul 02:57
Compare
Choose a tag to compare
  1. Allows for creation multi-level modules.
    • run yo ng-poly:module test/home to create a module named 'test.home' in src/test/home, if src/test exists
    • 'test.home' will automatically be added as a dependency for the test module.

v0.0.1

20 Jul 00:21
Compare
Choose a tag to compare
  1. Implements Angular module directory structure (only one level deep as of now).
    • Automatically adds new module dependencies to root app.js
  2. Generates Angular components and respective unit tests using Jasmine (ran with Karma).
  3. Generates Polymer components