Skip to content

Releases: zellwk/zl-fetch

v6.0.6

26 Jul 13:55
Compare
Choose a tag to compare

v6.0.5

26 Jul 13:49
Compare
Choose a tag to compare

v6.0.4...v6.0.5

v6.0.4

26 Jul 13:23
Compare
Choose a tag to compare

v6.0.3...v6.0.4

v6.0.3

26 Jul 12:49
Compare
Choose a tag to compare
  • Update HTTP Methods to be uppercase.

v6.0.2

22 Nov 04:00
Compare
Choose a tag to compare

v6.0.1...v6.0.2

v6.0.1

09 Aug 02:26
Compare
Choose a tag to compare

151eb7a

  • Allowed users to use params, param, queries or query to create query parameters — no need to think much, just write code.
  • Minor cleanup to remove these properties away from zlFetch before we send the request off to the server.

v6.0.0...v6.0.1

v6.0.0

12 Jul 10:53
Compare
Choose a tag to compare

v5.0.1...v6.0.0

Breaking Change

We have removed node-fetch as a dependency in v.6.0.0 because Node v17 includes Fetch by default.

What this means is:

  • If you're using Node v17 and above, you can continue using zlFetch normally. There will be no breaking change for you.
  • If you're using Node v16 and below, you need to include node-fetch before you call zlFetch. You only need to include it once in your project since node-fetch creates a global fetch object.
import 'node-fetch'
import zlFetch from 'zl-fetch'

v5.0.1

17 Apr 10:49
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

15 Apr 18:26
Compare
Choose a tag to compare
  • Content Type is now generated based on Body.
  • Supports FormData
  • Improvements to createZlFetch

v4.1.1...v5.0.0

v4.1.0

05 Nov 10:22
Compare
Choose a tag to compare

v4.0.2...v4.1.0