Skip to content

Releases: molvqingtai/resreq

v1.5.0

29 Dec 15:34
Compare
Choose a tag to compare

1.5.0 (2023-12-29)

Features

  • when create request, add the default value of duplex and update the docs (c293d79)

v1.4.3

25 Dec 16:54
Compare
Choose a tag to compare

1.4.3 (2023-12-25)

Bug Fixes

  • option.meta incorrectly overwrites the global meta (343ae17)

v1.4.2

07 Oct 20:14
Compare
Choose a tag to compare

1.4.2 (2023-10-07)

Bug Fixes

  • fix download progress & use abort(reason) for timeout (d6cef88)

v1.4.1

10 Mar 16:48
Compare
Choose a tag to compare

1.4.1 (2023-03-10)

Bug Fixes

v1.4.0

16 Feb 06:31
Compare
Choose a tag to compare

1.4.0 (2023-02-16)

Features

  • binding methods to Class instance object (4d6804e)

v1.3.0

09 Dec 10:33
Compare
Choose a tag to compare

1.3.0 (2022-12-09)

Features

v1.2.1

09 Dec 05:03
Compare
Choose a tag to compare

1.2.1 (2022-12-09)

Bug Fixes

  • Response.headers should not be synchronized with Request.headers (69c5a42)

v1.2.0

07 Dec 15:01
Compare
Choose a tag to compare

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

25 Aug 12:55
Compare
Choose a tag to compare

1.1.4 (2022-08-25)

Bug Fixes

  • new Res() Parameter type fix (1ab627b)

v1.1.3

24 Aug 17:58
Compare
Choose a tag to compare

1.1.3 (2022-08-24)

Bug Fixes

  • remove the incorrect deno entry microsoft/TypeScript#37582 (b69bfec)