From 2ae0efeca13f674f68875115b107fb51320aac78 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Tue, 4 Sep 2018 12:09:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ pubspec.yaml | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195c6650d..3f354c5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [1.0.0-alpha.4] - September 4 2018 + +### Breaking changes + +n/a + +#### Fixes / Enhancements + +- Always return something from the `read` method in the cache class. @HofmannZ +- Only save to cache with certain fetch policies. @HofmannZ +- Throw an error when no data from network with certain fetch policies. @HofmannZ +- Added a document parser. @HofmannZ +- Added operation name from document to the operation. @HofmannZ +- Only create a new observable query if options have changed. @HofmannZ +- Add context to the links. @HofmannZ +- Parse context in the http link to update the config. @HofmannZ +- Change the type of context from dynamic to Map - Zino Hofmann @@ -13,7 +13,7 @@ dependencies: http: ^0.11.3 path_provider: ^0.4.1 uuid: ^1.0.3 - graphql_parser: ^1.0.0 + graphql_parser: ^1.1.0 dev_dependencies: flutter_test: