v1.5.1v1.5.0
Reading changes from the repo…
async.auto
function now stops processing future tasks immediately after an error occurs, ensuring that no further tasks are executed if a previous task fails. async.every()
is updated to clarify that not every iterator will run if one of them returns a falsy value, enhancing user understanding. while
and until
callbacks now receive the last result, providing more context for users when these functions are executed. async.auto
when an empty callback is provided, preventing runtime errors. async.auto
, which could lead to unexpected behavior.