platform/graphql_parser/CHANGELOG.md
2018-10-23 12:01:05 -04:00

12 lines
No EOL
255 B
Markdown

# 1.1.1
* Pubspec updates for Dart 2.
# 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.