Lots of great improvements in this version thanks to contributors.
New:
- Support for graphql@^0.7.0 (ccc57d6)
- 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 (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
.