resreq

🍭 Fetch-based onion model http client.

MIT License

Downloads
36
Stars
22
Committers
2
resreq - v1.4.3 Latest Release

Published by molvqingtai 10 months ago

1.4.3 (2023-12-25)

Bug Fixes

  • option.meta incorrectly overwrites the global meta (343ae17)
resreq - v1.4.2

Published by molvqingtai about 1 year ago

1.4.2 (2023-10-07)

Bug Fixes

  • fix download progress & use abort(reason) for timeout (d6cef88)
resreq - v1.4.1

Published by molvqingtai over 1 year ago

1.4.1 (2023-03-10)

Bug Fixes

resreq - v1.4.0

Published by molvqingtai over 1 year ago

1.4.0 (2023-02-16)

Features

  • binding methods to Class instance object (4d6804e)
resreq - v1.3.0

Published by molvqingtai almost 2 years ago

1.3.0 (2022-12-09)

Features

resreq - v1.2.1

Published by molvqingtai almost 2 years ago

1.2.1 (2022-12-09)

Bug Fixes

  • Response.headers should not be synchronized with Request.headers (69c5a42)
resreq - v1.2.0

Published by molvqingtai almost 2 years ago

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)
resreq - v1.1.4

Published by molvqingtai about 2 years ago

1.1.4 (2022-08-25)

Bug Fixes

  • new Res() Parameter type fix (1ab627b)
resreq - v1.1.3

Published by molvqingtai about 2 years ago

1.1.3 (2022-08-24)

Bug Fixes

  • remove the incorrect deno entry microsoft/TypeScript#37582 (b69bfec)
resreq - v1.1.2

Published by molvqingtai about 2 years ago

1.1.2 (2022-08-24)

Performance Improvements

  • use the standard export for deno (c96463a)
resreq - v1.1.1

Published by molvqingtai about 2 years ago

1.1.1 (2022-08-22)

Performance Improvements

resreq - v1.1.0

Published by molvqingtai about 2 years ago

1.1.0 (2022-08-13)

Bug Fixes

Features

  • add the responseType option (54e38e1)
resreq - v1.0.3

Published by molvqingtai over 2 years ago

1.0.3 (2022-07-05)

Bug Fixes

  • fix local onResponseProgress not working and clean up onRequestProgress (2c7f08f)
resreq - v1.0.2

Published by molvqingtai over 2 years ago

1.0.2 (2022-06-21)

Bug Fixes

  • output file contains the ProgressCallback type (37383dc)
resreq - v1.0.1

Published by molvqingtai over 2 years ago

1.0.1 (2022-03-22)

Performance Improvements

  • add a thanks to the readme (457cad1)
resreq - v1.0.0

Published by molvqingtai over 2 years ago

1.0.0 (2022-03-22)

Features

Performance Improvements

  • add content-length comment (aa2806d)
  • align the default timeout with XMLHttpRequest (189e2e3)
  • create request in middleware (a81c5ac)
  • global progress use Symbol (4a6c9ff)
  • judging Body type boundary (61bc0f9)
  • move stream processing to middleware (5d87a72)
  • optimize extended fields (52edc51)
  • use mergeObject (353994c)
  • use Request API (531252c)