fuery_core 0.2.2
fuery_core: ^0.2.2 copied to clipboard
Asynchronous state management core library that helps implements the server side state management
0.2.2 #
- fix: The type error for
getQueryData
has been resolved.
0.2.1 #
- fix: include export
QueryStatus
,MutationStatus
andFetchStatus
0.2.0 #
- feat:
QueryStatus
getters added inQueryResult
isSuccess
,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:
InfiniteQuery
usage
0.0.2 #
- docs: update dependencies and license.
0.0.1 #
- chore: Fuery core pre release.