1.1.51.1.4
Reading changes from the repo…
_.once
, a new utility that allows you to run a function just once globally, simplifying your code for scenarios where initialization is needed only once. _.range
method for clearer argument overloading, making it easier to use and reducing the file size of the compressed version. _.first([1,2,3], 0)
returning the first element instead of an empty array, ensuring it behaves as expected. _.memoize
that caused it to fail under certain conditions, improving reliability.