Skip to content

v3.0.0

Compare
Choose a tag to compare
@zellwk zellwk released this 02 Oct 04:03
· 105 commits to master since this release

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