Skip to content

0.8.324

Choose a tag to compare

@TimoKramer TimoKramer released this 04 Dec 04:11
247e75b
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>