All Versions
38
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.30 Changes
- defaultsDeep handle undefined #186 - FredericHeem
-
v1.6.29 Changes
- fix syntax issue with map filter iterators and async iterators
-
v1.6.28 Changes
- stop supporting node 10
-
v1.6.22 Changes
- x/callProp
-
v1.6.17 Changes
- x/has
- x/includes
-
v1.6.16 Changes
- fix omit throwing on nullish
-
v1.6.15 Changes
- omit supports nested fields #181
-
v1.6.13 Changes
- map.entries
- License (MIT) and Chat (Gitter) readme badges
- fix x/trace altering output
- patch transform - strings and binary correspond 1 character = 1 byte
- patch internal/binaryExtend - construct Buffers as per Node.js warning
-
v1.6.11 Changes
- fix: tap.if handles promises in its executor
-
v1.6.10 Changes
- and defers to
.and
if method is present - or defers to
.or
if method is present - not defers to
.not
if method is present - eq defers to
.eq
if method is present - gt defers to
.gt
if method is present - lt defers to
.lt
if method is present - gte defers to
.gte
if method is present - lte defers to
.lte
if method is present - eq compares by SameValueZero
- isDeepEqual compares by SameValueZero
- isObject checks for language type Object
- and defers to