ferry 0.10.1-0.1.nullsafety.0
ferry: ^0.10.1-0.1.nullsafety.0 copied to clipboard
Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
0.10.1-0.1.nullsafety.0 #
- FEAT: migrate to null safety.
- CHORE: bump versions to match melos style.
- CHORE: publish packages.
- CHORE: prepare changelogs for melos.
0.10.0-1.0.nullsafety.0 #
- FEAT: migrate to null safety.
- CHORE: prepare changelogs for melos.
[0.9.4] #
- catch Stream error events in
ErrorTypedLink
- include
ErrorTypedLink
in the default clientTypedLink
chain - update dependencies
[0.9.3] #
- fix bug causing
FetchPolicy.CacheFirst
&FetchPolicy.CacheAndNetwork
to only receive the first response from Link
[0.9.2] #
- update dependencies
[0.9.1] - 2020-11-15 #
Added #
- add eviction and garbage collection methods to
CacheProxy
- bump
ferry_cache
version
[0.9.0] - 2020-11-09 #
Changed #
- bump
ferry_cache
version OperationRequest.requestId
no longer assigneduuid
by defaultCacheProxy.writeQuery
andCacheProxy.writeFragment
now use the entire optimistic request rather than just the requestId- update
OfflineMutationTypedLink
to not depend onrequestId
as it is no longer assigned by default - bump
normalize
version
[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
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