Commit graph

23 commits

Author SHA1 Message Date
Jonas Helfer
693991bdac v0.9.0 2017-06-22 13:36:12 -07:00
Daniel Rinehart
20763ba076 Merge remote-tracking branch 'upstream/master' into graphiql-function 2017-06-16 11:00:42 -04:00
Jonas Helfer
08c39f593a v0.8.5 2017-06-15 22:07:36 -07:00
Michael Trotter
49dff93367 Add routing to micro tests 2017-06-15 21:10:16 -07:00
Michael Trotter
9e57e11eb3 Include example in Micro README 2017-06-15 21:10:16 -07:00
Michael Trotter
e9f3159b24 Fix Micro test compilation
Adding @types/micro caused the test to stop compiling.  Adjusted the import to fix.
2017-06-15 21:10:16 -07:00
Michael Trotter
dadb1828df Fix Micro server handler
The handler was not returning `httpRunQuery`'s Promise, causing micro to send empty responses and leaving Node with unhandled Promise rejections when that Promise tried to write headers.

I also used `return` and `throw` instead of manipulating the response directly.  This allows wrapping middleware to intercept responses if desired.
2017-06-15 21:10:16 -07:00
Jonas Helfer
38bb67bf6f Merge branch 'master' into graphiql-function 2017-06-13 23:19:14 -07:00
Jonas Helfer
1a764316c8 v0.8.4 2017-06-13 23:17:52 -07:00
Jonas Helfer
17869df491 v0.8.3 2017-06-13 23:17:52 -07:00
Jonas Helfer
86e1b03fd1 v0.8.2 2017-06-13 23:17:52 -07:00
Jonas Helfer
f00c8de00d v0.8.1 2017-06-13 23:17:52 -07:00
Daniel Rinehart
0d5add048e allow GraphiQLOptions to be a function and refactor rendering path to reduce duplication 2017-06-13 12:46:06 -04:00
Jonas Helfer
6cfa82ff58 v0.8.0 2017-05-30 20:11:26 -07:00
Jonas Helfer
c4e2f5224a Update dependencies 2017-05-30 20:11:26 -07:00
dotansimha
a614ba2543 updated graphql-js version 2017-05-28 20:07:06 +03:00
dotansimha
e718dc5e2e chore(deps): updated graphql-js version to support 0.10.0 2017-05-28 16:37:16 +03:00
Jonas Helfer
4ab4b62c25 v0.7.2 2017-04-21 10:43:34 -07:00
Jonas Helfer
73e8334827 v0.7.1 2017-04-14 10:37:26 -07:00
Jonas Helfer
6947222889 v0.7.0 2017-04-10 11:48:26 -07:00
Jonas Helfer
25e63d4dde Revert "v0.7.0"
This reverts commit b0817dbcab.
2017-04-10 11:46:50 -07:00
Jonas Helfer
b0817dbcab v0.7.0 2017-04-10 11:40:12 -07:00
Nick Nance
45aa44f08e Zeit micro support (#347)
* micro is only supported in node 6 or greater
* update dependencies
* working Graphiql Server
* updated changelog
* fix linting errors
* adding micro to test suite
* added micro example
2017-04-08 14:17:49 -07:00