platform/graphql_parser/CHANGELOG.md

15 lines
300 B
Markdown
Raw Normal View History

2019-03-29 18:57:34 +00:00
# 1.1.2
* Parse the `subscription` keyword.
2018-10-23 16:01:05 +00:00
# 1.1.1
* Pubspec updates for Dart 2.
2018-08-05 00:44:41 +00:00
# 1.1.0
* Removed `GraphQLVisitor`.
* Enable parsing operations without an explicit
name.
* Parse `null`.
* Completely ignore commas.
* Ignore Unicode BOM, as per the spec.
* Parse object values.
* Parse enum values.