Skip to content

Latest commit

 

History

History
119 lines (57 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

119 lines (57 loc) · 5.19 KB

0.5.0 (2018-08-19)

Features

  • add a Facade suffix to all exported names (86bd851)
  • support angular 1.7 (e67d7b8)

0.4.4 (2018-08-19)

Bug Fixes

  • allow factory/service/constant/value to pass objects (1d93647), closes #23

0.4.3 (2017-08-18)

Bug Fixes

  • declare angular dependency as a peer dependency (99d1924)
  • useFactory: allow use of $inject on factory methods (568ba58), closes #25

0.4.0 (2017-03-27)

Features

  • support types as factory/service/constant/decorator/... names (7f1b14e), closes #19
  • Component: add Angular lifecycle interfaces with AngularJS methods (de4d2f2), closes #20
  • enable TypeScript strictNullChecks (a53a637)
  • remove the direct dependency on reflect-metadata, allow use of es7.reflect shim (8fa4d93), closes #22

BREAKING CHANGES

  • reflect-metadata, es7.reflect or a similar shim must now be included manually

0.3.3 (2017-03-22)

Bug Fixes

  • Injectable,$inject: augment @types/angular to support injecting non-string into decorators (54f9a11), closes #2
  • Pipe: make pipes injectable (2458d34), closes #18

0.3.2 (2017-03-22)

Bug Fixes

  • Injectable,$inject: augment @types/angular to support non-string types as injectable names (c7c8690), closes #16
  • NgModule: fix ValueProvider (9f6f3f7), closes #17

0.3.1 (2017-03-02)

0.3.0 (2017-03-02)

Bug Fixes

  • Component,Directive: support Require/Input/Output('dash-cased') (38abcb7), closes #10
  • Directive: allow use of HostListener on Directives (dd794d9), closes #9
  • HostListener: invoke listeners within a digest (cc92972), closes #11
  • Injectable: create new instances for each useClass (5730baa), closes #14
  • Injectable: remove need to tag provider keys as injectable (5b57358), closes #13
  • NgModule: add Provider interface for stricter type checking (2fda260)

Features

  • Injector: support factory deps (fbed34e), closes #12

0.2.0 (2017-02-19)

Features

  • @Output: add @Output/EventEmitter support (fe22d84), closes #4
  • HostListener: add component HostListener support (84e554b), closes #6

0.1.2 (2017-02-19)

  • pipe: Fix context of Pipe transform method (47aeafb), closes #5

0.1.1 (2017-02-03)

  • ng-facade: initial ng-facade implementation (e2383a6)