Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Releases: asd-xiv/fetch-browser

v2.3.0

09 May 16:57
Compare
Choose a tag to compare

2.3.0 (2021-05-09)

Features

  • add commitlint, lint-staged and git hooks (b7e051f)

v2.2.0

09 May 16:41
Compare
Choose a tag to compare

2.2.0 (2021-05-09)

Features

v2.1.0

21 Mar 17:44
Compare
Choose a tag to compare

2.1.0 (2021-03-21)

Features

v2.0.0

24 Feb 14:50
Compare
Choose a tag to compare

2.0.0 (2021-02-24)

Features

  • Add basic TestCafe suite (ff88510)
  • Update packages, fix lint errors, rename signature (a1ea4c5)

BREAKING CHANGES

  • rename exported "set" to "setup"
  • rename "queryStringifyFn" to "stringifyQueryParams"
// old
import { stringify } from "qs"
import { set } from "@asd14/fetch-browser"

set({
  queryStringifyFn: source => qs.stringify(source),
})

// new
import { stringify } from "qs"
import { setup } from "@asd14/fetch-browser"

setup({
  stringifyQueryParams: source => qs.stringify(source),
})

v1.5.0

07 Nov 23:26
Compare
Choose a tag to compare

1.5.0 (2020-11-07)

Features

  • Rename to @asd14/fetch-browser (94ee7bc)

v1.4.0

03 Aug 18:12
Compare
Choose a tag to compare

1.4.0 (2020-08-03)

Features

v1.3.0

21 Jul 12:09
Compare
Choose a tag to compare

1.3.0 (2020-07-21)

Features

v1.2.2

29 May 09:57
Compare
Choose a tag to compare

1.2.2 (2020-05-29)

Bug Fixes

  • Ignore null or undefined headers (999c352)

v1.2.1

27 May 17:44
Compare
Choose a tag to compare

1.2.1 (2020-05-27)

Bug Fixes

  • Wrong content-type for MULTIPART (cd1a660)

v1.2.0

27 May 17:00
Compare
Choose a tag to compare

1.2.0 (2020-05-27)

Features