Skip to content

Releases: HuolalaTech/react-query-kit

1.4.1

24 Mar 07:08

Choose a tag to compare

1.4.0

23 Mar 12:23

Choose a tag to compare

  1. Breaking Change: can only support Object Syntax
  2. Feature: add new option useDefaultOptions

1.3.7

28 Feb 10:22

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

Choose a tag to compare

1.3.5

24 Jan 14:48

Choose a tag to compare

1.3.4

24 Jan 14:24

Choose a tag to compare

1.3.3

20 Jan 04:19

Choose a tag to compare

1.3.2

19 Jan 16:55

Choose a tag to compare

1.3.1

16 Dec 03:37

Choose a tag to compare

1.3.0

15 Dec 07:18

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>