From f92dc95c5840b4cdc45f0b2f9e379b2cb26aea2d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 13 Jan 2016 14:44:52 -0800 Subject: [PATCH] Add fp mapping for `_.gt`, `_.gte`, `_.lt`, and `_.lte`. [closes #1776] --- lib/fp/mapping.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index feadf63e7..03ef0cce6 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -81,14 +81,14 @@ module.exports = { 'curryRightN,debounce,defaults,defaultsDeep,delay,difference,drop,dropRight,' + 'dropRightWhile,dropWhile,endsWith,eq,every,extend,filter,find,find,findIndex,' + 'findKey,findLast,findLastIndex,findLastKey,flatMap,forEach,forEachRight,' + - 'forIn,forInRight,forOwn,forOwnRight,get,groupBy,includes,indexBy,indexOf,' + - 'intersection,invoke,invokeMap,isEqual,isMatch,lastIndexOf,map,mapKeys,mapValues,' + - 'matchesProperty,maxBy,mean,minBy,merge,omit,orderBy,overArgs,pad,padLeft,' + - 'padRight,parseInt,partition,pick,pull,pullAll,pullAt,random,range,rangeRight,' + - 'rearg,reject,remove,repeat,result,sampleSize,some,sortBy,sortedIndexBy,' + - 'sortedLastIndexBy,sortedUniqBy,split,startsWith,subtract,sumBy,take,takeRight,' + - 'takeRightWhile,takeWhile,throttle,times,truncate,union,uniqBy,without,wrap,' + - 'xor,zip,zipObject').split(','), + 'forIn,forInRight,forOwn,forOwnRight,get,groupBy,gt,gte,includes,indexBy,' + + 'indexOf,intersection,invoke,invokeMap,isEqual,isMatch,lastIndexOf,lt,lte,' + + 'map,mapKeys,mapValues,matchesProperty,maxBy,mean,minBy,merge,omit,orderBy,' + + 'overArgs,pad,padLeft,padRight,parseInt,partition,pick,pull,pullAll,pullAt,' + + 'random,range,rangeRight,rearg,reject,remove,repeat,result,sampleSize,some,' + + 'sortBy,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,split,startsWith,subtract,' + + 'sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,times,truncate,union,' + + 'uniqBy,without,wrap,xor,zip,zipObject').split(','), 3: ( 'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' + 'isEqualWith,isMatchWith,mergeWith,omitBy,pickBy,pullAllBy,reduce,' +