Releases: graphql-hive/graphql-yoga
Releases · graphql-hive/graphql-yoga
v1.8.5
1.8.5 (2018-04-11)
Bug Fixes
- deps: update dependency graphql-playground-middleware-express to v1.6.1 (#253) (652ce8f)
v1.8.4
1.8.4 (2018-04-10)
Bug Fixes
- deps: updated dependencies (930c114)
v1.8.3
1.8.3 (2018-04-10)
Bug Fixes
- deps: update dependency graphql-playground-middleware-express to v1.5.8 (a300267)
v1.8.2
1.8.2 (2018-04-07)
Bug Fixes
v1.8.1
1.8.1 (2018-04-07)
Bug Fixes
v1.8.0
1.8.0 (2018-04-06)
Bug Fixes
- format: customFieldResolver.ts (883af9c)
Features
- examples: add example that illustrates modular typeDef and resolver file organization (1870996)
v1.7.1
1.7.1 (2018-04-02)
Bug Fixes
- Adding possibility for multiple files in typedefs (e020c5b)
- Allow port to be a string (e3b6bea)
v1.7.0
1.7.0 (2018-03-27)
Features
- Support schema directives (40cdd29)
v1.6.1
1.6.1 (2018-03-17)
Bug Fixes
- deps: Updates graphql-yoga dependency to 1.6.0. Otherwise the example does not work - the directive resolvers are not invoked. (fc164b5)
v1.6.0
1.6.0 (2018-03-15)
Features
- Added support for HTTPS server option (d4b15bb), closes #210