v0.5.4
版本发布时间: 2016-08-26 09:11:43
graphql/express-graphql最新发布版本:v0.12.0(2020-11-19 23:10:40)
Lots of great improvements in this version thanks to contributors.
New:
- Support for graphql@^0.7.0 (ccc57d6ac5ddb09ff1fcf4575b57473049d4fd7b)
- The
request
is 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 (e01eb2eb126e4b77c461e827a5c43b4d11a186b5 @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
.