Skip to content

Releases: HuolalaTech/react-query-kit

1.5.0

10 Sep 12:57
Compare
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
Compare
Choose a tag to compare

1.4.7

16 Aug 17:12
Compare
Choose a tag to compare

1.4.6

04 Aug 10:42
Compare
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
Compare
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
Compare
Choose a tag to compare

1.4.3

26 Apr 01:56
Compare
Choose a tag to compare

1.4.2

24 Apr 07:34
Compare
Choose a tag to compare

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

1.4.1

24 Mar 07:08
Compare
Choose a tag to compare

1.4.0

23 Mar 12:23
Compare
Choose a tag to compare
  1. Breaking Change: can only support Object Syntax
  2. Feature: add new option useDefaultOptions