Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@steffans steffans released this 04 Sep 12:36
· 201 commits to develop since this release

Note this release has API changes, make sure to update your code when upgrading

New

  • Added Headers class

Changed

  • Changed Request.headers to Headers object
  • Changed Response.headers to Headers object
  • Changed Response.body property to provide processed body data as Object, Blob, string
  • Changed Response methods text(), json() and blob() to return a Promise

Fixed

  • Blob issue (#320)
  • Lowercase HTTP header issue (#317)