Skip to content

Version 8.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 04 Nov 02:02
· 32 commits to master since this release

Major

  • Updated Node.js support to ^12.20.0 || ^14.13.1 || >= 16.0.0.
  • Updated dev dependencies, some of which require newer Node.js versions than previously supported.
  • Updated the graphql peer dependency to ^16.0.0.
  • Updated the errorHandler Koa middleware to avoid the formatError function deprecated in graphql v16, using the new GraphQLError.toJSON method.

Patch

  • Also run GitHub Actions CI with Node.js v17.