fquery_core 3.1.0
fquery_core: ^3.1.0 copied to clipboard
Core library used by fquery
3.0.0 #
- Initial version.
3.0.1 #
- Fix query cache notifications
3.0.2 #
- Fix
invalidateQueriesmethod to remove redundant loop
3.1.0 #
- Add public API docs
- Fix
maxPagesparameter not being assigned - Fix retry resolver attempts count
- Added new
isReadOnlyparamter to out-out of observers subscribing to cache. - Fix refetch routine didn't work for infinite queries (it only fetched it again and appended it, fixes #61)
- Fix retry didn't work for initial data fetch errors. See #60