server -> 1.0.0-beta.2

This commit is contained in:
Tobe O 2019-04-11 12:50:06 -04:00
parent 4ff1a5dca9
commit 668772353d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# 1.0.0-beta.2
* Fix bug where field aliases would not be resolved.
# 1.0.0-beta.1
* Add (currently untested) subscription support.

View file

@ -1,5 +1,5 @@
name: graphql_server
version: 1.0.0-beta.1
version: 1.0.0-beta.2
author: Tobe O <thosakwe@gmail.com>
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
homepage: https://github.com/angel-dart/graphql