Skip to content

Releases: DamianOsipiuk/vue-query

v1.20.1

01 Apr 20:45
19070d6
Compare
Choose a tag to compare

1.20.1 (2022-04-01)

Bug Fixes

  • queryClient: properly infer function type (#158) (19070d6)

v1.20.0

18 Mar 22:53
c13a1e3
Compare
Choose a tag to compare

1.20.0 (2022-03-18)

Features

  • reactivity aware wrappers for queryClient, queryCache and mutationCache (#144) (c13a1e3)

v1.19.3

16 Mar 21:27
b06bd0a
Compare
Choose a tag to compare

1.19.3 (2022-03-16)

Bug Fixes

  • types: remove vue3 only type reference (#147) (b06bd0a)

v1.19.2

04 Mar 10:42
e8a0c5e
Compare
Choose a tag to compare

1.19.2 (2022-03-04)

Bug Fixes

  • devtools: circular ref on observer stringify (#134) (e8a0c5e)

v1.19.1

15 Feb 07:50
59345c1
Compare
Choose a tag to compare

1.19.1 (2022-02-15)

Bug Fixes

  • cloneDeepUnref: properly unwrap ref with undefined value (#126) (59345c1)

v1.19.0

22 Jan 22:28
Compare
Choose a tag to compare

1.19.0 (2022-01-22)

Features

  • plugin: replace useQueryProvider with VueQueryPlugin (#116) (6f46431)

v1.18.1

21 Jan 15:27
4d43dcd
Compare
Choose a tag to compare

1.18.1 (2022-01-21)

Bug Fixes

  • externalize deps, deduplicate build output (#115) (4d43dcd)

v1.18.0

18 Jan 11:19
1f74353
Compare
Choose a tag to compare

1.18.0 (2022-01-18)

Features

  • useQuery, useInfiniteQuery: deep watch for reactive arguments, deep unref options (#111) (1f74353)

v1.17.0

14 Jan 08:17
d1a5882
Compare
Choose a tag to compare

1.17.0 (2022-01-14)

Features

  • useQuery: make query options reactive by default (#109) (d1a5882)

v1.16.2

11 Jan 09:07
bceb408
Compare
Choose a tag to compare

1.16.2 (2022-01-11)

Bug Fixes

  • useQueries: fix handling of queries update. Accept Ref as an argument (#105) (bceb408)