async v2.1.5 Release Notes

    • ๐Ÿ›  Fix auto bug when function names collided with Array.prototype (#1358)
    • ๐Ÿ‘Œ Improve some error messages (#1349)
    • Avoid stack overflow case in queue
    • ๐Ÿ›  Fixed an issue in some, every and find where processing would continue after the result was determined.
    • Cleanup implementations of some, every and find