-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Deprecations
John-David Dalton edited this page Jul 23, 2019
·
1 revision
Removed since | Deprecated | Alternative |
---|---|---|
v4.0.0 | _.all |
_.every |
v4.0.0 | _.any |
_.some |
v4.0.0 | _.backflow |
_.flowRight |
v4.0.0 | _.callback |
_.iteratee |
v4.0.0 | _.collect |
_.map |
v4.0.0 | _.compose |
_.flowRight |
v4.0.0 | _.contains |
_.includes |
v4.0.0 | _.detect |
_.find |
v4.0.0 | _.foldl |
_.reduce |
v4.0.0 | _.foldr |
_.reduceRight |
v4.0.0 | _.findWhere |
_.find |
v4.0.0 | _.first |
_.head |
v4.0.0 | _.include |
_.includes |
v4.0.0 | _.indexBy |
_.keyBy |
v4.0.0 | _.inject |
_.reduce |
v4.0.0 | _.invoke |
_.invokeMap |
v4.0.0 | _.modArgs |
_.overArgs |
v4.0.0 | _.methods |
_.functions |
v4.0.0 | _.object |
_.fromPairs |
v4.0.0 | _.padLeft |
_.padStart |
v4.0.0 | _.padRight |
_.padEnd |
v4.0.0 | _.pairs |
_.toPairs |
v4.0.0 | _.pluck |
_.map |
v4.0.0 | _.rest |
_.tail |
v4.0.0 | _.restParam |
_.rest |
v4.0.0 | _#run |
_#value |
v4.0.0 | _.select |
_.filter |
v4.0.0 | _.sortByOrder |
_.orderBy |
v4.0.0 | _.support |
none |
v4.0.0 | _.trimLeft |
_.trimStart |
v4.0.0 | _.trimRight |
_.trimEnd |
v4.0.0 | _.trunc |
_.truncate |
v4.0.0 | _.unique |
_.uniq |
v4.0.0 | _.where |
_.filter |
v4.0.0 |
thisArg params |
_.bind |
Maintained by the core team with help from our contributors.