build: changelog update

This commit is contained in:
Kingkor Roy Tirtho
2022-08-07 14:04:21 +06:00
parent c02f42a31a
commit 3b2e75272b
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
- Support for `refetchOnMount`. Now query will be refetched when a new widget is mounted.
### Improvements
- Only one Query & Mutation instance in `QueryBuilder` & `MutationBuilder`
- Only one Query & Mutation instance in `QueryBuilder` & `MutationBuilder` which reduces memory usage
- Optimistic updates are now context driven
+8
View File
@@ -1,3 +1,11 @@
## 0.2.0
### New
- Support Paginated/Lagged Query using `keepPreviousData`
### Improvements
- Only one Query & Mutation instance in `useQuery` & `useMutation` reducing memory usage
## 0.1.0
Initial Release