All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.1.6 - 2016-01-20
- (Component) droping $inject from child class
- (State) - templateUrl overwrites template #d97096e (Closes #49)
1.1.3 - 2016-01-05
providers
property to @Component as an alias for @Inject. An angular2-now component can now be fully defined with the @Component decorator, just like in Angular2.- coveralls code coverage badge to readme
- For Meteor users, updated Meteor package angular dependency to 1.3.4.
1.1.0 - 2016-01-02
We have a new contributor: Kamil Kisiela.
- MeteorReactive support: this version of angular2-now includes the MeteorReactive decorator, which only works with Meteor. See angular-meteor docs for more information on it's usage.
- Kamil has added some long overdue features to angular2-now:
- tests
- coverage reporting (95% currently) and
- continuous integration through Travis-ci
- Kamil also added a build process that generates both Npm and Meteor bundles
- BREAKING CHANGE: Meteor 1.1 version is now deprecated and will not be updated any further, other than to possibly fix very annoying errors.