Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gql-dart/gql

Tags

gql-v1.0.1

Toggle gql-v1.0.1's commit message
 - **FIX**: move CatsRunner to test directory in order to not depend …

…on package:test in the lib/ folder.

gql_websocket_link-v2.1.0

Toggle gql_websocket_link-v2.1.0's commit message
 - **FIX**(graphql-transport-ws): ensure result message is processed …

…before … (#466).

 - **FIX**: vars_create_factories handle BuiltList type (#447).
 - **FEAT**: add canonical dispose method on gql_link.
 - **DOCS**(gql_websocket_link): add more documentation about the websocket subprotocols (#433).
 - **DOCS**(gql_websocket_link): add docs for WebSocketLink (#400).

gql_tristate_value-v1.1.0

Toggle gql_tristate_value-v1.1.0's commit message
 - **FEAT**(gql_tristate_link): add abstentWhenNull factory.

gql_transform_link-v1.0.1

Toggle gql_transform_link-v1.0.1's commit message
 - Update a dependency to the latest release.

gql_pedantic-v1.2.0

Toggle gql_pedantic-v1.2.0's commit message
 - **FEAT**(gql_pedantic): migrate to nullsafety (#397).

gql_link-v1.1.0

Toggle gql_link-v1.1.0's commit message
 - **FEAT**: add canonical dispose method on gql_link.

gql_http_link-v1.2.0

Toggle gql_http_link-v1.2.0's commit message
 - **PERF**(gql_http_link): improve json decoder performance (#464).

 - **FIX**: use typedefs instead of subclasses for base contexts for http bases links (#369).
 - **FEAT**: allow distinguishing between null and absent values in gql_code_builder (#381).
 - **FEAT**: add canonical dispose method on gql_link.

gql_exec-v1.1.0

Toggle gql_exec-v1.1.0's commit message
 - **FIX**: use typedefs instead of subclasses for base contexts for …

…http bases links (#369).

 - **FEAT**: allow distinguishing between null and absent values in gql_code_builder (#381).
 - **FEAT**(gql_exec): add getOperationType() to Operation via extension method (#389).

gql_error_link-v1.0.1

Toggle gql_error_link-v1.0.1's commit message
 - Update a dependency to the latest release.

gql_dio_link-v2.0.0

Toggle gql_dio_link-v2.0.0's commit message
> Note: This release has breaking changes.

 - **FIX**: use typedefs instead of subclasses for base contexts for http bases links (#369).
 - **FIX**: broken json tests.
 - **FIX**: remove duplicated content-type headers added by link.
 - **FEAT**(gql_dio_link): migrate to dio 5.2.0: use DioException instead of deprecated (typedef) DioError, fix serializableDioError using new copyWith methods on RequestOptions (#406).
 - **FEAT**(gql_dio_link): add option to ensure thrown errors are serializable (#378).
 - **BREAKING** **FEAT**(gql_dio_link): dio 5.