v2.4.0v2.3.0
Reading changes from the repo…
async.tryEach
, allowing users to attempt multiple asynchronous operations in sequence until one succeeds, which is particularly useful for handling data from multiple sources that may be intermittently unavailable. remove
function to queues, enabling users to arbitrarily remove items from the queue, enhancing flexibility in task management. waterfall
, parallel
, and other functions by improving the efficiency of the rest()
method, resulting in faster execution times. queue.pause
functionality, providing more reliable test results and better insights when failures occur. q.empty()
to ensure that q.idle()
reflects the correct state, enhancing the accuracy of queue status checks. tryEach
, improving the robustness of this feature.