Skip to content

Releases: michaelleeallen/reducto

v1.4.0

16 Sep 13:00
Compare
Choose a tag to compare

v1.4.0

Features

  • Add map middleware type.
  • Add filter middleware type.
  • Add support for defining data schemas with Array.
  • Add configuration details to service call Errors.
  • Merge service call response data instead of assign.

v1.3.0

25 Aug 14:44
Compare
Choose a tag to compare

v1.3.0

Features

  • Add context param to service type.
  • Add dataKey param to service type.
  • Add new iterator type for batching service calls from a list of context objects.

Fixes

  • Batched service calls would each call next() and short-circuit the middleware execution flow. Replace next param with a stub so that batch can wait for all service calls to finish before calling the real next().