Skip to content

v0.2.0

Compare
Choose a tag to compare
@KRTirtho KRTirtho released this 07 Aug 08:07
· 129 commits to main since this release

New 🎉

  • Paginated/Lagged Query support using QueryJob's keepPreviousData
  • Mutation event context (returned data from onMutate available in onData & onError)
  • Support for refetchOnMount. Now query will be refetched when a new widget is mounted.

Improvements 📈

  • Only one Query & Mutation instance in QueryBuilder, MutationBuilder, useQuery & useMutation which reduces memory usage
  • Optimistic updates are now context driven

What's Changed

Full Changelog: v0.1.0...v0.2.0