PARSER@1.1.2

This commit is contained in:
Tobe O 2019-03-29 14:57:34 -04:00
parent eb1db3c554
commit 0efb84c8e6
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 1.1.2
* Parse the `subscription` keyword.
# 1.1.1 # 1.1.1
* Pubspec updates for Dart 2. * Pubspec updates for Dart 2.

View file

@ -1,6 +1,6 @@
name: graphql_parser name: graphql_parser
version: 1.1.1 version: 1.1.2
description: Parses GraphQL queries and schemas. description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/graphql homepage: https://github.com/angel-dart/graphql
environment: environment: