Releases: HuolalaTech/react-query-kit
Releases · HuolalaTech/react-query-kit
1.4.1
24 Mar 07:08
Compare
Sorry, something went wrong.
No results found
1.4.0
23 Mar 12:23
Compare
Sorry, something went wrong.
No results found
1.3.7
28 Feb 10:22
Compare
Sorry, something went wrong.
No results found
Fix: Compatible with the RollupConfig of ReactQuery
Breaking Change: Rename Type CreateMutationResult to MutationHook
1.3.6
28 Jan 14:18
Compare
Sorry, something went wrong.
No results found
1.3.5
24 Jan 14:48
Compare
Sorry, something went wrong.
No results found
1.3.4
24 Jan 14:24
Compare
Sorry, something went wrong.
No results found
1.3.3
20 Jan 04:19
Compare
Sorry, something went wrong.
No results found
1.3.2
19 Jan 16:55
Compare
Sorry, something went wrong.
No results found
1.3.1
16 Dec 03:37
Compare
Sorry, something went wrong.
No results found
1.3.0
15 Dec 07:18
Compare
Sorry, something went wrong.
No results found
feat: inferVariables & inferData
import { inferVariables , inferData } from 'react-query-kit'
type Variables = inferVariables < typeof usePost >
type Data = inferData < typeof usePost >