This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
Releases: graphql/express-graphql
Releases · graphql/express-graphql
v0.4.9
Fixes:
- GraphiQL's view now fills the browser screen, fixing graphql/graphiql#87.
v0.4.8
v0.4.5
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
v0.4.3
v0.4.2
v0.4.1
v0.4.0
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