Skip to content

Releases: yahoo/fetchr

Better error response

06 May 18:31
Compare
Choose a tag to compare

#76 - pass response body if xhr results in error. Thanks @dsteinbach.

Better error response for v0.4.x

06 May 20:26
Compare
Choose a tag to compare

Backported #76 for v0.4.x

CORS support for v0.4.x

04 May 20:10
Compare
Choose a tag to compare

Backport CORS support from #71 for v0.4.x

CORS support

24 Apr 19:43
Compare
Choose a tag to compare

Add custom headers support to 0.4

16 Apr 06:22
Compare
Choose a tag to compare

Back port custom headers support from #70

Support custom response headers

13 Apr 22:35
Compare
Choose a tag to compare

Remove `/resource/` from api url construction

08 Apr 20:08
Compare
Choose a tag to compare

#69 - Internally whenever fetchr made xhr requests, it would call /api/resource/{matrix-param-query} but now it will just be /api/{matrix-param-query}.

This could have been a path release but some users might have been depending on fetchr exposing the api with /resource/ so we did a minor release.

Fix bug where arrays and objects weren't serializing properly in query string

02 Apr 22:53
Compare
Choose a tag to compare

Cherry-pick lodash methods.

12 Mar 19:53
Compare
Choose a tag to compare
v0.4.8

Release v0.4.8.

Only add content-type header for PUT and POST requests

12 Mar 19:51
Compare
Choose a tag to compare