Skip to content

v0.8.12

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:31

Fixed

  • pipe and sequence now validate their arguments at construction time instead of failing deep inside a running flow. Passing a Step where pipe expects a plain function (a common mistake when assuming pipe is variadic) now throws immediately with a message suggesting sequence([...]); sequence similarly rejects non-array or non-Step children up front.