Changelog
v2.1.0
Changelog
v2.0.0
** WARNING
Do not use this version (v2.0.0), as it has broken pipeline and forEachPipeline functions.
Breaking Changes:
waterfall
function's terminating callback no longer receives a
status-object as its second argument. This is the behavior of node-async
and we wish to match it as closely as possible. If you used the second
argument of waterfall's terminating callback (instead of waterfall's return
value) to extract job-statuses, this will break you. More specifically, this
is only true if you called waterfall
on an empty array of function.Other Changes:
Major version 1 and earlier did not have their changes logged in a changelog.