This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Releases: graphql/express-graphql
Releases · graphql/express-graphql
v0.6.0
This release includes support for graphql@0.8.0, which supports the October 2016 edition of the GraphQL specification.
New/Fixes:
v0.5.4
Lots of great improvements in this version thanks to contributors.
New:
- Support for graphql@^0.7.0 (ccc57d6)
- The
requestis now used as the defaultcontext, which is the most common use case for context, simplifying most uses. (#117 @lacker) - Middleware now returns it's completion Promise, allowing it to be composed further (#99 @helfer)
Fixes:
- Use
end()to write final data (e01eb2e @chentsulin) - Require UTF8 (#108 @stanogurnik)
Note:
Node v0.10 is no longer in the test matrix, but still works with this release. However you may need to provide polyfills for Promise and Map.
v0.5.3
v0.5.2
Special thanks to @calebmer and @chentsulin for their help in fixing issues for this release.
New:
- Supports
graphql-jsv0.6.0. - Supports
connectin addition to the existing support forexpress(23e1a0c) - Now built using babel v6 (d3d170c)
- Use latest version of GraphiQL v0.7.1 (#80)
Fixed:
v0.5.1
v0.5.0
v0.4.13
Fixes:
- Latest version of GraphiQL fixes CodeMirror rendering issues (https://github.com/graphql/graphiql/releases/tag/v0.6.6).