Skip to content

Commit

Permalink
add missing shorthand functions to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Jan 25, 2017
1 parent 5aeafb7 commit 1c290d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/util/methodDataByVersion/4.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
valueOf: 'value'
},
shorthand: [
'countBy',
'differenceBy',
'dropRightWhile',
'dropWhile',
Expand All @@ -34,6 +35,7 @@ module.exports = {
'findKey',
'findLastIndex',
'findLastKey',
'flatMap',
'flatMapDeep',
'flatMapDepth',
'groupBy',
Expand All @@ -43,14 +45,18 @@ module.exports = {
'mapValues',
'maxBy',
'minBy',
'omitBy',
'overSome',
'overEvery',
'partition',
'pickBy',
'pullAllBy',
'reject',
'remove',
'some',
'sortedIndexBy',
'sortedLastIndexBy',
'sortedUniqBy',
'sumBy',
'takeRightWhile',
'takeWhile',
Expand Down

0 comments on commit 1c290d0

Please sign in to comment.