Skip to content

Latest commit

 

History

History
181 lines (96 loc) · 5.74 KB

CHANGELOG.md

File metadata and controls

181 lines (96 loc) · 5.74 KB

1.0.4 (2016-10-17)

  • fix(directive): fix template definition for webpack (af08634)

1.0.3 (2016-10-10)

  • feat(gen:route): add instructions for using route after generated (174e46c)

1.0.2 (2016-08-30)

  • fix(route:uirouter): use string version of ngInject directive (007182e)
  • fix(route:ngroute): use string version of ngInject directive (abbe12b)

1.0.1 (2016-07-21)

  • chore(npm): add .npmignore

1.0.0 (2016-07-21)

Notable Changes

  • Style is checked with XO
  • CoffeeScript is gone. JavaScript & TypeScript are the warring kings now.
  • A module system is assumed (Webpack supported)
  • 'ngInject' directives have been added
  • Node < 4 are unsupported

0.3.5 (2016-07-15)

Bug Fixes

  • Don't default any generator to creating a different Angular module name

0.3.4 (2016-07-15)

Bug Fixes

  • Fix controllerAs value to be string

0.3.3 (2016-07-01)

Bug Fixes

  • Fix the yo check

0.3.2 (2016-06-30)

Notable Changes

  • Updated dependencies
  • Bumped Node version to 4.4.6

0.3.1 (2016-06-30)

Notable Changes

  • Routes will not default to using a new module namespace
  • The route spec $componentController creation has been fixed (72ad578)

0.3.0 (2016-05-04)

Notable Changes

The user shouldn't see much difference with this release. Some Yeoman packages were updated, and deprecations fixed. We also now test Node 4, 5, & 0.12 instead of just 0.10.

0.2.2 (2016-04-21)

Bug Fixes

  • gen: allow every generator to use .ts (680c45c)

0.2.1 (2016-03-09)

Bug Fixes

  • route: don't default to creating a new module, fix component registration name (15e5507)

0.2.0 (2016-03-09)

Notable Changes

  • Controllers are now appended with Controller instead of Ctrl
  • New Component subgenerator
  • If a ts extention is present instead of js, the generator will output .ts files
  • If a modulePrompt config property is truthy, subgenerators will ask for a module name the Angular component should be bound to.
  • The route subgenerator now uses an Angular Component (Note: If you're using Angular 1.3/1.4, You can use the toddmotto/angular-component polyfill)

Features

  • gen:
    • prompt for module name when config.modulePrompt (3bd75b3)
    • make .ts files (52e2bea)
  • route:
    • use a class and controllerAs if es6 filter present (678c01f)
    • change to use component (3a8b2c7)
  • component: generate component for angular 1.5 (a8eb002)

Chore

  • gen: update yeoman-generator to ~0.20.3 (51c560a)

0.1.1 (2015-09-06)

Features

  • gen:
    • use yeoman's grouped queues (e265f34)
    • add dynamic mocha assertions (b64455d)
    • config can be force updated via options.forceConfig (0e81bb4)

Chore

  • gen: update yeoman-generator to ~0.19.2 (a861e29)

Breaking Changes

  • [email protected] deprecates the use of this._. If your templates use lodash methods, you should now reference this.lodash.

0.1.0 (2015-08-05)

Bug Fixes

  • gen:
    • removed bootstrap class dependency from route html and jade templates (d725057)
    • fix indention spacing (82a4201)
  • app: ensure all files end with a newline (bd312ce)
  • dependencies: remove peer dependencies (3fb83ea)

Features

  • gen: add hasFilter function (fa39978)
  • test: add support for mocha+chai (aaca1e8)
  • dependencies: update to yeoman-generator@~0.18.10 (dc63875)