1.1.4 hotfix
This commit is contained in:
parent
6fc6d1453e
commit
b323ecc3b4
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 1.1.4
|
||||
* Fix broken int variable parsing - https://github.com/angel-dart/graphql/pull/32
|
||||
|
||||
# 1.1.3
|
||||
* Add `Parser.nextName`, and remove all formerly-reserved words from the lexer.
|
||||
Resolves [#19](https://github.com/angel-dart/graphql/issues/19).
|
||||
|
@ -16,4 +19,4 @@ name.
|
|||
* Completely ignore commas.
|
||||
* Ignore Unicode BOM, as per the spec.
|
||||
* Parse object values.
|
||||
* Parse enum values.
|
||||
* Parse enum values.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: graphql_parser
|
||||
version: 1.1.3
|
||||
version: 1.1.4
|
||||
description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
|
|
Loading…
Reference in a new issue