Releases: molvqingtai/resreq
Releases · molvqingtai/resreq
v1.5.0
1.5.0 (2023-12-29)
Features
- when create request, add the default value of duplex and update the docs (c293d79)
v1.4.3
1.4.3 (2023-12-25)
Bug Fixes
option.meta
incorrectly overwrites the global meta (343ae17)
v1.4.2
1.4.2 (2023-10-07)
Bug Fixes
- fix download progress & use
abort(reason)
for timeout (d6cef88)
v1.4.1
1.4.1 (2023-03-10)
Bug Fixes
v1.4.0
1.4.0 (2023-02-16)
Features
- binding methods to Class instance object (4d6804e)
v1.3.0
1.3.0 (2022-12-09)
Features
v1.2.1
1.2.1 (2022-12-09)
Bug Fixes
Response.headers
should not be synchronized with Request.headers
(69c5a42)
v1.2.0
1.2.0 (2022-12-07)
Features
- refactoring
Res
and Req
, refining the compose
type definition (4499be8)
Performance Improvements
isJsonBody
security boundary (647e305)
- change ON_GLOBAL_RESPONSE_PROGRESS -> ON_GLOBAL_DOWNLOAD_PROGRESS (0d925ae)
- onResponseProgress -> onDownloadProgress (e127f3c)
v1.1.4
1.1.4 (2022-08-25)
Bug Fixes
- new Res() Parameter type fix (1ab627b)
v1.1.3
1.1.3 (2022-08-24)
Bug Fixes
- remove the incorrect deno entry microsoft/TypeScript#37582 (b69bfec)