Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/bright-seals-cheat.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mcrovero/effect-react-cache

## 0.2.4

### Patch Changes

- [#7](https://github.com/mcrovero/effect-react-cache/pull/7) [`f66541d`](https://github.com/mcrovero/effect-react-cache/commit/f66541d139f81340f40474b7cb886c88a14c3ec1) Thanks @mcrovero! - Fix `reactCache` to preserve full `Exit` information, including falsy values and composed causes, instead of collapsing failures into a lossy intermediate shape.

Clarify the React and Next.js caching semantics in the docs and add real Next.js integration coverage for request scoping, cross-component deduplication, and non-render route-handler behavior.

## 0.2.3

### 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": "@mcrovero/effect-react-cache",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"packageManager": "pnpm@9.10.0",
"license": "MIT",
Expand Down