17 lines
408 B
Markdown
17 lines
408 B
Markdown
## 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
|
|
|
|
- `useQuery` for binding the `Query` & `QueryJob` data to the UI layer of the application
|
|
- `useMutation` for binding the `Mutation` & `MutationJob` operations to the UI layer of the application
|
|
|
|
|