Commit Graph
953 Commits
Author SHA1 Message Date
Ilya Mochalov d485633bf2 lodash: changed _.some 2016-02-03 20:19:57 +05:00
Masahiro Wakame df712b17fa Merge pull request #7867 from chrootsu/lodash-times
lodash: _.times changed
2016-01-29 13:38:34 +09:00
Masahiro Wakame 2bbc03a4e4 Merge pull request #7818 from chrootsu/lodash-nthArg
lodash: _.nthArg added
2016-01-29 12:44:47 +09:00
Ilya Mochalov d81c162a12 lodash: _.times changed 2016-01-29 05:58:21 +05:00
Masahiro Wakame 86dbea8fc3 Merge pull request #7673 from thorn0/lodash-memoize
lodash: use intersection types for _.memoize, support _.memoize.Cache
2016-01-27 23:40:39 +09:00
Masahiro Wakame 0d3987f645 Merge pull request #7795 from chrootsu/lodash-over
lodash: _.overEvery and _.overSome added
2016-01-27 23:34:23 +09:00
Ilya Mochalov 251aea1323 lodash: _.nthArg added 2016-01-27 10:56:17 +05:00
thorn0 ff62923350 lodash: use intersection types for _.memoize, support _.memoize.Cache 2016-01-26 12:22:47 +02:00
Ilya Mochalov 3d77d34ed8 lodash: _.overEvery and _.overSome added 2016-01-26 04:12:18 +05:00
Ilya Mochalov 1ed533e06b lodash: _.set changed, _.setWith added 2016-01-26 03:52:16 +05:00
Masahiro Wakame cad664948f Merge pull request #7757 from chrootsu/lodash-join
lodash: signatures of _.join have been changed
2016-01-25 12:27:49 +09:00
Masahiro Wakame 9a1bc8458f Merge pull request #7756 from chrootsu/lodash-over
lodash: signatures of _.over added
2016-01-25 12:27:32 +09:00
Masahiro Wakame a40d21b562 Merge pull request #7747 from jedmao/lodash-attempt
Additional args in lodash.attempt
2016-01-25 12:20:39 +09:00
Masahiro Wakame c1c45c419d Merge pull request #7709 from SuperPaintman/master
Added lodash `_.unset`
2016-01-25 12:20:15 +09:00
Ilya Mochalov 74d4078b8e lodash: signatures of _.join have been changed 2016-01-24 09:49:37 +05:00
Ilya Mochalov 97a3b55245 lodash: signatures of _.over have been changed 2016-01-24 08:54:45 +05:00
Ilya Mochalov 0398bc0ebe lodash: signatures of _.attempt have been changed 2016-01-24 05:23:54 +05:00
Ilya Mochalov 454a2cfaec lodash: signatures of _.isEmpty have been changed 2016-01-24 05:00:06 +05:00
Jed Mao e6d8d7f939 Additional args in lodash.attempt 2016-01-23 10:20:58 -06:00
DomiR 2a6a4132bf (feature) Added some dummies for array functions 2016-01-23 14:52:57 +01:00
DomiR 4f38ac3bc6 (feature) Add _.rangeRight 2016-01-23 14:52:57 +01:00
DomiR fcb3ef9138 (feature) Add _.toPath 2016-01-23 14:52:57 +01:00
DomiR 0d6bd79475 (feature) Add _.mergeWith 2016-01-23 14:52:57 +01:00
DomiR 242f39f735 (feature) Add _.hasIn 2016-01-23 14:43:48 +01:00
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