angular-cn/modules/@angular
Joao Dias 8c7e93bebe fix(core): Add type information to differs
CHANGES:

- Remove unused `onDestroy` method on the `KeyValueDiffer` and
  `IterableDiffer`.

DEPRECATION:

- `CollectionChangeRecord` is renamed to `IterableChangeRecord`.
  `CollectionChangeRecord` is aliased to `IterableChangeRecord` and is
  marked as `@deprecated`. It will be removed in `v5.x.x`.
- Deprecate `DefaultIterableDiffer` as it is private class which
  was erroneously exposed.
- Deprecate `KeyValueDiffers#factories` as it is private field which
  was erroneously exposed.
- Deprecate `IterableDiffers#factories` as it is private field which
  was erroneously exposed.

BREAKING CHANGE:

- `IterableChangeRecord` is now an interface and parameterized on `<V>`.
  This should not be an issue unless your code does
  `new IterableChangeRecord` which it should not have a reason to do.
- `KeyValueChangeRecord` is now an interface and parameterized on `<V>`.
  This should not be an issue unless your code does
  `new IterableChangeRecord` which it should not have a reason to do.

Original PR #12570

Fixes #13382
2017-01-09 18:56:34 -05:00
..
benchpress feat: update to rxjs@5.0.1 and unpin the rxjs peerDeps via ^5.0.1 (#13572) 2016-12-19 16:24:53 -08:00
common fix(core): Add type information to differs 2017-01-09 18:56:34 -05:00
compiler fix(compiler): avoid evaluating arguments to unknown decorators 2017-01-09 16:30:31 -05:00
compiler-cli fix(compiler-cli): add support for more than 2 levels of nested lazy routes 2017-01-09 17:43:14 -05:00
core fix(core): Add type information to differs 2017-01-09 18:56:34 -05:00
docs docs(cheatsheet): correct HostBinding decorator example (#13206) 2016-12-05 10:25:40 -08:00
examples chore(ngComponentOutlet): add missing semicolon 2017-01-09 11:54:25 -08:00
facade refactor(facade): don't expect super() to return a new Error object in BaseError (#12600) 2016-12-14 11:54:57 -08:00
forms fix(forms): Validators.required properly validate arrays (#13362) 2017-01-05 09:25:20 -08:00
http docs(Http): fix and extend samples for testing/MockBackend (#13689) 2016-12-29 09:39:00 -08:00
language-service feat(language-service): support TS2.2 plugin model 2017-01-09 15:00:40 -05:00
platform-browser fix(core): animations no longer silently exits if the element is not apart of the DOM (#13763) 2017-01-05 11:33:40 -08:00
platform-browser-dynamic chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
platform-server fix(core): animations no longer silently exits if the element is not apart of the DOM (#13763) 2017-01-05 11:33:40 -08:00
platform-webworker feat(animations): expose the `triggerName` within the transition event 2017-01-06 19:29:45 -05:00
platform-webworker-dynamic chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
router fix(Router): fix checking for object intersection 2017-01-09 16:30:14 -05:00
upgrade refactor(compiler): generate less code for bindings to DOM elements 2017-01-03 13:05:05 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT