Skip to content

Commit

Permalink
0.0.45 -> 0.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jul 19, 2023
1 parent 0fbeed7 commit 69ce9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 0.0.46
* Add convenience `read` method to `createStreamingCache` for blocking (Suspense) reads
* Add `error` property to `createStreamingCache` values; `useStreamingValue` hook will now return the reason for a streaming failure

## 0.0.45
* `createStreamingCache` add convenience method `readAsync` for blocking (async) reads.
* Add convenience `readAsync` method to `createStreamingCache` for blocking (async) reads

## 0.0.44
* `createCache` and `createIntervalCache` methods `subscribeToStatus` renamed to `subscribe` and parameters changed to also include value or error
Expand Down
2 changes: 1 addition & 1 deletion packages/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suspense",
"version": "0.0.45",
"version": "0.0.46",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 69ce9e3

@vercel
Copy link

@vercel vercel bot commented on 69ce9e3 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.