ferry 0.6.0 ferry: ^0.6.0 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.6.0] - 2020-08-30 #
[0.5.0] - 2020-08-24 #
Changed #
- use typed data in
CacheProxy
methods - bump
normalize
version - bump
ferry_cache
version - rename
QueryRequest
andQueryResponse
toOperationRequest
andOperationResponse
- rename
queryId
torequestId
[0.3.0] - 2020-04-22 #
Added #
LinkExceptions
are now caught and included in theQueryResponse.linkException
property- added
QueryResponse.dataSource
property - added basic tests for GraphQL and network errors
- added
Mutation
widget - added
executeOnListen
flag onresponseStream
Changed #
- updated default subscription
FetchPolicy
toCacheAndNetwork
- override equality for
QueryResponse
- update example
Removed #
- BREAKING removed optimistic flag on
QueryResponse
in favor of source property - BREAKING removed client error from
Query
widget - remove broken
FetchPolicy
tests