Changelog
3.4.0
every
and some
for CrioObject
(same as for Arrays, but for object collections)Changelog
3.3.2
set
method (5-13% performance improvement)Changelog
3.3.1
delete
and deleteIn
from making clones when key being deleted does not existisReactElement
checkentries
, keys
, and values
for CrioObject
Changelog
3.3.0
difference
, intersection
, and xor
to the available methods for CrioArray
Changelog
3.2.0
hasIn
and pluckIn
to the available methods for both CrioArray
and CrioObject
Changelog
3.1.0
pluck
to prototypespluck
as available for CrioObject
isCrio
, isArray
, and isObject
method to main crio
methodChangelog
3.0.0
compact
, has
, hasOwnProperty
, and includes
now are available on both CrioArray
and CrioObject
entries
, keys
, values
, and iterators