Releases: keq-request/keq
Releases · keq-request/keq
keq v2.0.3
Bug Fixes
- cannot find dist/umd/src/index.js (9264923)
keq v2.0.2
Bug Fixes
- cannot import umd package (4eb05b3)
keq v2.0.1
Bug Fixes
- cannot import createRequest (2acdc47)
keq v2.0.0
⚠ 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, usecontext.request
instead.mount
has be removed, userequest.useRouter
instead..serialize
has be removed.
Code Refactoring
- rebuild code (267b899)
keq v1.10.1
Bug Fixes
- keq crashes when the response body does not match content-type (f0bc15e)
keq v1.10.0
keq v1.9.0
keq v1.8.9
Bug Fixes
- unexpected querystring when invoke .query() with an object param that some value is undfined (372e2e8)
keq v1.8.8
Bug Fixes
- not working when response include null (e98ea2b)
keq v1.8.7
Bug Fixes
- wrong content-type when send request in browser (a100a5d)