Releases: ardatan/whatwg-node
Releases · ardatan/whatwg-node
August 08, 2023
@whatwg-node/server@0.9.10
Patch Changes
- #753
10db17b
Thanks @ardatan! - Handle errors thrown in the request handlers as
Internal Server Error
August 07, 2023
@whatwg-node/server@0.9.9
Patch Changes
11fb356
Thanks @ardatan! - Avoid wrapping handleRequest if there is no hook
August 07, 2023
@whatwg-node/node-fetch@0.4.12
Patch Changes
- #746
4c0b59e
Thanks @ardatan! - Fake promises instead of real ones for
performance optimizations
August 06, 2023
@whatwg-node/server@0.9.8
Patch Changes
- #741
427b829
Thanks @ardatan! - Avoid promise usages while handling hooks for
performance optimizations
August 03, 2023
@whatwg-node/server@0.9.7
Patch Changes
- #732
0794ee5
Thanks @ardatan! - If the environment is not able to send the
response, do not terminate the server and handle internal errors in a better way
August 02, 2023
@whatwg-node/server@0.9.6
Patch Changes
5136050
Thanks @ardatan! - For uWebSockets, call res.onAborted only if
response is a stream
August 01, 2023
@whatwg-node/cookie-store@0.2.2
Patch Changes
@whatwg-node/server-plugin-cookies@1.0.2
Patch Changes
- Updated dependencies
[265aab1
]:
- @whatwg-node/cookie-store@0.2.2
July 20, 2023
@whatwg-node/node-fetch@0.4.11
Patch Changes
July 19, 2023
@whatwg-node/node-fetch@0.4.10
Patch Changes
- #702
9d90ef1
Thanks @ardatan! - Use POSTFIELDS
for static results in
fetchCurl
to avoid using Node life-cycle whenever possible (Performance optimization)
July 18, 2023
@whatwg-node/node-fetch@0.4.9
Patch Changes
1c29ff7
Thanks @ardatan! - Use Curl
instead of curly
to get better
performance without any extra logic in JS side