fuery_core 0.3.2
fuery_core: ^0.3.2 copied to clipboard
Server state caching for Dart: queries, infinite queries, and mutations with request deduplication, retries, and background refetching.
0.3.2 #
- No changes. Released together with
fuery0.3.2.
0.3.1 #
- Link the documentation site at https://galaxykhh.github.io/fuery/.
0.3.0 #
- Rewrite the core around
QueryClient,QueryCache, and observers. Most APIs changed; see the README. - Add retries with backoff, cancellation, pausing while offline, placeholder data, structural sharing, mutation scopes,
client.query, andclient.infiniteQuery. - Replace
rxdartwithclock,collection, andmeta.
0.2.2 #
- fix: The type error for
getQueryDatahas been resolved.
0.2.1 #
- fix: include export
QueryStatus,MutationStatusandFetchStatus
0.2.0 #
- feat:
QueryStatusgetters added inQueryResultisSuccess,isPending,isFetching,isLoading,isRefetching,isError - test: Tests for the following items have been added.
FetchStatus,QueryStatus,MutationStatus,Cacheable,QueryState,QueryResult
0.1.0 #
- docs: utils documentations
- fix: export typedefs
0.0.5 #
- docs: add examples.
0.0.4 #
- docs: update some basic descriptions.
0.0.3 #
- feat:
InfiniteQuery - docs:
InfiniteQueryusage
0.0.2 #
- docs: update dependencies and license.
0.0.1 #
- chore: Fuery core pre release.