Tags: benhaxe/graphql-flutter
Tags
chore(release): 4.0.0-beta.6 [skip ci] # [4.0.0-beta.6](zino-hofmann/graphql-flutter@v4.0.0-beta.5...v4.0.0-beta.6) (2020-12-27) ### Bug Fixes * fix ObservableQuery.lifecycle for cache only results ([f44b479](zino-hofmann@f44b479))
chore(release): 4.0.0-beta.5 [skip ci] # [4.0.0-beta.5](zino-hofmann/graphql-flutter@v4.0.0-beta.4...v4.0.0-beta.5) (2020-11-10) ### Bug Fixes * **client:** wrap all subscription errors in QueryResults ([aae61ca](zino-hofmann@aae61ca))
chore(release): 4.0.0-beta.4 [skip ci] # [4.0.0-beta.4](zino-hofmann/graphql-flutter@v4.0.0-beta.3...v4.0.0-beta.4) (2020-11-07) ### Bug Fixes * **client:** add CacheMissException for when write/read results in null ([a0a967f](zino-hofmann@a0a967f)) * **client:** fetchMore partial handling ([10ec576](zino-hofmann@10ec576)) * **client:** skip cache writes on null data, thus fixing [zino-hofmann#405](zino-hofmann#405) ([7472bb9](zino-hofmann@7472bb9)) ### Features * **client:** cache writes are now strict, and throw PartialDataException (from normalize), ([616b5ed](zino-hofmann@616b5ed)) * **client:** carry forward data on exception ([ccf3b9c](zino-hofmann@ccf3b9c)) * **client:** only rebroadcast on deep equals ([ee64e99](zino-hofmann@ee64e99)) * **client:** partialDataPolicy for configuring rejections ([0a7cd28](zino-hofmann@0a7cd28))
chore(release): 4.0.0-beta.3 [skip ci] # [4.0.0-beta.3](zino-hofmann/graphql-flutter@v4.0.0-beta.2...v4.0.0-beta.3) (2020-10-17) ### Bug Fixes * **client:** refetch overrides fetchPolicy ([891bc2b](zino-hofmann@891bc2b))
chore(release): 4.0.0-beta.2 [skip ci] # [4.0.0-beta.2](zino-hofmann/graphql-flutter@v4.0.0-beta.1...v4.0.0-beta.2) (2020-10-13) ### Features * **graphql:** upgrade normalize to 0.4.2 ([4655e7d](zino-hofmann@4655e7d))
chore(release): 4.0.0-beta.1 [skip ci] # [4.0.0-beta.1](zino-hofmann/graphql-flutter@v3.1.0...v4.0.0-beta.1) (2020-10-07) ### Bug Fixes * **examples:** ignore missing token ([ffd3294](zino-hofmann@ffd3294)) * query test ([f54c6ae](zino-hofmann@f54c6ae)) * **ci:** loosen path version ([645d462](zino-hofmann@645d462)) * **client:** gql_http_link==0.3.2 for custom toJsons closing [zino-hofmann#734](zino-hofmann#734) ([98b8cf7](zino-hofmann@98b8cf7)) * **client:** mutation not firing observer callbacks ([75393c2](zino-hofmann@75393c2)) * **client:** only queries are refetch safe ([1e93376](zino-hofmann@1e93376)) * **docs:** typo in docstring, add todo to sanitizeVariables ([9c84cb1](zino-hofmann@9c84cb1)) * **examples:** cleanup bloc example ([82724f0](zino-hofmann@82724f0)) * **examples:** flutter bloc pubspec ([61582b3](zino-hofmann@61582b3)) * **examples:** starwars example cache ([22db4f7](zino-hofmann@22db4f7)) * **examples:** starwars example works again ([7514b93](zino-hofmann@7514b93)) * **examples:** update ios files for graphql_flutter/example ([5b6e3d0](zino-hofmann@5b6e3d0)) * **graphql:** default-yet-overrideable variable ([6ba687e](zino-hofmann@6ba687e)) * **graphql:** don't close mutations after callbacks ([2ba6c74](zino-hofmann@2ba6c74)) * **graphql:** dumb ?? documentNode bug ([ba7b641](zino-hofmann@ba7b641)) * **graphql:** fix rebroadcasting by refactoring onData callbacks into a simpler async function ([9a5fff1](zino-hofmann@9a5fff1)) * **graphql:** keep deprecated QueryResult api and mark it as such ([2b447a0](zino-hofmann@2b447a0)) * **graphql:** sanitize multipart files for cache ([4ceb800](zino-hofmann@4ceb800)) * **graphql:** simplified AuthLink ([0b3fbd9](zino-hofmann@0b3fbd9)) * **tests:** update tests ([bba4a7a](zino-hofmann@bba4a7a)) ### Features * cache now flags itself for broadcasting ([84cba43](zino-hofmann@84cba43)) * client.fetchMore utility for leveraging the fetch more logic results without using ObservableQuery ([814ccb3](zino-hofmann@814ccb3)) * documentNode -> document, dependency issues, reexport links from client (for now), retrieve subscription changes from [zino-hofmann#533](zino-hofmann#533) ([4fb205c](zino-hofmann@4fb205c)) * **graphql_flutter:** add ResultAccumulator, fix Subscription ([7e1edee](zino-hofmann@7e1edee)) * drop Link layer in favor of package:gql_link and package:gql_exec ([2e491a7](zino-hofmann@2e491a7)) * **client:** cache proxy methods on cache, resetStore with optional refetchQueries ([ba7134a](zino-hofmann@ba7134a)) * **client:** expose store, cleanup ([6fc5e7e](zino-hofmann@6fc5e7e)) * **client:** refetchSafeQueries, clarify rebroadcast calls in docs ([e45b240](zino-hofmann@e45b240)) * **docs:** v4 changelog ([38cfd9b](zino-hofmann@38cfd9b)) * **examples:** reorg graphql example so pub displays code ([bc32bdd](zino-hofmann@bc32bdd)) * **examples:** starwars hivestore usage ([2f874ec](zino-hofmann@2f874ec)) * **graphql:** add isMutation etc helpers to Options types ([04e7888](zino-hofmann@04e7888)) * **graphql:** complete caching overhaul ([e9b5660](zino-hofmann@e9b5660)) * **graphql:** HiveStore api improvements, fetchmore fixes ([2d1a7f2](zino-hofmann@2d1a7f2)) * **graphql:** HiveStore.open ([6db4677](zino-hofmann@6db4677)) * **graphql:** multipart file support ([c2733ca](zino-hofmann@c2733ca)) * **graphql:** re-add documentNode asdeprecated ([20d0176](zino-hofmann@20d0176)) * **graphql:** Robust ObservableQuery docs ([1e893b5](zino-hofmann@1e893b5)) * **graphql:** update old websocket_link ([496d994](zino-hofmann@496d994)) * **graphql:** use new cache correctly everywhere else ([f64a6c8](zino-hofmann@f64a6c8)) * HiveStore ([2c3c66c](zino-hofmann@2c3c66c)) * more work on gql links ([0d7ef7a](zino-hofmann@0d7ef7a)) * move to DocumentNode-only documents ([7499323](zino-hofmann@7499323)) * starting on gql links ([d9452bc](zino-hofmann@d9452bc)) * **graphql:** work on making subscriptions more of a first-class citizen ([6d0b045](zino-hofmann@6d0b045)) * **graphql_flutter:** initHiveForFlutter ([1118cc7](zino-hofmann@1118cc7)) * **graphql_flutter:** work on making subscriptions more of a first-class citizen ([a0e0d5c](zino-hofmann@a0e0d5c)) * **tests:** test subscriptions ([2a3e6a1](zino-hofmann@2a3e6a1)) ### BREAKING CHANGES * the deprecated string documents are no longer supported * Link layer is now implemented via package:gql_link and package:gql_exec
chore(release): 3.1.0 [skip ci] # [3.1.0](zino-hofmann/graphql-flutter@v3.0.2...v3.1.0) (2020-07-27) ### Bug Fixes * **ci:** add changelog back ([3e63c3e](zino-hofmann@3e63c3e)) * **ci:** add changelog back ([ac66af7](zino-hofmann@ac66af7)) * **ci:** Sync master into beta ([2a0507e](zino-hofmann@2a0507e)) * **client:** Throw a ClientException on non-json responses, to be ([7d538e1](zino-hofmann@7d538e1)), closes [zino-hofmann#552](zino-hofmann#552) * **client:** Throw a ClientException on non-json responses, to be ([060eff2](zino-hofmann@060eff2)), closes [zino-hofmann#552](zino-hofmann#552) * **client:** translateNetworkFailure when no route to host ([877bdb8](zino-hofmann@877bdb8)) * **client:** translateNetworkFailure when no route to host ([e8b6322](zino-hofmann@e8b6322)) * **examples:** rebuilt & tested starwars example ([2aaffeb](zino-hofmann@2aaffeb)) * **examples:** rebuilt & tested starwars example ([f8e19f1](zino-hofmann@f8e19f1)) * **examples/starwars:** use git dependency for graphql_starwars_test_server ([0facc48](zino-hofmann@0facc48)) * **examples/starwars:** use git dependency for graphql_starwars_test_server ([2fff649](zino-hofmann@2fff649)) * **flutter:** Query.didUpdateWidget and policy overrides ([6672e44](zino-hofmann@6672e44)) * **flutter:** Query.didUpdateWidget and policy overrides ([32f6172](zino-hofmann@32f6172)) * **flutter:** widgets make unnecessary requests when dependencies change ([c487931](zino-hofmann@c487931)) * **flutter:** widgets make unnecessary requests when dependencies change ([31936ff](zino-hofmann@31936ff)) * **packaging:** correct dependencies, remove authors ([13f6a43](zino-hofmann@13f6a43)) * **packaging:** correct dependencies, remove authors ([a22d504](zino-hofmann@a22d504)) * **packaging:** don't commit .flutter-plugins-dependencies ([f77dafa](zino-hofmann@f77dafa)) * **packaging:** don't commit .flutter-plugins-dependencies ([0857030](zino-hofmann@0857030)) * **packaging:** upgrade rxdart ([20364a9](zino-hofmann@20364a9)) * **packaging:** upgrade rxdart ([1ec5f72](zino-hofmann@1ec5f72)) * **release:** RunMutation return type definition ([9cb9658](zino-hofmann@9cb9658)) * **release:** RunMutation return type definition ([97211d4](zino-hofmann@97211d4)) * **tests:** don't factor tests into coverage scores ([4a9bcd4](zino-hofmann@4a9bcd4)) * **tests:** don't factor tests into coverage scores ([a81f780](zino-hofmann@a81f780)) ### Features * **examples/starwars:** add web support ([3b5bc93](zino-hofmann@3b5bc93)) * **examples/starwars:** add web support ([f52b1db](zino-hofmann@f52b1db)) * **graphql:** custom auth headerKey ([fc01ea5](zino-hofmann@fc01ea5)) * **graphql:** custom auth headerKey ([167fac5](zino-hofmann@167fac5))
chore(release): 3.1.0-beta.7 [skip ci] # [3.1.0-beta.7](zino-hofmann/graphql-flutter@v3.1.0-beta.6...v3.1.0-beta.7) (2020-06-04) ### Bug Fixes * **ci:** add changelog back ([3e63c3e](zino-hofmann@3e63c3e)) * **ci:** Sync master into beta ([2a0507e](zino-hofmann@2a0507e)) * **client:** FetchMoreOptions bug with operator precedence ([f8e05af](zino-hofmann@f8e05af))
chore(release): 3.0.2 [skip ci] ## [3.0.2](zino-hofmann/graphql-flutter@v3.0.1...v3.0.2) (2020-05-18) ### Bug Fixes * **client:** FetchMoreOptions bug with operator precedence ([f8e05af](zino-hofmann@f8e05af))
chore(release): 3.1.0-beta.6 [skip ci] # [3.1.0-beta.6](zino-hofmann/graphql-flutter@v3.1.0-beta.5...v3.1.0-beta.6) (2020-05-16) ### Bug Fixes * **packaging:** correct dependencies, remove authors ([a22d504](zino-hofmann@a22d504))
PreviousNext