1.0.55 - The optimistic update
BREAKING CHANGES
refetch()
now cancels ongoing requests (unless it's an optimistic update)update()
no longer throws on error, it just mutates the state with the error (you can still check for error by checking the returned state)
CHANGES
handle.aborter
is now available on optimistic updateshandle.optimistic
is now available to tell whether the ongoing request is optimistic- Lot of bug fixes and behaviour fixes