Skip to content

Releases: graphql-go/handler

v0.2.4

17 May 18:00
62f4eb5
Compare
Choose a tag to compare
  • go.mod support @ #79
  • Custom GraphQL Playground Endpoints support @ #92

v0.2.3

28 Dec 23:15
c126735
Compare
Choose a tag to compare

v0.2.2

02 Dec 04:37
28550b4
Compare
Choose a tag to compare

v0.2.1

15 Oct 17:55
Compare
Choose a tag to compare

v0.2.1

  • run against latest go stable version via travis @ #28
  • fix for variables via query params @ #29

v0.2.0

12 Sep 14:23
Compare
Choose a tag to compare
  • removes golang.org/x/net/context dependecy @ #23, #24,
  • adds GraphiQL support @ #26
  • adds correct content-type @ #27

v0.1.0

23 Jul 16:00
Compare
Choose a tag to compare
  • Please use this version for < go1.7
  • Future versions will support go1.7+ features, such as std's lib context.