Releases: Yelp/dataloader-codegen
Releases · Yelp/dataloader-codegen
v0.4.4
Fixes ordering of $NonMaybeType so it affects the batch property and not the element #341
v0.4.3
- Forces nullable batchKeys to be non-nullable (#339)
v0.4.2
- fixed a bug, separated getPropertyBatchLoader and getBatchLoader, so that flow won't throw errors for batch resources that don't have propertyBatch key (#329)
v0.4.1
add new config to batch properties calls (#299)
v0.3.1
fix the generated flow type when using nestedPath
v0.3.0
- Add support for resource endpoints with batch keys of type Set (#265)
v0.2.3
- Fix resource middleware and error handling to run on non batch resources (#57)
- Specify cache key (string) to DataLoader type to fix flow errors (#57)
v0.2.2
- Relax the flow type for
errorHandler
(#50)
- bump flow-bin and graphql in the examples (#50)
v0.2.1
- Update error handling logic to preserve custom error objects (#48)
v0.2.0
- Add a new
errorHandler
option to the config to let folks override what happens to an error returned from a resource (#46)