Releases
v0.52.0
Compare
Sorry, something went wrong.
No results found
partial is no longer variadic and accepts a function and an array of arguments instead
getArgAt and all array accessors now convert their index parameter to integer
Reverted change made in v0.50.0 about compose and pipe: now they return again the identity function if called without arguments
merge and mergeOwn now throw for nil values and convert to object everything else as before
intersection now return an empty array if called without parameters
Fixed: transpose and zip now correctly throw when nil values, preceded by empty array-likes, are encountered
Added partialRight
difference and intersection are now correctly documented to work with array-like objects
Updated dev dependencies
Moved variables shared by tests to an external file
Updated tests and shared variables usage
Updated insert and insertAt tests
Removed support for Node < 4
You can’t perform that action at this time.