Skip to content

Commit

Permalink
0.0.40 -> 0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jun 27, 2023
1 parent 36fb6d8 commit 89d1690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.41
* `useImperativeCacheValue` supports async mutations made with `useCacheMutation`; (specifically, it returns a previously resolved value when status is _pending_ due to a mutation).

## 0.0.40
* Added opt-in debug logging per cache (`enableDebugLogging` config) as well as globally (`enableDebugLogging` export) for development builds.
* Add (DEV-only) warning to `createIntervalCache` and `createStreamingCache` for non-unique cache keys– specifically warning about the key containing an `Object` case as a string.
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.40",
"version": "0.0.41",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 89d1690

@vercel
Copy link

@vercel vercel bot commented on 89d1690 Jun 27, 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.