Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

v0.5.2

Compare
Choose a tag to compare
@leebyron leebyron released this 27 May 02:11
· 728 commits to main since this release

Special thanks to @calebmer and @chentsulin for their help in fixing issues for this release.

New:

  • Supports graphql-js v0.6.0.
  • Supports connect in addition to the existing support for express (23e1a0c)
  • Now built using babel v6 (d3d170c)
  • Use latest version of GraphiQL v0.7.1 (#80)

Fixed:

  • Proper <title> and <meta> tags added to GraphiQL mode. (#85)
  • Response is sent into the config function (#84)
  • Better error messages (#65)