All Versions
32
Latest Version
Avg Release Cycle
12 days
Latest Release
1639 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.15-next
February 18, 2020 -
v1.5.14 Changes
January 08, 2020Fixes
- replace suspense global cache with cache from
client
- #66
- replace suspense global cache with cache from
-
v1.5.13 Changes
December 22, 2019Improvements
- โ add default value to
createClient
- #63
- โ add default value to
-
v1.5.12 Changes
October 16, 2019Improvements
- typings for return value of
useMutationHook
- #59
- typings for return value of
-
v1.5.11 Changes
October 08, 2019Features
- ๐ allow to set query response type in action (it allows to handle file responses etc) #56
-
v1.5.10 Changes
October 02, 2019Features
- ๐ allow to use custom fetch implementation (added example with axios) #46
-
v1.5.9
September 10, 2019 -
v1.5.8 Changes
September 06, 2019Bugfixes
query
function fromuseQuery
was created on every render
-
v1.5.7 Changes
August 31, 2019Improvements
- ๐ Handle race conditions in
useQuery
,useMutation
hooks - ๐ Allow to
abort
pending requests inuseQuery
,useMutation
hooks
- ๐ Handle race conditions in
-
v1.5.6 Changes
August 29, 2019Fixes
- Closes #48 - fix caching responses when interceptors are used