1.1.4 hotfix

This commit is contained in:
Tobe O 2019-09-02 13:14:24 -04:00
parent 6fc6d1453e
commit b323ecc3b4
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 1.1.4
* Fix broken int variable parsing - https://github.com/angel-dart/graphql/pull/32
# 1.1.3 # 1.1.3
* Add `Parser.nextName`, and remove all formerly-reserved words from the lexer. * Add `Parser.nextName`, and remove all formerly-reserved words from the lexer.
Resolves [#19](https://github.com/angel-dart/graphql/issues/19). Resolves [#19](https://github.com/angel-dart/graphql/issues/19).
@ -16,4 +19,4 @@ name.
* Completely ignore commas. * Completely ignore commas.
* Ignore Unicode BOM, as per the spec. * Ignore Unicode BOM, as per the spec.
* Parse object values. * Parse object values.
* Parse enum values. * Parse enum values.

View file

@ -1,5 +1,5 @@
name: graphql_parser name: graphql_parser
version: 1.1.3 version: 1.1.4
description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST. 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