diff --git a/src/util/methodDataByVersion/4.js b/src/util/methodDataByVersion/4.js index f76e47d..d9b65fc 100644 --- a/src/util/methodDataByVersion/4.js +++ b/src/util/methodDataByVersion/4.js @@ -24,6 +24,7 @@ module.exports = { valueOf: 'value' }, shorthand: [ + 'countBy', 'differenceBy', 'dropRightWhile', 'dropWhile', @@ -34,6 +35,7 @@ module.exports = { 'findKey', 'findLastIndex', 'findLastKey', + 'flatMap', 'flatMapDeep', 'flatMapDepth', 'groupBy', @@ -43,14 +45,18 @@ module.exports = { 'mapValues', 'maxBy', 'minBy', + 'omitBy', 'overSome', 'overEvery', 'partition', + 'pickBy', + 'pullAllBy', 'reject', 'remove', 'some', 'sortedIndexBy', 'sortedLastIndexBy', + 'sortedUniqBy', 'sumBy', 'takeRightWhile', 'takeWhile',