Releases: keq-request/keq
Releases · keq-request/keq
v2.5.3
2.5.3 (2024-05-23)
Bug Fixes
- retryTimes avoids throw errors caused by NaN (a5ece3f)
v2.5.2
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
2.5.1 (2024-05-21)
Bug Fixes
- throw error when retryOn is not set (cbf4594)
v2.5.0
2.5.0 (2024-05-21)
Features
- third-party middleware can extend option typescript declaration (a9e559a)
v2.4.1
2.4.1 (2024-05-17)
Bug Fixes
- response.body is not a function (8332fa2)
v2.4.0
2.4.0 (2024-05-17)
Features
- avoid time-consuming cloning (5f6b773)
v2.3.4
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
2.3.3 (2024-05-10)
Bug Fixes
- the error thrown when the request timeout is not DOMException (7c84d8f)
Performance Improvements
v2.3.2
2.3.2 (2024-04-23)
Bug Fixes
- cannot send form-data when invoke .attach() first (0195ee2)
v2.3.1
2.3.1 (2024-03-22)
Bug Fixes
- unabled send formDate request with buffer file (9db1508)