All Versions
32
Latest Version
Avg Release Cycle
12 days
Latest Release
1490 days ago

Changelog History
Page 2

  • v1.5.15-next

    February 18, 2020
  • v1.5.14 Changes

    January 08, 2020

    Fixes

    • replace suspense global cache with cache from client - #66
  • v1.5.13 Changes

    December 22, 2019

    Improvements

    • ➕ add default value to createClient - #63
  • v1.5.12 Changes

    October 16, 2019

    Improvements

    • typings for return value of useMutationHook - #59
  • v1.5.11 Changes

    October 08, 2019

    Features

    • 👍 allow to set query response type in action (it allows to handle file responses etc) #56
  • v1.5.10 Changes

    October 02, 2019

    Features

    • 👍 allow to use custom fetch implementation (added example with axios) #46
  • v1.5.9

    September 10, 2019
  • v1.5.8 Changes

    September 06, 2019

    Bugfixes

    • query function from useQuery was created on every render
  • v1.5.7 Changes

    August 31, 2019

    Improvements

    • 🖐 Handle race conditions in useQuery, useMutation hooks
    • 👍 Allow to abort pending requests in useQuery, useMutation hooks
  • v1.5.6 Changes

    August 29, 2019

    Fixes

    • Closes #48 - fix caching responses when interceptors are used