Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.22 KB

File metadata and controls

35 lines (25 loc) · 1.22 KB

Change Log

All notable changes to this project will be documented in this file.

Added

  • Added support for Angular 2 style events and property bindings in templates

0.0.3 - 2015-02-23

Added

  • Replaced ES6 Promise implementation with one based on $q so they are integrated with Angular's digest cycle.
  • Created an example using jspm

Changed

  • Replaced template option in Component directives with a new @Template annotation
  • Renamed assert.js module to angular2/rtts-assert.js

0.0.2 - 2015-01-26

Changed

Added

  • Started versioning releases in the dist folder
  • Created a changelog based on keepachangelog.com

0.0.1 - 2015-01-18

Added

  • Setup foundation for Angular Next