Skip to content

Releases: stargazers-co-ltd/swr-loader

swr-loader@0.3.2

21 Sep 08:50
Compare
Choose a tag to compare

Patch Changes

  • Docs: move readme to package so it shows on npm

swr-loader@0.3.1

21 Sep 08:47
Compare
Choose a tag to compare

Patch Changes

  • Add documentation for memory adapter; fix import paths to reflect newest changes

swr-loader@0.3.0

21 Sep 08:34
Compare
Choose a tag to compare

Minor Changes

  • Add memory adapter, fix zustand adapter setting logic

v0.2.1

16 Sep 17:11
Compare
Choose a tag to compare

Patch Changes

  • Fix package export reference to /react

v0.2.0

16 Sep 17:05
Compare
Choose a tag to compare

Minor Changes

  • 06000b4: Moved SWR component to swr-loader/react
  • 06000b4: Implement zustand adapter

Patch Changes

  • 06000b4: Remove unused clear function from adapter configuration

v0.1.3

16 Sep 16:08
Compare
Choose a tag to compare

Patch Changes

  • e2e49da: Fix: status would be missing for non-revalidated fresh responses
  • 579f90b: Docs: added Note about awaiting swr inside loaders
  • e2e49da: Add example for vite + react

v0.1.2

15 Sep 15:35
Compare
Choose a tag to compare

Patch Changes

  • Added setup docs

v0.1.1

15 Sep 15:10
Compare
Choose a tag to compare

Patch Changes

  • Fix: expose idb adapter, minify code

v0.1.0

15 Sep 14:34
Compare
Choose a tag to compare

Minor Changes

  • Initial implementation of swr and idb adapter