v2.6.0v2.5.0
Reading changes from the repo…
async.queue
as it now prevents multiple same-tick q.push
calls from triggering multiple q.process
executions. async
as we now generate index.js
from a template, ensuring all aliases are included for easier usage. async.cargo
with large task batches, as we replace splice(0, 1)
with shift()
, significantly reducing processing time. tryEach
, ensuring users have accurate examples to follow.