platform/graphql_server/CHANGELOG.md

34 lines
751 B
Markdown
Raw Normal View History

2020-02-03 20:29:11 +00:00
# 1.0.3
* Make field resolution asynchronous.
* Make introspection cycle-safe.
* Thanks @deep-guarav and @micimize!
2019-09-29 23:03:39 +00:00
# 1.0.2
* https://github.com/angel-dart/graphql/pull/32
2019-08-14 04:42:31 +00:00
# 1.0.1
* Fix a bug where `globalVariables` were not being properly passed
to field resolvers.
2019-04-24 17:39:23 +00:00
# 1.0.0
* Finish testing.
* Add `package:pedantic` fixes.
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
2019-09-29 23:03:39 +00:00
* First release.