Skip to content

Releases: dustinspecker/generator-ng-poly

v0.1.0

29 Jul 01:34
Compare
Choose a tag to compare
  1. e2e tests are generated
  2. Route generator suggests smarter default URL
  3. Renamed src to app
  4. When passing functions, IIFE is added to each file at generated time instead of during the Gulp build task

v0.0.15

28 Jul 18:03
Compare
Choose a tag to compare
  1. Added ngdoc comments

v0.0.14

28 Jul 04:42
Compare
Choose a tag to compare
  1. Add the option to name anonymous functions
  2. Add the option to pass defined functions instead of defining inline (check README.md for example)
  3. Use UpperCamelCase for everything except filters and directives
  4. Gulp concats/minifies CSS, HTML, and AngularJS with --stage prod
  5. Place new lines within chaining

v0.0.13

26 Jul 00:45
Compare
Choose a tag to compare
  1. Add Controller As syntax. Example code is in README.md
  2. Generalize the route addition

v0.0.12

25 Jul 22:15
Compare
Choose a tag to compare
  1. Use OS end of line character for insertions and splits

v0.0.11

25 Jul 16:07
Compare
Choose a tag to compare
  1. Add testDir option to set the location of where tests are placed (src/ or tests/)
  2. New module dependencies are added on a new line

v0.0.10

24 Jul 04:30
Compare
Choose a tag to compare
  1. Injects platform.js in head before HTML imports
    • needs to be called before Polymer can be used by HTML imports

v0.0.9

24 Jul 02:38
Compare
Choose a tag to compare
  1. Enables passing module and url response as options
  2. Adds unit tests

v0.0.8

23 Jul 02:40
Compare
Choose a tag to compare
  1. Provider now generates a provider instead of a factory.

v0.0.7

23 Jul 02:28
Compare
Choose a tag to compare
  1. Fixes undefined URL bug with the route generator
  2. Add unit tests for file manipulation performed by route and module generators.