Releases: 41y08h/fquery
Releases · 41y08h/fquery
v1.5.0-beta.1
1.5.0-beta.1
- Bug fix: retry count and retry delay parameters not working
- Bug fix: default values not working for retry count and retry delay
- New feature:
QueryClientBuilder
widget - New feature:
QueryClient.removeQueries
method - Bug fix:
QueryClient.setQueryData
to build new query if it doesn't exist - Bug fixes: general
v1.4.0-beta.1
1.4.0-beta.1
- Bug fixes
- Expose
isInvalidated
andisRefetchEror
in result ofuseQuery
anduseInfiniteQuery
v1.3.2-beta.2
1.3.2-beta.2
- Bug fix (re-fix): Rebuild error when navigating between screens with the same useQuery
v1.3.1-beta.2
1.3.1-beta.2
- Remove unused import in code
v1.3.1-beta.1
1.3.1-beta.1
- Bug fix: Rebuild error when navigating between screens with the same useQuery
v1.3.0-beta.1
1.3.0-beta.1
- New feature: Infinite queries with
useInfiniteQuery
v1.2.0-beta.1
1.2.0-beta.1
- New feature:
QueryBuilder
widget, can be used without extending the widget withHookWidget
- New feature:
MutationBuilder
widget, can be used without extending the widget withHookWidget
- New feature:
useQueries
hook, can be used to have dynamic parallel queries - New feature:
useIsFetching
hook, can be used to get the number of queries that are being fetched - New feature:
retryCount
andretryDelay
option is now available withuseQuery
/useQueries
- Bug fix: query didn't cancel when it was being fetched and enabled option changed to false
- Bug fix: indefinite loading state when there is an error and invalidate is called
v1.1.0-beta.1
1.1.0-beta.1
- New feature: Mutations
1.0.0-beta.5
1.0.0-beta.5
- Fix insecure (http) link in README
1.0.0-beta.4
1.0.0-beta.4
- Bug fix: enable option not working when changed to true
- Bug fix: when the child widget calls the same query the parent has, it triggers the rebuilding parent widget, and both stopped
- Docs: Improve it, add new sections - users, contributors, dependent query, and more
- Update dependencies