Update apollo-server-express in / from 1.2.0 to 2.0.2 #158
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
apollo-server-express
(a npm dependency in/
) from "1.2.0" to "2.0.2".2.0.2
2.0.1
rc.10
rc.9
Unused RC, due to publication issues
rc.8
cors
to vanilla #1335bodyParser.Options
to koa #1334formatParams
#1331rc.7
rc.6
formatError
(#1272)formatError
only called once on validation errors (#1272)rc.5
rc.4
rc.3
rc.2
rc.1
Data sources
rc.0
registerServer
changed toserver.applyMiddleware
(3279991)installSubscriptionHandlers
beta.4
beta.3
apollo-server
's listen (#1090)scalar Upload
from the typeDefs (#1071)beta.2
ListenOptions:
engine
->engineProxy
port
,host
, and other http options moved underhttp
key (#1080)subscriptions
moved toserver.listen
(#1059)Add mocks to server constructor (#1017)
Add
bodyParserConfig
parameter toregisterServer
in apollo-server (#1059) commitHapi variant (#1058) (#1082)
Remove tests and guaranteed support for Node 4 PR #1024
Cleanup docs PR #1233
1.4.0
apollo-server-module-graphiql
: adds an option to the constructor to disable url rewriting when editing a query PR #1047subscription-transport-ws
to 0.9.9 for Graphiql