build: bump versions for upcoming v0.2.0 & add changelog

This commit is contained in:
Kingkor Roy Tirtho
2022-08-07 13:58:25 +06:00
parent bd70d2800f
commit c02f42a31a
5 changed files with 19 additions and 7 deletions
+13 -1
View File
@@ -1,4 +1,16 @@
v0.1.0
## v0.2.0
### 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`
- Optimistic updates are now context driven
## v0.1.0
Initial Release