ferry 0.9.1
ferry: ^0.9.1 copied to clipboard
Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.9.1 - 2020-11-15 #
Added #
- add eviction and garbage collection methods to
CacheProxy - bump
ferry_cacheversion
0.9.0 - 2020-11-09 #
Changed #
- bump
ferry_cacheversion OperationRequest.requestIdno longer assigneduuidby defaultCacheProxy.writeQueryandCacheProxy.writeFragmentnow use the entire optimistic request rather than just the requestId- update
OfflineMutationTypedLinkto not depend onrequestIdas it is no longer assigned by default - bump
normalizeversion
0.8.0 - 2020-10-10 #
0.7.2 - 2020-09-09 #
0.7.0 - 2020-09-04 #
0.6.0 - 2020-08-30 #
0.5.0 - 2020-08-24 #
Changed #
- use typed data in
CacheProxymethods - bump
normalizeversion - bump
ferry_cacheversion - rename
QueryRequestandQueryResponsetoOperationRequestandOperationResponse - rename
queryIdtorequestId
0.3.0 - 2020-04-22 #
Added #
LinkExceptionsare now caught and included in theQueryResponse.linkExceptionproperty- added
QueryResponse.dataSourceproperty - added basic tests for GraphQL and network errors
- added
Mutationwidget - added
executeOnListenflag onresponseStream
Changed #
- updated default subscription
FetchPolicytoCacheAndNetwork - override equality for
QueryResponse - update example
Removed #
- BREAKING removed optimistic flag on
QueryResponsein favor of source property - BREAKING removed client error from
Querywidget - remove broken
FetchPolicytests