Skip to content

Releases: JakeChampion/fetch

fetch 0.4.0

30 May 12:46
Compare
Choose a tag to compare
  • Align bodyUsed error message to Chrome's implementation
  • Web Workers support
  • Assign to self

fetch 0.3.2

30 May 12:46
Compare
Choose a tag to compare
  • FormData should only able to consume once

fetch 0.3.1

30 May 12:46
Compare
Choose a tag to compare
  • Reject promise with TypeError for network failures.

fetch 0.3.0

30 May 12:46
Compare
Choose a tag to compare
  • Fix PUT/DELETE for IE 9 and PATCH for Node.js.
  • Normalize capitalization of HTTP methods per fetch spec
  • Fix sending requests with empty body such as DELETE in IE
  • Fix promise being rejected on IE 9 when server response is invalid
  • Fixes 204 No Content responses for IE 9
  • Remove form encoded object body.

fetch 0.2.1

30 May 12:46
Compare
Choose a tag to compare
  • Fixed uncaught error when a body was consumed more than once.

fetch 0.2.0

30 May 12:46
Compare
Choose a tag to compare
  • Throw proper errors
  • Allow body to be consumed a single time.
  • Don't expose consumed function as public Body API.
  • Parse form encoded response body.