angular-cn/modules/angular2/test
Caitlin Potter 77d3668432 feat(http): serialize search parameters from request options
- Extends URLSearchParams API to include operations for combining
  different URLSearchParams objects:

  These new methods include:
  setAll(otherParams): performs `this.set(key, values[0])` for each
      key/value-list pair in `otherParams`

  appendAll(otherParams): performs `this.append(key, values)` for
      each key/value-list pair in `otherParams`

  replaceAll(otherParams): for each key/value-list pair in
      `otherParams`, replaces current set of values for `key` with
      a copy of the list of values.

- RequestOptions do not merge search params automatically (because
  there are multiple ways to do this). Instead, they replace any
  existing `search` field if `search` is provided. Explicit merging
  is required if merging is desirable.

- Some extra test coverage added.

Closes #2417
Closes #3020
2015-08-10 16:29:36 -07:00
..
benchmark/transform style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
change_detection refactor(pipes): use Injector instead of pipe factories for pipe instantiation 2015-08-07 10:02:11 -07:00
core refactor(pipes): use Injector instead of pipe factories for pipe instantiation 2015-08-07 10:02:11 -07: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(CSSClass): change selector to ng-class 2015-08-07 14:56:41 +02: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
http feat(http): serialize search parameters from request options 2015-08-10 16:29:36 -07:00
mock refactor: change template for view where it makes sense 2015-06-24 18:40:04 +02: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 fix(compiler): strip <script> tag from templates 2015-08-07 11:54:33 +00:00
router feat(router): auxiliary routes 2015-08-10 10:47:37 -07: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 style(dart/transform): Do not format generated code by default 2015-08-06 23:32:01 +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