Async Utilities: Enjoy improved performance with the new ability to short circuit loops in eachLimit and eachSeries. This enhancement allows you to break loops early when a condition is met, making your code more efficient and responsive.
Improvements
Dependencies: Benefit from updated dependencies that enhance the stability and performance of the async utilities. This ensures that you are using the latest and most secure versions of the libraries.
Fixes
Fix an issue with documentation clarity regarding the mapValues() function. The expected result description is corrected to accurately reflect the function's behavior.