Skip to content

Releases: graphql-community/koa-graphql

v0.5.2

15 Jun 04:22
Compare
Choose a tag to compare

New:

  • Supports graphql-js v0.6.0.
  • Now built using babel v6 (e51ddb3)
  • Use latest version of GraphiQL v0.7.1

Fixed:

  • Proper <title> and tags added to GraphiQL mode.
  • Response is sent into the config function
  • Better error messages

v0.5.1

15 Jun 04:19
Compare
Choose a tag to compare

Fixes:

  • React no longer issues errors when viewing GraphiQL

v0.5.0

10 Apr 07:12
Compare
Choose a tag to compare

Now requires graphql-js@0.5.0 which conforms to the April 2016 draft of the GraphQL specification.

New:

Allow options to be a function returning a promise. (9a4e9dc)
GraphiQL mode uses React v15 (1493ff7)

v0.4.13

10 Apr 03:54
Compare
Choose a tag to compare

Fixes:

v0.1.1

12 Aug 13:15
Compare
Choose a tag to compare
  • Pass 37 tests
  • Initialize scripts