angular-cn/tools/public_api_guard
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
common fix(i18n): Currency/Date/Number pipe use injected locale (#11093) 2016-08-26 09:16:01 -07:00
compiler feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
core fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
forms fix(forms): fix conflicting getter name (#11081) 2016-08-25 14:56:31 -07:00
http fix(http): restructure exports so that we don't leak private factory functions (#11016) 2016-08-23 16:34:57 -07:00
platform-browser refactor: rename SanitizationService to Sanitizer and DomSanitizationService to DomSanitizer (#11085) 2016-08-25 15:41:19 -07:00
platform-browser-dynamic refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
platform-server refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
router fix(router): add an option to disable initial navigation 2016-08-26 10:32:35 -07:00
upgrade docs(upgrade): mark upgrade apis as stable 2016-08-25 13:29:03 -07:00