Changelog
5.0.2
Changelog
5.0.1
dist
buildsChangelog
5.0.0
lodash/fp
with unchanged
for both smaller size and faster speedArray
instead of create array-like object class (leverages speed of Array
)Array
class)*In
methods (deleteIn
, getIn
, hasIn
, mergeIn
, pluckIn
, setIn
), instead let their previously-singular counterparts handle both use casesfindLast
method for both CrioArray
and CrioObject
keyOf
and lastKeyOf
for CrioObject
(similar to indexOf
and lastIndexOf
for Array
, but for Object
)includes
now checks for strict equality instead of deep equality (aligning with spec for Array
)find
, findIndex
, and findKey
no longer accept fromIndex
/ fromKey
(aligning with spec for Array
)entries
, keys
, values
) now return CrioArray
instead of plain JS Array
Changelog
4.1.2
push
method for CrioArray
(somehow was missing in v4 rewrite)Changelog
4.1.0
es
transpilation in addition to standard lib
, preserving ES2015 modules for pkg.module
Changelog
4.0.0
findKey
and findLastKey
for CrioObject
slength
is now exclusive to CrioArray
, size
is the property on CrioObject
(prevents lodash from incorrectly identifying it as an array)merge
and mergeIn
are now recursive instead of shallowhashCode
is now computed at runtime based on current objectCrio
)Changelog
3.4.3
Changelog
3.4.1
lodash-webpack-plugin
for smaller dist
builds