Releases: ehmpathy/with-remote-state-caching
Releases · ehmpathy/with-remote-state-caching
with-remote-state-caching v1.2.0
Features
- context: allow user to specify default (de)serialization at context level (94efac8)
with-remote-state-caching v1.1.0
Features
- context: allow specifying default key serialization method at context level (767b7ce)
with-remote-state-caching v1.0.1
Bug Fixes
- exports: actually export the utilities (0c2eb89)
with-remote-state-caching v1.0.0
Features
- context: define cache at context level, to ensure all fns share same cache for interactions (5cf727b)
- init: with-remote-state-caching working for query caching (d74288d)
- triggers: support adding invalidation and update triggers to queries (565f1dd)
Bug Fixes
- triggers: get valid keys of cache directly from cache (9283643)