Skip to content

Releases: graphql-community/koa-graphql

v0.7.1

28 Jun 08:28
Compare
Choose a tag to compare

New:

  • Flow types now exported from npm module

Fixed:

  • Uses latest version of GraphiQL (v0.10.1)

v0.7.0

24 Apr 04:29
Compare
Choose a tag to compare
  • Use async function instead of generator to native support for koa@2

v0.6.3

21 Apr 08:18
Compare
Choose a tag to compare
  • Update GraphiQL to latest release (v0.9.3).

v0.6.2

02 Feb 04:31
Compare
Choose a tag to compare

Updates to latest GraphiQL build

v0.6.1

02 Feb 04:31
Compare
Choose a tag to compare
  • Support for graphql@0.9.0

v0.6.0

13 Nov 04:31
Compare
Choose a tag to compare

This release includes support for graphql@0.8.0, which supports the October 2016 edition of the GraphQL specification.

New/Fixes:

  • Adds ability to supply an extensions field in the response. (#79)
  • Sends a 500 status code when the request failed to produce data in the response (#77)
  • Uses the latest version of GraphiQL.

Breaking:

  • Pass response as second argument to thunk, ctx as third. (#52, #80)

v0.5.6

27 Aug 02:31
Compare
Choose a tag to compare

New:

  • Support for graphql@^0.7.0 (#67)
  • The ctx is now used as the default context, which is the most common use case for context, simplifying most uses. (#65)

v0.5.5

31 Jul 17:16
Compare
Choose a tag to compare

New:

  • Use latest version of GraphiQL v0.7.3 (#61)
  • Update dependencies (#62)

v0.5.4

15 Jun 04:25
Compare
Choose a tag to compare

Fixes:

  • fix undefined regeneratorRuntime via babel-plugin-transform-runtime, babel-runtime (#57, #58)

v0.5.3

15 Jun 04:23
Compare
Choose a tag to compare

Fixes:

  • Ensures module.exports is unaffected by the upgrade to babel v6 (#56)