COMMITS
/ test/ng/httpSpec.js August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 28, 2016
S
feat(ngMock/$httpBackend): flush requests in any order
sarychev committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
April 14, 2016
G
fix($http): pass event object to `eventHandlers`/`uploadEventHandlers`
Georgios Kalpakas committed
April 4, 2016
P
feat($http): support handling additional XHR events
Peter Bacon Darwin committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr committed
December 11, 2015
J
docs: fix typos throughout the codebase
Justas Brazauskas committed
December 3, 2015
U
fix($http): throw if url passed is not a string
Utsav Shah committed
September 30, 2015
G
fix($http): apply `transformResponse` even when `data` is empty
Georgios Kalpakas committed
September 12, 2015
L
refactor(*): use `isDefined` and `isUndefined` consistently
lucastetreault committed
September 7, 2015
P
test($http): remove use of deprecated `success` and `error` calls in tests
Peter Bacon Darwin committed
August 24, 2014
P
fix($http): propagate status -1 for timed out requests
Pawel Kozlowski committed
June 14, 2015
R
feat($httpProvider): add 'useLegacyPromiseExtensions' configuration
Rouven Weßling committed
July 21, 2015
L
fix(httpParamSerializerJQLike): Follow jQuery for index of arrays of objects
Lucas Galfaso committed
April 30, 2015
M
fix($http): do not modify the config object passed into $http short methods
Max Thyen committed
April 17, 2015
L
fix($httpParamSerializerJQLike): follow jQuery logic for nested params
Lucas Galfaso committed
April 3, 2015
P
docs($http): clarify side effects of transformRequest functions
Pawel Kozlowski committed
March 30, 2015
P
feat($http): support custom params serializers
Pawel Kozlowski committed
March 16, 2015
P
fix($http): throw error if `success` and `error` methods do not receive a function
Peter Bacon Darwin committed
March 2, 2015
S
refactor($browser): split cookie access into $$cookieReader and $$cookieWriter services
Shahar Talmi committed
February 20, 2015
P
fix($http): properly access request headers with mixed case
Pawel Kozlowski committed
January 2, 2015
P
feat($http): provide a config object as an argument to header functions
Pawel Kozlowski committed
December 31, 2014
P
test($http): remove unused inject() calls
Pawel Kozlowski committed
December 12, 2014
P
feat($http): pass response status code to data transform functions
Pawel Kozlowski committed
December 7, 2014
G
fix($http): only parse as JSON when opening/closing brackets match
Georgios Kalpakas committed
December 8, 2014
R
fix($http): don't convert FormData objects to JSON
Rouven Weßling committed
September 11, 2014
S
fix(http): preserve config object when resolving from cache
Shahar Talmi committed
November 22, 2014
D
fix ($http): throw error when string URL is provided
Dustin committed
P
test($http): parsing headers with multiple values
Pawel Kozlowski committed
November 17, 2014
J
fix($http): return empty headers, ignore properties in Object prototype
Jamshid Afshar committed
November 4, 2014
J
fix($http): don't parse single space responses as JSON
Jakub Hampl committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
November 25, 2013
B
fix(ngMock): $httpBackend should match data containing Date objects correctly
Bastien Caudan committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
October 10, 2014
T
fix($http): allow empty json response
Tobias Bosch committed
October 9, 2014
M
fix($http): don't run transformData on HEAD methods
Matthew Miller committed
August 29, 2014
L
chore(IE8): remove all special code for IE8
Lucas Galfaso committed
October 2, 2014
I
fix($http): honor application/json response header and parse json primitives
Igor Minar committed
September 28, 2014
G
test($http): fix typo in spec name
Georgios Kalpakas committed
August 22, 2014
C
feat($http): implement mechanism for coalescing calls to $apply in $http
Caitlin Potter committed
July 26, 2014
S
feat(http): allow caching for JSONP requests
Shahar Talmi committed
July 16, 2014
C
test($http): ignore date-toJSON test if running in IE8
Caitlin Potter committed
July 11, 2014
D
fix($http): fix double-quoted date issue when encoding params
Dan Barua committed
January 14, 2014
P
fix($http) - add ability to remove default headers
perek committed
June 25, 2014
M
fix($http): don't remove content-type header if data is set by request transform
Martin Staffa committed
January 20, 2014
C
fix($http): add the PATCH shortcut back
Ciro Nunes committed
June 9, 2014
M
perf($http): move xsrf cookie check to after cache check in $http
Michal Kawalec committed
June 4, 2014
C
test($http): test that timed out $http request rejects promise
Caitlin Potter committed