-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: remix-run/web-std-io
base: @remix-run/[email protected]
head repository: remix-run/web-std-io
compare: main
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bbaad9 - Browse repository at this point
Copy the full SHA 1bbaad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a003f - Browse repository at this point
Copy the full SHA d2a003fView commit details
Commits on Apr 20, 2023
-
fix: "ERR_INVALID_THIS" on Node 20 (#32)
* fix: node 20 pnpm/node-fetch#1 Signed-off-by: Logan McAnsh <logan@mcan.sh> * ci: test against more node versions Signed-off-by: Logan McAnsh <logan@mcan.sh> * ci: update action versions Signed-off-by: Logan McAnsh <logan@mcan.sh> * chore: remove nested .github dir Signed-off-by: Logan McAnsh <logan@mcan.sh> * ci: disable fail fast Signed-off-by: Logan McAnsh <logan@mcan.sh> * ci: new server per test Signed-off-by: Logan McAnsh <logan@mcan.sh> * test: update family agent option test Signed-off-by: Logan McAnsh <logan@mcan.sh> * Create polite-eggs-jam.md * test: use ipv4 Signed-off-by: Logan McAnsh <logan@mcan.sh> * test: use family 0 Signed-off-by: Logan McAnsh <logan@mcan.sh> --------- Signed-off-by: Logan McAnsh <logan@mcan.sh>
Configuration menu - View commit details
-
Copy full SHA for 7f91c87 - Browse repository at this point
Copy the full SHA 7f91c87View commit details -
chore: Update version for release (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9cabb20 - Browse repository at this point
Copy the full SHA 9cabb20View commit details
Commits on Jul 12, 2023
-
fix: empty filename should not be treated as string (#28)
Co-authored-by: Jacob Ebey <jacob.ebey@live.com> Co-authored-by: Matt Brophy <matt@brophy.org>
Configuration menu - View commit details
-
Copy full SHA for cf9ee6f - Browse repository at this point
Copy the full SHA cf9ee6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4d588 - Browse repository at this point
Copy the full SHA 3e4d588View commit details
Commits on Aug 1, 2023
-
remove socket listeners on “abort” (#29)
Co-authored-by: Matt Brophy <matt@brophy.org>
Configuration menu - View commit details
-
Copy full SHA for 5d1e12a - Browse repository at this point
Copy the full SHA 5d1e12aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c6ce2 - Browse repository at this point
Copy the full SHA 43c6ce2View commit details -
chore: Update version for release (#37)
* chore: Update version for release * Standardize changelogs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <matt@brophy.org>
Configuration menu - View commit details
-
Copy full SHA for 4fc5047 - Browse repository at this point
Copy the full SHA 4fc5047View commit details
Commits on Aug 16, 2023
-
Fix headers.entries/values/forEach handling of setCookie (#39)
* Fix headers.entries/values/forEach handling of setCookie * Add changeset
Configuration menu - View commit details
-
Copy full SHA for f6ac353 - Browse repository at this point
Copy the full SHA f6ac353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68eadc6 - Browse repository at this point
Copy the full SHA 68eadc6View commit details -
chore: Update version for release (#41)
* chore: Update version for release * Update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <matt@brophy.org>
Configuration menu - View commit details
-
Copy full SHA for 5a3703c - Browse repository at this point
Copy the full SHA 5a3703cView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48e09a6 - Browse repository at this point
Copy the full SHA 48e09a6View commit details -
fix(fetch): bind
fetch
to Window object (#45)* fix: fetch called on non Window object (web-std#65) ``` TypeError: 'fetch' called on an object that does not implement interface Window. ``` * chore: add changeset --------- Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 8ea9e6c - Browse repository at this point
Copy the full SHA 8ea9e6cView commit details -
chore: Update version for release (#47)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 208877b - Browse repository at this point
Copy the full SHA 208877bView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3a1ffd - Browse repository at this point
Copy the full SHA d3a1ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807fc63 - Browse repository at this point
Copy the full SHA 807fc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 918efee - Browse repository at this point
Copy the full SHA 918efeeView commit details -
chore: Update version for release (pre) (#49)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5fa794 - Browse repository at this point
Copy the full SHA e5fa794View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff8f185 - Browse repository at this point
Copy the full SHA ff8f185View commit details -
Configuration menu - View commit details
-
Copy full SHA for e841853 - Browse repository at this point
Copy the full SHA e841853View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15868ef - Browse repository at this point
Copy the full SHA 15868efView commit details -
chore: Update version for release (#53)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4cdb8f - Browse repository at this point
Copy the full SHA d4cdb8fView commit details
Commits on Dec 5, 2023
-
Add support for HTTP2 pseudo headers (#55)
* fix(headers): do not depend on `http` for header name validation Node internally uses undici instead anyway * fix(headers): support HTTP2 pseudo-headers which begin with `:` e.g. `:authority`, `:method`, etc. * test(headers): check that pseudo-headers are allowed
Configuration menu - View commit details
-
Copy full SHA for 3986fb3 - Browse repository at this point
Copy the full SHA 3986fb3View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77b8f70 - Browse repository at this point
Copy the full SHA 77b8f70View commit details -
chore: Update version for release (pre) (#56)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2ec185 - Browse repository at this point
Copy the full SHA d2ec185View commit details -
Configuration menu - View commit details
-
Copy full SHA for bead326 - Browse repository at this point
Copy the full SHA bead326View commit details -
chore: Update version for release (#57)
* chore: Update version for release * Update changelog * Update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <matt@brophy.org>
Configuration menu - View commit details
-
Copy full SHA for a46bcdd - Browse repository at this point
Copy the full SHA a46bcddView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ce472d - Browse repository at this point
Copy the full SHA 6ce472dView commit details -
fix: Remove content-encoding header from already decompressed respons…
…es (#54) When the `compress` flag is set to true, the fetch implementation sends an Accept-Encoding header and decompresses the response. However, the decompressed body is put into a `Response` that still has a `Content-Encoding` that no longer matches the actual encoding of the body. This causes issues if this `Response` object is used downstream (i.e. sent back to a browser), and there is another attempt to decode the body based on the content-encoding header. Co-authored-by: Jacob Ebey <jacob.ebey@live.com>
Configuration menu - View commit details
-
Copy full SHA for 822a3c3 - Browse repository at this point
Copy the full SHA 822a3c3View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 050356b - Browse repository at this point
Copy the full SHA 050356bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8596e - Browse repository at this point
Copy the full SHA 7a8596eView commit details
Commits on Apr 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9590a5e - Browse repository at this point
Copy the full SHA 9590a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeac5aa - Browse repository at this point
Copy the full SHA eeac5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e85f4 - Browse repository at this point
Copy the full SHA 32e85f4View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.