You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tiered store support (#127)
* Initial tiered store support.
* Remove cljs compilation warnings with type hints for indexeddb and file store.
* Fix args, cleanup.
* Fix format.
* Complete first iteration of tiered store.
* Update README.
* Add write hooks support.
* Fix format.
* Add docs.
* feat(tiered): add multi-dissoc support to TieredStore and improve test coverage (#130)
- Implement in to satisfy protocol.
- Refactor tiered store tests:
- Move tests from and to platform-specific test files:
-
-
-
-
- Delete obsolete and .
- Fix build configuration:
- Update to exclude from CI/Karma builds to prevent browser environment errors.
- Ensure and correctly guard access for Node.js compatibility.
* Fix format.
---------
Co-authored-by: pkpkpk <pkpkpk@users.noreply.github.com>