Control Flow: You can now retrieve the last result when using the 'whilst' and 'doWhilst' functions, enhancing your ability to manage asynchronous operations effectively. Additionally, performance improvements in 'doWhilst' make it run faster than before.
Control Flow: The 'until' function has been updated to also return the last result, providing you with more flexibility in your asynchronous workflows.
Fixes
Fix a bug in the 'auto' function that occurred when using concurrency without a callback, ensuring smoother operation in your asynchronous tasks.