Releases: graphql-community/koa-graphql
Releases · graphql-community/koa-graphql
v0.12.0 (2021-11-28)
Breaking Change 💥
- Use named export for graphqlHTTP:
const { graphqlHTTP } = require('koa-graphql');
- Convert remaining files to TypeScript (#150)
- Remove flowtype entirely (92a4840)
New Feature 🚀
- feat: support graphql-ws client for GraphiQL IDE (#152)
- Subscription support for GraphiQL (be1feec)
- feat: support shouldPersistHeaders (5b59c2e)
- Add parsed graphQLParams (4d48034)
0.11.0 / 2021-11-25
New
- Change license to MIT (c6a7128)
- Improve return type of customFormatErrorFn (eaf1bb4)
- Update express-graphql (#149)
- Update GraphiQL and expose 'headerEditorEnabled' property (1465ec8)
Bug Fix 🐞
- Fix sending of custom headers (428f392)
0.10.1 / 2021-11-24
Bug Fix 🐞
- Fix NPM package on Node12 (d61d1ff)
0.10.0 / 2021-11-24
New
- Add support for customValidateFn and rename formatError to customFormatErrorFn (#146)
- Add support for customParseFn option (#147)
- Add support for typeResolver option (449cc35)
- Support both graphql 14 and 15 (0f90f04)
- Allow to override GraphiQL default query (d560b6a)
0.9.0 / 2021-07-25
New
- Updated GraphQL to version 15 (#132)
- add customExecuteFn (#138)
- Updated express-graphql and deps (#123)
- add support to pass properties to graphiql. For now only editorTheme (#93)
0.8.0 / 2018-11-05
New
- Add support for graphql v14.x
- Add add
fieldResolver
option
- Add
context
to the arguments of the extensions function
- Add support for IE10/11 on GraphiQL page.
Fixes
- Updated GraphiQL to v0.12.0
- Set meta referrer=origin on GraphiQL page.
- Set 500 status code when graphql returns a result with no data.
v0.7.5
New:
- Support for graphql@0.13.0
v0.7.4
New:
- Support get context in error formatter (#111)
Fixed:
- Fixed interface for request (#109)
v0.7.3
New:
- Update to graphql v0.11.2.
Fixed:
- Update to GraphiQL v0.11.3.
v0.7.2
New:
- Update to GraphiQL v0.11.2.
Fixed:
- should not do execution after validation failed. #92