async v3.1.0 Release Notes

Release Date: 2019-06-23 // almost 5 years ago
    • โž• Added q.pushAsync and q.unshiftAsync, analagous to q.push and q.unshift, except they always do not accept a callback, and reject if processing the task errors. (#1659)
    • Promises returned from q.push and q.unshift when a callback is not passed now resolve even if an error ocurred. (#1659)
    • ๐Ÿ›  Fixed a parsing bug in autoInject with complicated function bodies (#1663)
    • โž• Added ES6+ configuration for Browserify bundlers (#1653)
    • ๐Ÿ›  Various doc fixes (#1664, #1658, #1665, #1652)