v1.5.0v1.4.1
Reading changes from the repo…
symbolEach
and other methods that now support ES2015 symbol iterators, making your asynchronous operations more versatile and efficient. angelFall
function, which now runs smoothly even when no arguments are provided. apply
function is now enhanced to correctly utilize Function#length
, providing more accurate function behavior. map
, mapValues
, and reduceRight
functions have been refined to better support symbol iterators, enhancing their usability in modern JavaScript environments. filter
and sortBy
functions are now updated to support symbol iterators, improving their performance and compatibility. nextTick
function to ensure it uses setImmediate
on Node v0.10.x, enhancing compatibility and reliability.