Changelog
v3.2.0
objOf
function
fuzzySearch
has been Deprecated
as of this version and will be removed in v4.0.0
amend
now uses Object spread rather than Object.assign
for that small performance boost
Object.assign
with an empty object, Object spread is consistently fasterwhile
loop assoc combo*.js
-> *.spec.js
for unit testsChangelog
v3.1.0
memoizeWith
functionmemoizeWith
memoizeWith
Changelog
v3.0.0
update
now uses adjust
under the hood which gives it all the same rules
find
to test Set Data typesadjust
function which applies a function to a supplied array data at a provided indexkeys
function which takes the keys of a provided object and gives them back as an arrayvalues
now uses the built in keys
function instead of Object.keys
draft
now uses the built in keys
function instead of Object.keys
any
, omit
, omitBy
, plan
, sift
, whole
, and withDefaults
to use keys
instead of Object.keys
values
groupBy
gt
and gte
difference
plan
Changelog
v2.1.0
takeLast
function
dropLast
function
pick
function
types
for pathOr
so that it can be specified if needed (still defaults to any
)drop
to use Math.max
when deciding a starting index
drop
which is why its not a breaking changeChangelog
v2.0.0
K
instead of kyanite
as the TS files specificyChangelog
v1.6.3
mean
type error test since this isn't really neededChangelog
v1.6.2
reject
was in the wrong categoryChangelog
v1.6.1
tap-spec
with tap-on
Changelog
v1.6.0
pathSatisfies
function, which runs a path to a value which is then passed through a function to see if it satisfies that condition and returns value of predicatepropSatisfies
function, which pulls a prop from an object and runs a function on it, returns value of predicatereducer
that is used by other functions, this should help reduce any circular dependencies with that functionreduced
that should help reduce any circular dependencies issues internallypath
function to use a new Path
typedifference
was outdated and incorrect