Skip to content

Releases: Kong/swrv

bugfix: reset error

12 Oct 13:46
Compare
Choose a tag to compare

bugfix isValidating state

17 Sep 14:28
Compare
Choose a tag to compare

isValidating state was stuck true when a request was deduped. Fixed in #84

bugfix: dedupingInterval Vue 2.x + Vue 3 rc11

15 Sep 23:40
Compare
Choose a tag to compare

Fixes #76

Published for Vue 3 as well [email protected]. Bump Vue 3 to latest *.rc-11

bugfix, document visible timing

14 Aug 04:19
Compare
Choose a tag to compare

v0.7.2 bugfix

27 Jul 18:14
5cd9685
Compare
Choose a tag to compare

v0.7.1 bugfix

15 Jul 15:04
Compare
Choose a tag to compare

Fixes #58 Thanks to @bnason for spotting!

v0.7.0 bugfixes, rename to mutate

08 Jul 13:39
ab3e105
Compare
Choose a tag to compare

Rename revalidate to mutate, as well as TTL bugfixes. Welcome @NeoLSN as a new contributor!

From #56

v0.6.0 timer cache, bugfix

27 Jun 23:13
Compare
Choose a tag to compare

Removes getter eviction by implementing cache invalidation via setTimeout, and should decrease memory usage overall.

re: #51, #52

v0.5.1 bugfix fetcher-less across components

20 Jun 22:06
Compare
Choose a tag to compare

bug with fetcherless swrv instances not working across component instances. From #50

v0.5.0 Add fetcher as optional

20 Jun 18:13
Compare
Choose a tag to compare

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!