You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Rerelease from v1.0.2] update the generated Set type for resources with isBatchKeyASet: true to use type inference (fixes an incompatibility with dataloader-codegen and ts-reset)
update the generated Set type for resources with isBatchKeyASet: true to use type inference (fixes an incompatibility with dataloader-codegen and ts-reset)
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
fixed a bug, separated getPropertyBatchLoader and getBatchLoader, so that flow won't throw errors for batch resources that don't have propertyBatch key (#329)