Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

v4.0.0

Latest
Compare
Choose a tag to compare
@orlowdev orlowdev released this 24 Mar 19:38

New features

  • pipeline preserves previous computation state 14f3aa4
    • Implemented according to the documentation

Bug fixes

  • make process argument optional e9969f0

Breaking changes

  • Pipeline preserves previous computation result and passes along to the next middleware if current middleware returned null or undefined 14f3aa4
  • isIntermediate type guard is no longer available. Use Intermediate.isIntermediate instead cd0da8b