856 B
856 B
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.0 (2022-09-23)
New
InfiniteQuerysupport
Improvement
- More efficient
QueryBowlbecause it's now a class instead of a StatefulWidget - Listeners are updated lazily now
0.2.0
New
- Support Paginated/Lagged Query using
keepPreviousData
Improvements
- Only one Query & Mutation instance in
useQuery&useMutationreducing memory usage
0.1.0
Initial Release
useQueryfor binding theQuery&QueryJobdata to the UI layer of the applicationuseMutationfor binding theMutation&MutationJoboperations to the UI layer of the application