angular-cn/modules/angular2/test
vsavkin 839edaa15b feat(pipes): changed PipeTransform to make onDestroy optional
BREAKING CHANGE:

Before:
  Angular called onDestroy on all pipes.

After:
  Angular calls onDestroy only on pipes that have the onDestroy method.
2015-08-13 01:39:21 +00:00
..
benchmark/transform style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
change_detection feat(pipes): changed PipeTransform to make onDestroy optional 2015-08-13 01:39:21 +00:00
core feat(compiler): allow binding to className using class alias 2015-08-12 20:08:03 +00:00
debug cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00
di feat(di): added resolveAndInstantiate and instantiateResolved to Injector 2015-08-07 08:29:19 -07:00
directives fix(NgClass): take initial classes into account during cleanup 2015-08-12 20:08:03 +00:00
dom chore(browsers): fix failing tests in Firefox 2015-08-03 12:17:44 +02:00
facade style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
forms fix(test_lib): run unit tests in default Documnent 2015-08-07 09:57:59 +02:00
mock refactor: change template for view where it makes sense 2015-06-24 18:40:04 +02:00
pipes feat(pipe): added the Pipe decorator and the pipe property to View 2015-08-12 00:38:40 +00:00
profile feat: implement web-tracing-framework support 2015-07-31 23:04:05 +00:00
reflection chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
render feat(compiler): allow binding to className using class alias 2015-08-12 20:08:03 +00:00
router feat(pipe): added the Pipe decorator and the pipe property to View 2015-08-12 00:38:40 +00:00
services fix(UrlResolver): encode URLs before resolving 2015-08-10 19:50:10 +00:00
test_lib test(matchers): add support for toHaveClass in tests 2015-08-08 02:22:45 +00:00
transform feat(dart/transform): Support `part` directives 2015-08-13 00:28:42 +00:00
util chore(build): Upgrade to TypeScript@1.5.3 2015-07-31 20:01:27 +00:00
web-workers Refactor(WebWorker): Unify WebWorker naming 2015-08-07 14:43:52 -07:00