Commit Graph
968 Commits
Author SHA1 Message Date
Masahiro Wakame c8630523ef Merge pull request #7999 from chrootsu/lodash-unset
lodash: changed _.unset
2016-02-11 22:56:22 +09:00
Ilya Mochalov ad1c4f411a lodash: added _.toPairsIn 2016-02-06 22:07:48 +05:00
Masahiro Wakame 7d8e7e8c53 Merge pull request #7955 from chrootsu/lodash-every
lodash: changed _.every
2016-02-07 01:07:59 +09:00
Masahiro Wakame 14e772882b Merge pull request #7934 from chrootsu/lodash-some
lodash: changed _.some
2016-02-06 23:51:01 +09:00
Masahiro Wakame 24985d1102 Merge pull request #7922 from chrootsu/lodash-unionBy
lodash: changed _.unionBy
2016-02-06 23:29:17 +09:00
Ilya Mochalov 1e057a85a2 lodash: changed _.unset 2016-02-05 23:10:32 +05:00
Ilya Mochalov d485633bf2 lodash: changed _.some 2016-02-03 20:19:57 +05:00
Ilya Mochalov 3d52090ef7 lodash: changed _.every 2016-02-03 20:17:22 +05:00
Masahiro Wakame e69fe60f2d Merge pull request #7893 from chrootsu/lodash-string-funcs
lodash: updated string functions
2016-02-03 00:15:33 +09:00
Masahiro Wakame 55aa2d0200 Merge pull request #7883 from chrootsu/lodash-differenceBy
lodash: _.differenceBy changed
2016-02-03 00:02:28 +09:00
Masahiro Wakame 87d140ac71 Merge pull request #7869 from applesaucers/master
Lodash: _.invokeMap more robust & consistent with _.method/_.methodOf
2016-02-02 23:50:22 +09:00
Ilya Mochalov dca2ec14fe lodash: changed _.unionBy 2016-02-01 19:52:29 +05:00
Ilya Mochalov f775513604 lodash: updated string functions 2016-01-31 16:00:11 +05:00
Ilya Mochalov b31d02d4f2 lodash: _.differenceBy changed 2016-01-30 12:22:42 +05:00
Kevin Grasso 5b97a931e0 lodash: result of using a dictionary in _.invokeMap is an array, not another dictionary 2016-01-29 00:37:44 -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
Kevin Grasso 2b6125a602 Lodash: _.invokeMap more robust & consistent with _.method/_.methodOf 2016-01-28 22:44:31 -05: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