cexbrayat
b925ff5b8d
refactor(http): rename enums to be singular
ReadyStates -> ReadyState
RequestMethods -> RequestMethod
ResponseTypes -> ResponseType
Fixes #5574
BREAKING CHANGE:
Before
import {ReadyStates, RequestMethods, ResponseTypes} from 'angular2/http';
After
import {ReadyState, RequestMethod, ResponseType} from 'angular2/http';
Closes #5584
2015-12-04 19:16:00 +00:00
..
2015-11-20 00:14:24 +00:00
2015-12-03 22:11:16 +00:00
2015-12-03 23:42:46 +00:00
2015-12-03 19:51:43 +00:00
2015-12-02 14:34:31 -08:00
2015-12-04 19:16:00 +00:00
2015-11-07 01:36:06 +00:00
2015-12-02 14:19:07 -08:00
2015-12-04 00:47:20 +00:00
2015-11-10 11:23:01 +01:00
2015-12-02 16:05:01 -08:00
2015-11-30 16:40:50 -08:00
2015-12-03 22:50:14 +00:00
2015-12-02 11:29:11 -08:00
2015-12-03 22:11:26 +00:00