Skip to content

Version 13.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 16 Jun 23:50
· 47 commits to master since this release

Major

  • Updated Node.js support to ^14.17.0 || ^16.0.0 || >= 18.0.0.
  • Updated the graphql-react peer dependency to ^18.0.0.
  • Updated dependencies.
  • Implemented TypeScript types via JSDoc comments.

Patch

  • Simplified dev dependencies and config for ESLint.
  • Removed the jsdoc-md dev dependency and the package docs-update and docs-check scripts, replacing the readme “API” section with a manually written “Exports” section.
  • Check TypeScript types via a new package types script.
  • Support Next.js page response Link header array values.
  • Use React.createElement instead of the the new React JSX runtime in tests.
  • Updated GitHub Actions CI config:
    • Run tests with Node.js v14, v16, v18.
    • Updated actions/checkout to v3.
    • Updated actions/setup-node to v3.
  • Use the .mjs file extension for Next.js pages in test fixtures.
  • Removed the readme section “Examples”.
  • Fixed a readme typo.
  • Added a license.md MIT License file.