Changelog
v1.5.0
omitBy
function which works like omit but uses a predicate function
instead of a key listfromPairs
function which takes an array of arrays that contain key value pairsChangelog
v1.4.2
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Changelog
v1.1.0
reduce
pluck
function which returns a new array by plucking the same named property off all objects in the array suppliedmap
Changelog
v1.0.2
Changelog
v1.0.1
isNil
isNil
examplesChangelog
v1.0.0
size
was removed you can use count
insteadfactors
no longer handles negative numbers (see improved section)
negate
functionapply
only take a single param instead of an array of params now
applyN
instead if you wish to use the old functionalitywithDefaults
function which will populate an object with default values if they don't exist within the data providedmultiples
function
applyN
which is taking over apply
's old functionalityfactors
re wrote the function and it should be able to handle extremely large numbers now
BigInt
data typeisPrime
slightly, debating if the trial division approach is still best or not