angular-cn/modules/angular2/test
Misko Hevery 551d9a1688 chore(LifecycleEvent): change to PascalCase / rename
BREAKING CHANGE

Closes #3863

- LifecycleEvent.onInit => LifecycleEvent.OnInit
- LifecycleEvent.onDestroy => LifecycleEvent.OnDestroy
- LifecycleEvent.onChange => LifecycleEvent.OnChanges
- LifecycleEvent.onCheck => LifecycleEvent.DoCheck
- LifecycleEvent.onAllChangesDone => LifecycleEvent.AfterContentChecked
- OnCheck.onCheck() => DoCheck.doCheck()
- OnChange.onChange() => OnChanges.onChanges()
- OnAllChangesDone.onAllChangesDone() => AfterContentChecked.afterContentChecked

Closes #3851
2015-08-27 22:32:21 -07:00
..
benchmark/transform chore: update all import paths 2015-08-25 15:33:23 -07:00
compiler feat(compile): add HtmlParser, TemplateParser, ComponentMetadataLoader 2015-08-27 00:05:48 +00:00
core chore(LifecycleEvent): change to PascalCase / rename 2015-08-27 22:32:21 -07:00
forms chore(LifecycleEvent): change to PascalCase / rename 2015-08-27 22:32:21 -07:00
http chore: Make enum names consistent with TypeScript convention 2015-08-27 22:32:21 -07:00
mock chore: update all import paths 2015-08-25 15:33:23 -07:00
pipes refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
router feat(exception_handler): changed ExceptionHandler to use console.error instead of console.log 2015-08-28 00:09:01 +00:00
test_lib refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
web_workers chore(build): improve reliability of the saucelabs job 2015-08-27 09:46:15 +02:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00