angular-cn/modules/@angular/http
Damien Cassan 83bc5c97ef fix(http): convert objects passed to requests into a string (#10124)
This remove a breaking change introduced with commit #e7a8e2757b06d572f614f53b648d2fd75df370d2 where json objects passed to  requests were not converted into string.

BREAKING CHANGE:

The behavior in this commit is the same as before PR 7260 : the objects sent with the request are converted to a string, therefore there is no need for the user to take care of the serialization.

Fixes #10073
2016-07-18 14:20:03 -07:00
..
src fix(http): convert objects passed to requests into a string (#10124) 2016-07-18 14:20:03 -07:00
test fix(http): convert objects passed to requests into a string (#10124) 2016-07-18 14:20:03 -07:00
testing fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
http.ts refactor(http): share 'body' logic between Request and Response 2016-07-12 18:01:06 -07:00
index.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
package.json fix(http): remove peerDep on @angular/common 2016-06-08 12:20:42 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00