Skip to content

Releases: HuolalaTech/react-query-kit

1.5.2

12 Sep 14:51

Choose a tag to compare

1.5.1

11 Sep 02:24

Choose a tag to compare

fix: remove middleware's log
docs: optimize middleware's doc

1.5.0

10 Sep 12:57

Choose a tag to compare

  1. feat: support middleware
  2. feat: add new exposed method getFetchOptions
  3. other: useDefaultOptions is not supported

1.4.9

19 Aug 20:02

Choose a tag to compare

1.4.7

16 Aug 17:12

Choose a tag to compare

1.4.6

04 Aug 10:42

Choose a tag to compare

feat: createImmutableQuery helps disable all automatic re-requests.
feat: createSuspenseQuery and createSuspenseInfiniteQuery help to set option suspense to true and have better Typescript type inference.

1.4.5

22 May 10:07

Choose a tag to compare

feat: return variables from custom hook
fix: passed wrong param data to function enabled of createInfiniteQuery
test: more test cases

1.4.4

26 Apr 02:29

Choose a tag to compare

1.4.3

26 Apr 01:56

Choose a tag to compare

1.4.2

24 Apr 07:34

Choose a tag to compare

feat: compatible with react-query v5
feat: add type util inferFnData