Releases: Kong/swrv
v0.4.0 composition-api 0.6.x support, backward compatibility
Added fix to watcher for support with 0.6.x and was able to get 0.5.x backwards compatibility support and added tests to CI so the source code and npm versions don't have to split.
Fixes #46
🖖🏻 3️⃣ Vue 3 support
- added
next
branch with Vue 3 support for swrv. - Added Vue 3 support by removing the SSR implementation.
- Added Vite example and added to readme
- Go play around here! https://github.com/Kong/swrv/tree/next/examples/vite
- Using latest vue-test-utils-next
v0.3.2 bugfix
Fixes #38 where nuxt hydration wasn't working with function keys
v0.3.1 bugfixes, add serverTTL, default TTL to 5min, improve types
v0.3.0 bugfixes, peer dependency update
Fixed race condition on refs being updated when the cache key is updated #24
Update required peer dependency to be 0.5.0.
0.2.0
0.1.1
This is a retag of 0.1.0-16
, since we should move out of pre-release versioning and move into <1.0.0.
swrv
is being used to prototype data fetching in apps internally at kong, but @atinux helped get this release up with a working nuxt demo and wrote most of the code to get it working. Thanks Sébastien! We also have a logo now thanks to @chuca so excited to see swrv start to get some collaborators!