0.5.0 (2018-08-19)
0.4.4 (2018-08-19)
0.4.3 (2017-08-18)
- 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)
- 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
- reflect-metadata, es7.reflect or a similar shim must now be included manually
0.3.3 (2017-03-22)
- 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)
- 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)
- 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)
- @Output: add @Output/EventEmitter support (fe22d84), closes #4
- HostListener: add component HostListener support (84e554b), closes #6
- ng-facade: initial ng-facade implementation (e2383a6)