Skip to content

Version 8.0.1

Choose a tag to compare

@jaydenseric jaydenseric released this 28 Jul 01:20
· 146 commits to master since this release

Patch

  • Updated dependencies.
  • Derive fixture dependency versions from dev dependency versions.
  • No longer separately build ESM and CJS to simplify package scripts, Babel and ESLint config.
  • Use require instead of dynamic import in withGraphQLApp source, as since v7.0.0 the module is only published as CJS.
  • Removed unnecessary .js file extensions from require paths.
  • Simplified the GitHub Actions CI config with the npm install-test command.
  • Clearly documented ways to import and require the package exports.
  • Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.