Skip to content

Releases: zellwk/zl-fetch

v3.0.1

03 Oct 02:28
Compare
Choose a tag to compare
  • Change the way I checked for Headers d9063c6. Fixes #5.

Diff: v3.0.0...v3.0.1

v3.0.0

02 Oct 04:03
Compare
Choose a tag to compare

Breaking Changes

  1. Use queries to create query parameters when writing GET requests. params has been removed.
  2. Use auth to create authorisation headers. zlFetch no longer supports username, password, and token options.

Improvements

  1. No need to install btoa manually. It's now listed as a dependency instead of peerDependency.
  2. Added method shorthands available.

Tests

  1. Reworked Tests to use Jest instead of Ava

v2.2.2...v3.0.0

Fix Duplicated Export Error

09 Apr 09:17
Compare
Choose a tag to compare

Quick patch to pass preflight checks

19 Mar 03:23
Compare
Choose a tag to compare
  • Remove Content-Type headers for GET Requests deb5f01

v2.2.0...v2.2.1

v2.2.0

18 Mar 10:05
Compare
Choose a tag to compare
  • Returned a cloned response in supporting browsers. This allows users to use the response object again.

v2.1.9...v2.2.0