Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run `yarn lint --fix` (#9013) | Samuel Newman | 2025-09-09 | 1 | -1/+1 |
| | |||||
* | [Persisted] Make broadcast subscriptions granular by key (#4874) | dan | 2024-08-06 | 1 | -1/+4 |
| | | | | | | | * Add fast path for guaranteed noop updates * Change persisted.onUpdate() API to take a key * Implement granular broadcast listeners | ||||
* | [Persisted] Fork web and native, make it synchronous on the web (#4872) | dan | 2024-08-06 | 1 | -0/+9 |
* Delete logic for legacy storage * Delete superfluous tests At this point these tests aren't testing anything useful, let's just get rid of them. * Inline store.ts methods into persisted/index.ts * Fork persisted/index.ts into index.web.ts * Remove non-essential code and comments from both forks * Remove async/await from web fork of persisted/index.ts * Remove unused return * Enforce that forked types match |