Skip to content

Releases: ehmpathy/with-remote-state-caching

with-remote-state-caching v1.2.0

25 Nov 16:05
aae5fcf
Compare
Choose a tag to compare

Features

  • context: allow user to specify default (de)serialization at context level (94efac8)

with-remote-state-caching v1.1.0

24 Nov 22:18
e62a9ab
Compare
Choose a tag to compare

Features

  • context: allow specifying default key serialization method at context level (767b7ce)

with-remote-state-caching v1.0.1

24 Nov 21:46
93d7874
Compare
Choose a tag to compare

Bug Fixes

  • exports: actually export the utilities (0c2eb89)

with-remote-state-caching v1.0.0

24 Nov 21:24
72d2fa0
Compare
Choose a tag to compare

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)