async v2.4.0 Release Notes

    • โž• Added tryEach, for running async functions in parallel, where you only expect one to succeed. (#1365, #687)
    • ๐Ÿ‘Œ Improved performance, most notably in parallel and waterfall (#1395)
    • โž• Added queue.remove(), for removing items in a queue (#1397, #1391)
    • ๐Ÿ›  Fixed using eval, preventing Async from running in pages with Content Security Policy (#1404, #1403)
    • ๐Ÿ›  Fixed errors thrown in an asyncifyed function's callback being caught by the underlying Promise (#1408)
    • ๐Ÿ›  Fixed timing of queue.empty() (#1367)
    • ๐Ÿ›  Various doc fixes (#1314, #1394, #1412)