chore: bump version of both packages and generate CHANGELOG
docs(README): mention newest feature
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.3.0](https://github.com/KRTirtho/fl-query/compare/v0.2.0...v0.3.0) (2022-09-23)
|
||||
|
||||
|
||||
### New
|
||||
|
||||
* `InfiniteQuery` support
|
||||
|
||||
### Improvement
|
||||
|
||||
* More efficient `QueryBowl` because it's now a class instead of a StatefulWidget
|
||||
* Listeners are updated lazily now
|
||||
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### New
|
||||
@@ -12,5 +29,3 @@ 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
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: fl_query_hooks
|
||||
description: Elite flutter_hooks compatible library for fl_query, the Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
homepage: https://fl-query.vercel.app
|
||||
|
||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||
@@ -16,7 +16,7 @@ dependencies:
|
||||
sdk: flutter
|
||||
flutter_hooks: ^0.18.5+1
|
||||
uuid: ^3.0.6
|
||||
fl_query: ^0.2.0
|
||||
fl_query: ^0.3.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
Reference in New Issue
Block a user