Skip to content

Commit

Permalink
Version Packages (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 1, 2023
1 parent 7b0d1ae commit 50ff06b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-pigs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-frogs-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-lizards-impress.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 50ff06b

Please sign in to comment.