platform/graphql_server/CHANGELOG.md

17 lines
421 B
Markdown
Raw Normal View History

2019-04-19 02:02:42 +00:00
# 1.0.0-rc.0
* Get the Apollo support working with the latest version of `subscriptions-transport-ws`.
2019-04-18 15:39:02 +00:00
# 1.0.0-beta.4
For some reason, Pub was not including `subscriptions_transport_ws.dart`.
2019-04-18 00:52:26 +00:00
# 1.0.0-beta.3
* Introspection on subscription types (if any).
2019-04-11 16:50:06 +00:00
# 1.0.0-beta.2
* Fix bug where field aliases would not be resolved.
2019-03-29 19:34:27 +00:00
# 1.0.0-beta.1
* Add (currently untested) subscription support.
2018-10-23 16:07:49 +00:00
# 1.0.0-beta
* First release.