Releases: logaretm/villus
Releases Β· logaretm/villus
v1.0.0-alpha.13
π Breaking Changes
- use a thenable object instead of
suspend
function onuseQuery
, now you can suspend theuseQuery
by usingawait
(abd7162) - renamed
done
,fetching
,paused
toisDone
,isFetching
, andisPaused
on queries, subscriptions, and mutations components slot props and props returned from their composable counterparts to better reflect their type (ef0a414)
v1.0.0-alpha.9
v1.0.0-alpha.12
π Bugs
- fix: correctly use
vue-demi
for a util function that broke Vue 2 compatibility (ee06e64)
v1.0.0-alpha.11
π Types
- fix
useQuery
not typingdata
value correctly (b509e6a)
v1.0.0-alpha.10
π Types
- fixed
useQuery
not typing variables correctly (b53e7f2)
v1.0.0-alpha.8
v1.0.0-alpha.7
β¨ New Features
Added withProvider
helper to the Vue 3 release line
v1.0.0-alpha.6
fixed: Query batching producing incorrect results #26
v0.4.2
v1.0.0-alpha.5
- Updated usage to accommodate breaking changes in
[email protected]
to thewatch
API useClient
now returns the client instance.- Use
@microsoft/api-extractor
to bundle the typings.d.ts
rollup.