Skip to content

Releases: keq-request/keq

v2.5.3

23 May 06:16
Compare
Choose a tag to compare

2.5.3 (2024-05-23)

Bug Fixes

  • retryTimes avoids throw errors caused by NaN (a5ece3f)

v2.5.2

22 May 10:01
Compare
Choose a tag to compare

2.5.2 (2024-05-22)

Bug Fixes

  • composeMiddleware should not change parameters (131c1d4)

Performance Improvements

  • avoid duplication of compose middleware (c4e5cc1)
  • warn for incorrect invoke next() (f4b418f), closes #74

v2.5.1

21 May 18:02
Compare
Choose a tag to compare

2.5.1 (2024-05-21)

Bug Fixes

  • throw error when retryOn is not set (cbf4594)

v2.5.0

21 May 07:00
Compare
Choose a tag to compare

2.5.0 (2024-05-21)

Features

  • third-party middleware can extend option typescript declaration (a9e559a)

v2.4.1

17 May 10:01
Compare
Choose a tag to compare

2.4.1 (2024-05-17)

Bug Fixes

  • response.body is not a function (8332fa2)

v2.4.0

17 May 09:58
Compare
Choose a tag to compare

2.4.0 (2024-05-17)

Features

  • avoid time-consuming cloning (5f6b773)

v2.3.4

14 May 03:10
Compare
Choose a tag to compare

2.3.4 (2024-05-14)

Bug Fixes

  • avoid repeatedly defining response causing errors to be throw (fc4d0ab)
  • missing typescript definition (fff9046)

Performance Improvements

v2.3.3

10 May 09:14
Compare
Choose a tag to compare

2.3.3 (2024-05-10)

Bug Fixes

  • the error thrown when the request timeout is not DOMException (7c84d8f)

Performance Improvements

v2.3.2

23 Apr 09:58
Compare
Choose a tag to compare

2.3.2 (2024-04-23)

Bug Fixes

  • cannot send form-data when invoke .attach() first (0195ee2)

v2.3.1

24 Mar 18:01
Compare
Choose a tag to compare

2.3.1 (2024-03-22)

Bug Fixes

  • unabled send formDate request with buffer file (9db1508)