1.7.01.6.0
Reading changes from the repo…
_.iteratee
callbacks across the board for more flexible function handling. _.max
, _.min
, and _.uniq
, ensuring faster execution and better resource management. _.extend
and _.defaults
, which now handle null and undefined values more gracefully, preventing errors in your code. _.matches
, which now correctly handles null values, ensuring your comparisons are reliable. _.max
and _.min
throw exceptions when no iterator is provided, ensuring they return Infinity as expected instead. _.max
and _.min
, which previously returned incorrect values under certain conditions.