All notable changes to this project will be documented in this file.
- Added support for Angular 2 style events and property bindings in templates
0.0.3 - 2015-02-23
- Replaced ES6 Promise implementation with one based on $q so they are integrated with Angular's digest cycle.
- Created an example using jspm
- Replaced template option in Component directives with a new
@Templateannotation - Renamed assert.js module to angular2/rtts-assert.js
0.0.2 - 2015-01-26
- replace core/core.js module with angular/angular.js to reflect this change in angular 2.0
- Started versioning releases in the dist folder
- Created a changelog based on keepachangelog.com
0.0.1 - 2015-01-18
- Setup foundation for Angular Next