Commit Graph

16463 Commits

Author SHA1 Message Date
DomiR
b89bde3df9 (feature) Add _.functionsIn 2016-01-23 14:43:48 +01:00
DomiR
75401b0336 (feature) Add _.assignIn and _.assignInWith 2016-01-23 14:43:48 +01:00
DomiR
8807088ee7 (feature) Add _.assign and _.assignWith 2016-01-23 14:43:48 +01:00
DomiR
a8fe84edcf (feature) Add _.toInteger, _.toLength, _.toNumber, _.toSafeInteger 2016-01-23 14:43:48 +01:00
DomiR
08671c96f7 (feature) Add _.toInteger 2016-01-23 14:43:48 +01:00
DomiR
34a25f6aef (feature) Add _.isSymbol 2016-01-23 14:43:48 +01:00
DomiR
58f769dda4 (feature) Add _.isSafeInteger 2016-01-23 14:43:48 +01:00
DomiR
9ab4d2254e (feature) Add _.isObjectLike 2016-01-23 14:43:48 +01:00
DomiR
d28a7929bd (feature) Add _.isNil 2016-01-23 14:43:48 +01:00
DomiR
f10d6aafaa (feature) Add _.isMatchWith 2016-01-23 14:43:48 +01:00
DomiR
2fff06cb70 (feature) Add _.isLength 2016-01-23 14:43:48 +01:00
DomiR
30e24ce797 (feature) Add _.isInteger 2016-01-23 14:43:48 +01:00
DomiR
c5b2e44a2f (feature) Add _.isArrayLike and _.isArrayLikeObject 2016-01-23 14:43:48 +01:00
DomiR
9005355238 (feature) Add _.toLower and _.toUpper 2016-01-23 14:43:48 +01:00
DomiR
3276cdc914 (feature) Add _.upperFirst and _.upperCase 2016-01-23 14:43:48 +01:00
DomiR
dcf0aac8b2 (feature) Add _.lowerCase and _.lowerFirst 2016-01-23 14:43:48 +01:00
DomiR
c64f7a35b7 (feature) Add _.isEqual and _.eq 2016-01-23 14:43:48 +01:00
DomiR
ccc411a625 (feature) Add _.mean and _.sumBy 2016-01-23 14:43:48 +01:00
DomiR
5919b1b39d (feature) Add _.flip and _.unary 2016-01-23 14:43:48 +01:00
DomiR
ede6c030a1 (feature) Add _.clamp and _.subtract 2016-01-23 14:43:48 +01:00
DomiR
ebb1b5add4 (clean) Status update 2016-01-23 14:43:48 +01:00
DomiR
bee4d73867 (feature) Absorbed _.sortByAll into _.sortBy 2016-01-23 14:43:48 +01:00
DomiR
0ebf103056 (feature) _.cloneDeepWith and _.cloneWith 2016-01-23 14:42:31 +01:00
DomiR
3e8f32f82b (feature) Split _.uniq into _.sortedUniq, _.sortedUniqBy, & _.uniqBy 2016-01-23 14:42:31 +01:00
DomiR
3ee7875409 (feature) Removed aliases _.all, _.any, _.backflow, _.callback, _.collect, _.compose, _.contains, _.detect, _.foldl, _.foldr, _.include, _.inject, _.methods, _.object 2016-01-23 14:42:31 +01:00
DomiR
4a5102e41b (feature) Removed aliase _.run 2016-01-23 14:39:10 +01:00
DomiR
5dd9ae353c (feature) Removed aliase _.select 2016-01-23 14:39:10 +01:00
DomiR
618f01a953 (feature) Removed aliase _.unique 2016-01-23 14:39:10 +01:00
DomiR
420423e900 (feature) Split _.sortedLastIndex into _.sortedLastIndexBy 2016-01-23 14:39:10 +01:00
DomiR
c00b6c330c (feature) Split _.sortedIndex into _.sortedIndexBy 2016-01-23 14:39:10 +01:00
DomiR
6fab2980b1 (feature) Split _.sample into _.sampleSize 2016-01-23 14:39:10 +01:00
DomiR
e9db15c7d2 (feature) Split _.omit & _.pick into _.omitBy & _.pickBy 2016-01-23 14:39:10 +01:00
DomiR
474d691952 (feature) Split _.indexOf & _.lastIndexOf into _.sortedIndexOf & _.sortedLastIndexOf 2016-01-23 14:39:10 +01:00
DomiR
aebe3d44ca (feature) Split _.max & _.min into _.maxBy & _.minBy 2016-01-23 14:39:10 +01:00
DomiR
27cb7c84cc (feature) Renamed _.trunc to _.truncate 2016-01-23 14:39:10 +01:00
DomiR
63157c261e (feature) Renamed _.trimLeft & _.trimRight to _.trimStart & _.trimEnd 2016-01-23 14:39:10 +01:00
DomiR
515bcddd07 (feature) Renamed _.sortByOrder to _.orderBy 2016-01-23 14:39:10 +01:00
DomiR
324afef772 (feature) Renamed _.restParam to _.rest 2016-01-23 14:39:10 +01:00
DomiR
a7699d15e7 (feature) Renamed _.rest to _.tail 2016-01-23 14:39:10 +01:00
DomiR
654d36379b (feature) Renamed _.pairs to _.toPairs 2016-01-23 14:39:10 +01:00
DomiR
6c45e1efa3 (feature) Renamed _.padLeft & _.padRight to _.padStart & _.padEnd 2016-01-23 14:39:10 +01:00
DomiR
95514890d6 (feature) Renamed _.overArgs to _.overArgs 2016-01-23 14:39:10 +01:00
DomiR
9841ecc216 (feature) Renamed _.invoke to _.invokeMap 2016-01-23 14:39:10 +01:00
DomiR
b7f28d2d86 (feature) Rename _.indexBy to _.keyBy 2016-01-23 14:39:10 +01:00
DomiR
5abdddd2ab (feature) Rename fist to head 2016-01-23 14:39:10 +01:00
DomiR
808a31e15f (feature) Fist step to upgrade lodash to 4.0.0 2016-01-23 14:39:10 +01:00
Masahiro Wakame
0bc09e91dd Merge pull request #7628 from chrootsu/brorand
brorand: module definition and tests added
2016-01-23 22:33:37 +09:00
Masahiro Wakame
448b4a1cab Merge pull request #7627 from cyrilschumacher/master
Add (and update) several definitions
2016-01-23 22:21:01 +09:00
Masahiro Wakame
31df9721a5 Merge pull request #7624 from nimish/update-winston
Fix types of addRewriters (winston 1.x)
2016-01-23 22:16:22 +09:00
Masahiro Wakame
76d8169c52 Merge pull request #7608 from pimterry/calq-globals
Add overload to allow both forms of global property setting in calq
2016-01-23 22:15:30 +09:00