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
5 changes: 0 additions & 5 deletions .changeset/alpine-framework-adapter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lit-framework-adapter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pinia-source-adapter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/redux-source-adapter.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @stainless-code/persist

## 0.3.0

### Minor Changes

- [#34](https://github.com/stainless-code/persist/pull/34) [`470ef1d`](https://github.com/stainless-code/persist/commit/470ef1dfbd702c506674b6639d14f26acf921dc2) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add Alpine framework adapter (`./frameworks/alpine`) — `useHydrated` + `$hydrated` plugin over `HydrationSignal`.

- [#34](https://github.com/stainless-code/persist/pull/34) [`470ef1d`](https://github.com/stainless-code/persist/commit/470ef1dfbd702c506674b6639d14f26acf921dc2) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add Lit `HydrationController` framework adapter (`./frameworks/lit`).

- [#31](https://github.com/stainless-code/persist/pull/31) [`f7d4abc`](https://github.com/stainless-code/persist/commit/f7d4abcbb39c1f7c4d4ec0a63324188ec5d85c60) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add first-party Pinia source adapter (`./sources/pinia`) with shape-named `persistStore` over `persistSource`.

- [#31](https://github.com/stainless-code/persist/pull/31) [`f7d4abc`](https://github.com/stainless-code/persist/commit/f7d4abcbb39c1f7c4d4ec0a63324188ec5d85c60) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add first-party Redux source adapter (`./sources/redux`) with `persistStore` and companion `persistableReducer` (classic + RTK).

## 0.2.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": "@stainless-code/persist",
"version": "0.2.1",
"version": "0.3.0",
"description": "Hydration-aware persistence for any reactive store — zero-dep persistSource core; codecs, backends, cross-tab transport, source + framework hydration adapters ship as opt-in recipes",
"keywords": [
"alpine",
Expand Down
2 changes: 1 addition & 1 deletion skills/tanstack-store/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Persist a @tanstack/store Store or writable Atom with @stainless-co
license: MIT
metadata:
library: "@stainless-code/persist"
library_version: "0.2.1"
library_version: "0.3.0"
framework: "tanstack-store"
sources:
- README.md
Expand Down
Loading