Skip to content

v1.0.0

Compare
Choose a tag to compare
@jack-guy jack-guy released this 01 Jul 21:16
· 6 commits to master since this release
392640d

This release drops Flow support in favor of TypeScript - dataloaders will be now be generated with TypeScript types. To upgrade, make sure your codebase is in TypeScript and switch the typings.language key in your config file from 'flow' to 'typescript'.

Other changes:

  • Bumps minimum Node version to 22.x (LTS)
  • Fixes an issue where isBatchKeyASet would supply keys to the resource as an Array instead of a Set