Skip to content

Version 4.2.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 03 Dec 12:37
· 374 commits to master since this release

Minor

  • Added a new GraphQL constructor option logErrors (default true) and instance property, controlling if GraphQL request errors should be console logged for easy debugging.

Patch

  • Updated dependencies.
  • Refactored GraphQL static methods to separate modules.
  • Moved JSDoc type definitions into the index file.
  • Manually composed package exports instead of relying on *.
  • More consistent object snapshots in tests.