1.1.71.1.6
Reading changes from the repo…
_.groupBy
to easily group elements of an array based on a specified criterion, making data organization simpler and more intuitive. toArray
method now returns a clone of the array, ensuring that modifications to the original collection do not affect the returned array, enhancing data integrity. isEqual
function is improved to handle cases where the second object implements isEqual
, ensuring more accurate comparisons. _.delay
now use setTimeout
to verify its behavior, ensuring that timing issues are accurately tested and resolved. groupBy
tests to ensure they pass regardless of the order of keys in the hashmap, providing more reliable test results. _.any
to return the correct result even when Array.prototype.some
is not available, ensuring consistent functionality across different environments.