Skip to content

Version 18.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 01 Apr 05:42
· 40 commits to master since this release

Major

  • Renamed the type FetchGraphQLResultErrors to FetchGraphQLResultError in fetchGraphQL.mjs.

Minor

  • Added the new type FetchGraphQLResultErrorLoading to fetchGraphQL.mjs containing the GraphQL result error types related to loading that are generated on the client, not the GraphQL server.

Patch

  • Updated dev dependencies.
  • Simplified dev dependencies and config for ESLint.
  • Updated GitHub Actions CI config.
  • Fixed issues with GraphQL result related types from types.mjs.
  • Improved various JSDoc descriptions.
  • Improved the types relating to the Deferred class used in tests.