Skip to content

Releases: HuolalaTech/react-query-kit

1.3.7

28 Feb 10:22
Compare
Choose a tag to compare
  1. Fix: Compatible with the RollupConfig of ReactQuery
  2. Breaking Change: Rename Type CreateMutationResult to MutationHook

1.3.6

28 Jan 14:18
Compare
Choose a tag to compare

1.3.5

24 Jan 14:48
Compare
Choose a tag to compare

1.3.4

24 Jan 14:24
Compare
Choose a tag to compare

1.3.3

20 Jan 04:19
Compare
Choose a tag to compare

1.3.2

19 Jan 16:55
Compare
Choose a tag to compare

1.3.1

16 Dec 03:37
Compare
Choose a tag to compare

1.3.0

15 Dec 07:18
Compare
Choose a tag to compare

feat: inferVariables & inferData

import { inferVariables, inferData } from 'react-query-kit'

type Variables = inferVariables<typeof usePost>
type Data = inferData<typeof usePost>

1.2.13

22 Nov 06:13
Compare
Choose a tag to compare

1.2.12

14 Nov 11:05
Compare
Choose a tag to compare