Skip to content

Commit

Permalink
0.0.12 -> 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Mar 6, 2023
1 parent 007cc04 commit 0222587
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ APIs to simplify data loading and caching. Primarily intended for use with [Reac
### ⚠️ Considerations

1. Suspense is an experimental, pre-release feature; **these APIs will change** along with React.
1. This library has been optimized for applications like [Replay.io](https://replay.io) that lazy load **read-only data** during a session. Functionality like _mutation_ ([issues 7](https://github.com/bvaughn/suspense/issues/7)) and memory management ([issues 9](https://github.com/bvaughn/suspense/issues/7)) are still being considered.
1. This package depends on `react@experimental` and `react-dom@experimental` versions.

---

Expand Down
2 changes: 2 additions & 0 deletions packages/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.0.13
* Add `useCacheMutation` hook with support for sync and async cache mutations.
* Add `evictAll` API to all cache types.
* Added dependency on React `experimental` release channel (required for mutation/invalidation support).

## 0.0.12
* Fixed external dependency version.
Expand Down
2 changes: 1 addition & 1 deletion packages/suspense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ APIs to simplify data loading and caching. Primarily intended for use with [Reac
### ⚠️ Considerations

1. Suspense is an experimental, pre-release feature; **these APIs will change** along with React.
1. This library has been optimized for applications like [Replay.io](https://replay.io) that lazy load **read-only data** during a session. Functionality like _mutation_ ([issues 7](https://github.com/bvaughn/suspense/issues/7)) and memory management ([issues 9](https://github.com/bvaughn/suspense/issues/7)) are still being considered.
1. This package depends on `react@experimental` and `react-dom@experimental` versions.

---

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.12",
"version": "0.0.13",
"description": "Utilities for working with React suspense",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit 0222587

@vercel
Copy link

@vercel vercel bot commented on 0222587 Mar 6, 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.