Skip to content

Releases: keq-request/keq

keq v2.0.3

27 Sep 17:31
Compare
Choose a tag to compare

Bug Fixes

  • cannot find dist/umd/src/index.js (9264923)

keq v2.0.2

27 Sep 17:17
Compare
Choose a tag to compare

Bug Fixes

  • cannot import umd package (4eb05b3)

keq v2.0.1

27 Sep 16:30
Compare
Choose a tag to compare

Bug Fixes

  • cannot import createRequest (2acdc47)

keq v2.0.0

25 Sep 16:43
78f9243
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Drop support for Node16.
  • Remove node-fetch and internal FormData support in nodejs.
  • content.url, content.query, content.headers, content.body has be removed, use
    content.request.* instead.
  • resolveWithOriginResponse has be removed. context.request.options has
    be removed, use context.request instead.
  • mount has be removed, use request.useRouter instead.
  • .serialize has be removed.

Code Refactoring

keq v1.10.1

17 May 05:03
Compare
Choose a tag to compare

Bug Fixes

  • keq crashes when the response body does not match content-type (f0bc15e)

keq v1.10.0

22 Nov 12:27
Compare
Choose a tag to compare

Features

  • add .mode() and .credentials() (73f1cc2)
  • add .redirect(mode) (094549b)

keq v1.9.0

19 Oct 02:09
Compare
Choose a tag to compare

Features

keq v1.8.9

08 Sep 10:31
Compare
Choose a tag to compare

Bug Fixes

  • unexpected querystring when invoke .query() with an object param that some value is undfined (372e2e8)

keq v1.8.8

24 Jun 08:25
Compare
Choose a tag to compare

Bug Fixes

  • not working when response include null (e98ea2b)

keq v1.8.7

22 Jun 06:42
Compare
Choose a tag to compare

Bug Fixes

  • wrong content-type when send request in browser (a100a5d)