- Updated dependencies [
ebe56f3
]:
- #1881
ccbc2e3
, #21173ef38b8
Thanks @jungwoo3490, @lukasedw! - Implements useInfiniteQuery() in openapi-react-query
-
#2120
efea325
Thanks @drwpow! - Fix minor type error with latest version of TanStack Query -
#2061
6871e73
Thanks @kevmo314! - Drop init argument when not needed in query key -
#2114
0c35b32
Thanks @kerwanp! - #2098: Fix CJS type issues by pointing to proper d.ts file -
#1945
248195d
Thanks @freshgiammi! - Add MethodResponse to get the return type of an endpoint from anOpenapiQueryClient
client. -
Updated dependencies []:
- #2105
af0e72f
Thanks @HagenMorano! - #1845: The return value of theselect
property is now considered when inferring thedata
type.
- Updated dependencies [
5935cd2
]:
Refresh of 0.2.7; corrupted package
- Updated dependencies [
7081842
]:
- Updated dependencies [
35c576c
]:
- #1975
621792f
Thanks @HugeLetters! - - Fixed empty value check in queryFn: only throws error for undefined, other falsy values are allowed- Fixed empty value check in mutationFn: allow falsy values
-
#1952
455b735
Thanks @zsugabubus! - Fix return type inference forqueryOptions()
when used insideuseQuery
oruseSuspenseQuery
. -
#1952
455b735
Thanks @zsugabubus! - NarrowqueryFn
returned byqueryOptions()
to be a function.
- Updated dependencies [
06163a2
]:
- Updated dependencies [
abfad56
]:
- Updated dependencies [
d14aa65
]:
- #1858
29bd162
Thanks @zsugabubus! - IntroducequeryOptions
that can be used as a building block to integrate withuseQueries
/fetchQueries
/prefetchQueries
… etc.
- Updated dependencies [
e39d11e
]:
- Updated dependencies [
efaa1e2
]:
-
#1864
899b157
Thanks @zsugabubus! - Pass down signal to fetch function this wayuseQuery
anduseSuspenseQuery
can cancel queries. -
Updated dependencies []:
- Updated dependencies [
b893c44
]:
-
#1833
cec023d
Thanks @ngraef! - Fix identification of required properties whenstrictNullChecks
is disabled
- Updated dependencies [
a956d5d
]:
- #1814
2a044d0
Thanks @yoshi2no! - feat: Allow passing a queryClient as an argument to theuseQuery
,useMutation
, anduseSuspenseQuery
methods
- Updated dependencies [
7698546
]:
- Updated dependencies [
bcc9222
]: