Alex Rickabaugh
60727c4d2b
revert(format): Revert "chore(format): update to latest formatter"
...
This reverts commit 03627aa84d90f7f1d8d62f160997b783fdf9eaa4.
2016-04-12 09:41:01 -07:00
Alex Eagle
03627aa84d
chore(format): update to latest formatter
...
Closes #7958
2016-04-11 22:15:23 +00:00
Matias Niemelä
169869a195
test(matchers): add support for toMatchPattern in tests
2016-03-09 21:31:15 -08:00
Alex Eagle
2f31c4c1c5
chore(typings): use mainline DefinitelyTyped repo rather than a fork.
...
The upstream Jasmine typings don't define a type for the global
object with Jasmine methods polluting it, so just use any.
Also zone.js has a different name upstream.
2016-02-04 22:42:40 +00:00
Alex Rickabaugh
80a5e47e61
docs(*): Document a lot more symbols that are missing comments in our generated docs.
2015-12-15 03:04:48 +00:00
Matias Niemelä
fad354904d
test(matchers): add support for toHaveCssStyle
matcher
2015-11-23 22:43:01 +00:00
vsavkin
3c8fa8c50d
cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom
...
BREAKING CHANGE
Before
import {DomAdapter} from 'angular2/core';
After
import {DomAdapter} from 'angular2/platform/common_dom';
Closes #5370
2015-11-20 00:14:24 +00:00
vsavkin
79472b77ca
refactor(core): move facades out of core
...
This is part of ongoing work to make core platform-independent.
BREAKING CHANGE
All private exports from 'angular2/src/core/facade/{lang,collection,exception_handler}' should be replaced with 'angular2/src/facade/{lang,collection,exception_handler}'.
2015-11-07 01:36:06 +00:00
Julie Ralph
f529236bfc
refactor(test): rename test_lib to testing
...
Old test_lib is now testing_internal
test_lib_public is now testing
2015-10-13 10:36:49 -07:00