Skip to content

Releases: logaretm/villus

v1.0.0-alpha.13

23 Sep 01:58
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

πŸ’€ Breaking Changes

  • use a thenable object instead of suspend function on useQuery, now you can suspend the useQuery by using await (abd7162)
  • renamed done, fetching, paused to isDone, isFetching, and isPaused 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

23 Sep 01:52
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

πŸ‘• Types

  • Make useMutation variables optional (534c460)

πŸ†• Features

  • added simple overloads for useQuery and useMutations (fbcd4ce)

v1.0.0-alpha.12

23 Sep 01:55
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

πŸ› Bugs

  • fix: correctly use vue-demi for a util function that broke Vue 2 compatibility (ee06e64)

v1.0.0-alpha.11

23 Sep 01:54
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

πŸ‘• Types

  • fix useQuery not typing data value correctly (b509e6a)

v1.0.0-alpha.10

23 Sep 01:53
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

πŸ‘• Types

  • fixed useQuery not typing variables correctly (b53e7f2)

v1.0.0-alpha.8

23 Sep 01:49
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Now villus supports both Vue 2 and 3 using the awesome vue-demi project, releases will keep updating both until the Vue ecosystem is comfortable at 3.x

πŸ›

  • fix: prefer function slots for better performance (#42) thanks to @onx2

v1.0.0-alpha.7

12 Sep 23:11
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

✨ New Features

Added withProvider helper to the Vue 3 release line

v1.0.0-alpha.6

16 May 21:34
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

fixed: Query batching producing incorrect results #26

v0.4.2

16 May 21:34
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

fixed: Query batching producing incorrect results #26

v1.0.0-alpha.5

22 Feb 20:34
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release
  • Updated usage to accommodate breaking changes in [email protected] to the watch API
  • useClient now returns the client instance.
  • Use @microsoft/api-extractor to bundle the typings .d.ts rollup.