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

Releases: graphql/express-graphql

v0.4.9

03 Feb 19:26
Compare
Choose a tag to compare

Fixes:

v0.4.8

03 Feb 10:03
Compare
Choose a tag to compare

New:

  • Updated to use graphiql@0.4.9 which has lots of goodies.
  • Custom error formatting function. (#45)

v0.4.5

01 Dec 06:56
Compare
Choose a tag to compare

Fixes:

  • Updates embedded GraphiQL to latest version fixing issues with Firefox.
  • Cases where 500 or 400 error codes were incorrect returned when the other was intended.

v0.4.4

11 Nov 06:17
Compare
Choose a tag to compare

New:

  • Uses latest GraphiQL fixing a minor rendering glitch

v0.4.3

11 Nov 04:32
Compare
Choose a tag to compare

New:

  • Updated to use the latest version of GraphiQL

v0.4.2

02 Nov 17:10
Compare
Choose a tag to compare

Fixes:

  • Unbreak test build

v0.4.1

02 Nov 17:09
Compare
Choose a tag to compare

New:

  • Updated to the latest version of GraphiQL, supporting October edition of the Spec

v0.4.0

01 Oct 02:29
Compare
Choose a tag to compare

New/Breaking:

  • Built-in GraphiQL! If enabled by providing the option graphiql: true, when visiting your express-graphql endpoint from a browser, you will load GraphiQL allowing for easier debugging of queries. (#16)
  • Non-query operations no longer allowed via GET requests. Performing a mutation over GET could allow for potentially dangerous CSRF attacks. express-graphql now ensures mutations are only executed in a POST request. (#18)
  • Expects a peer dependency of graphql of version ^0.4.5

Fixes:

  • Better handling of pre-parsed POST bodies. (#11)
  • Correct mime type for JSON

v0.3.0

14 Aug 09:33
Compare
Choose a tag to compare

Breaking:

  • Expects a peer dependency of graphql of version ^0.4.2

v0.2.0

12 Aug 23:15
Compare
Choose a tag to compare

Breaking:

  • Expects a peer dependency of graphql of version ^0.3.0