async v1.3.0 Release Notes

  • ๐Ÿ†• New Features:

    • โž• Added constant
    • โž• Added asyncify/wrapSync for making sync functions work with callbacks. (#671, #806)
    • โž• Added during and doDuring, which are like whilst with an async truth test. (#800)
    • retry now accepts an interval parameter to specify a delay between retries. (#793)
    • ๐Ÿ‘ท async should work better in Web Workers due to better root detection (#804)
    • Callbacks are now optional in whilst, doWhilst, until, and doUntil (#642)
    • โšก๏ธ Various internal updates (#786, #801, #802, #803)
    • ๐Ÿ›  Various doc fixes (#790, #794)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›ฐ cargo now exposes the payload size, and cargo.payload can be changed on the fly after the cargo is created. (#740, #744, #783)