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

Releases: orlowdev/pipeline

v4.0.0

24 Mar 19:38
Compare
Choose a tag to compare

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

v1.1.0

16 Aug 19:17
Compare
Choose a tag to compare

v1.1.0

New features

  • (pipelines) add support for array context 0a68291

Bug fixes

v1.0.0

07 Aug 13:43
Compare
Choose a tag to compare

v1.0.0

Bug fixes