Releases: Kong/swrv
Releases · Kong/swrv
bugfix: reset error
Thanks to @charshin for the fix!
@vue/composition-api
: [email protected]
[email protected]
: [email protected]
bugfix isValidating state
isValidating state was stuck true
when a request was deduped. Fixed in #84
bugfix: dedupingInterval Vue 2.x + Vue 3 rc11
Fixes #76
Published for Vue 3 as well [email protected]
. Bump Vue 3 to latest *.rc-11
bugfix, document visible timing
Bugfix:
v0.7.2 bugfix
Bugfix #65
v0.7.1 bugfix
v0.7.0 bugfixes, rename to mutate
v0.6.0 timer cache, bugfix
v0.5.1 bugfix fetcher-less across components
bug with fetcherless swrv instances not working across component instances. From #50
v0.5.0 Add fetcher as optional
Adds fetcher as optional to serve from cache only without revalidation. See https://github.com/Kong/swrv#serve-from-cache-only for more information.
Fixes #48
Thanks to @NeoLSN for the issue!