1.5.01.4.4
Reading changes from the repo…
_.unzip
function to easily convert arrays of pairs back into objects, making data manipulation simpler and more intuitive. throttle()
function now includes an immediate
flag, allowing you to control when the function is executed during the delay period. _.bindAll
is now clearer, specifying that method names are required, which helps prevent errors when using the function. _.find()
documentation has been improved to clarify what happens when no elements pass the test, enhancing user understanding. _.times
function now treats negative numbers as zero, preventing errors and ensuring consistent behavior across different use cases. _.toArray
to clarify that it creates an array from an object, improving user comprehension. _.max
function to return the first maximum element instead of the last, aligning its behavior with the _.min
function. _.bindAll
function to ensure it cannot be called without arguments, promoting better coding practices.