Releases: Yelp/dataloader-codegen
Releases · Yelp/dataloader-codegen
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)
v0.1.5
- Add invariant to let Flow understand BatchItemNotFound is a subclass of Error (#35)
v0.1.4
- add
extension.code
field to BatchItemNotFoundError
(#34)
v0.1.3
- add make build to prepublish in package.json (#33)
v0.1.2
- update response object key type in method resultsDictToList (#29)
v0.1.1
- (Patch) Fix typing errors from TS and the Flow codegen template (#28)
v0.1.0
- Add isResponseDictionary option (#19)