diff --git a/.changeset/breezy-pigs-flow.md b/.changeset/breezy-pigs-flow.md deleted file mode 100644 index fcb66f5..0000000 --- a/.changeset/breezy-pigs-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': minor ---- - -Support for ReadableStream with R2 `.put(...)`, and `.get(...).body`. diff --git a/.changeset/mean-frogs-kick.md b/.changeset/mean-frogs-kick.md deleted file mode 100644 index 8ac0160..0000000 --- a/.changeset/mean-frogs-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': minor ---- - -Transforms functions from responses when making calls in the proxy, instead of needing further HTTP calls to read their value. Support for handling binding calls that return accessors for `arrayBuffer()`, `blob()`, `text()`, `json()`, `body` + `bodyUsed`. diff --git a/.changeset/modern-lizards-impress.md b/.changeset/modern-lizards-impress.md deleted file mode 100644 index 155ae86..0000000 --- a/.changeset/modern-lizards-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cf-bindings-proxy': patch ---- - -Return array responses instead of creating a new proxy for the response. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6463df4..96f5a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # cf-bindings-proxy +## 0.5.0 + +### Minor Changes + +- d87efba: Support for ReadableStream with R2 `.put(...)`, and `.get(...).body`. +- d87efba: Transforms functions from responses when making calls in the proxy, instead of needing further HTTP calls to read their value. Support for handling binding calls that return accessors for `arrayBuffer()`, `blob()`, `text()`, `json()`, `body` + `bodyUsed`. + +### Patch Changes + +- 7b0d1ae: Return array responses instead of creating a new proxy for the response. + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index aafbb45..9260abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-bindings-proxy", - "version": "0.4.1", + "version": "0.5.0", "description": "Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages", "license": "MIT", "author": "James",