Skip to content

v0.4.1

Latest

Choose a tag to compare

@rzane rzane released this 20 May 16:02
0b59fa0

The input value for the each operator should be an array. When upgrading, you might need to assert that the value is an array before piping to each: assert(Array.isArray).then(each(...))