Skip to content

Releases: Kong/swrv

bugfix, isValidating on null key

02 Jul 23:16
Compare
Choose a tag to compare

From #195

Other changes:

  • improved error message for top level #134
  • update type #151

bugfix, next

29 Jan 18:39
Compare
Choose a tag to compare

#128

Thanks to @santicros for filing the bug!

bugfix

29 Jan 18:40
Compare
Choose a tag to compare

#128

Thanks to @santicros for filing the bug!

🍒 cherry-picking releases

06 Jan 15:52
Compare
Choose a tag to compare

minor update, refreshInterval fix

06 Jan 14:44
Compare
Choose a tag to compare

bugfix, localStorage

21 Dec 16:55
Compare
Choose a tag to compare

default fetcher, localStorage cache adapter

21 Dec 16:54
Compare
Choose a tag to compare

Adds Fetch API as the default fetcher, parity with swr
Adapts SWRVCache slightly and adds first code built-in cache adapter LocalStorageCache. Also updates configs to allow for client defined webPresets e.g. isOnline, isDocumentVisible etc. to have parity with swr codebase.

#123
#120

improve types, update v3 beta parity with main

05 Dec 04:16
Compare
Choose a tag to compare

Latest swrv + @vue/composition-api

  • remove tslib as dep #114
  • remove optional data?, error? as they are always defined since they are Refs #115

Vue 3 version updated with all latest features cherry-picked into next

  • error retries 830ac4c
  • array/object as key 9096919
  • revaliate on mutate 415f8eb
  • ts paths f3ad412
  • tsc target to es5 ce75e60
  • remove tslib as dep 05ffc66
  • remove optional data?, error? as they are always defined since they are Refs

remove ts paths alias and target es5

06 Nov 22:29
Compare
Choose a tag to compare

Fixes #103

Thanks to @solufa for the contribution!

v0.8.0

20 Oct 02:35
Compare
Choose a tag to compare
  • Error retries #94
  • Array/object as argument: #55
  • Fix typing of mutate #87