Commit Graph
943 Commits
Author SHA1 Message Date
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
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