Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async writable rewrite #73

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog #

notes:

- state store now always included
- all mapping load functions are rebounced by default
- if an async store loses all subscriptions and then gains one the mapping load function will always evaluate even if the inputs have not changed
- can't use stores to hold errors
- rebounce clear is now called abort

## 1.0.17 (2023-6-20)

- *BREAKING CHANGE* chore: rearrange dependencies to minimize installed package size
Expand All @@ -8,7 +16,7 @@

## 1.0.16 (2023-6-20)

- fix: moduleResoltion: NoodeNext support
- fix: moduleResoltion: NodeNext support
- feat: allow for custom storage types for persisted stores

## 1.0.15 (2023-2-27)
Expand Down
Loading