async v1.2.1 Release Notes

  • ๐Ÿ› Bug Fix:

    • ๐Ÿ”€ Small regression with synchronous iterator behavior in eachSeries with a 1-element array. Before 1.1.0, eachSeries's callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. (#782)