Commit Graph
759 Commits
Author SHA1 Message Date
Masahiro Wakame 2d387ef706 Merge pull request #6775 from chrootsu/lodash-forIn
lodash: signatures of the method _.forIn have been changed
2015-11-17 00:05:54 +09:00
Masahiro Wakame 3b9485edbf Merge pull request #6774 from chrootsu/lodash-has
lodash: signatures of the method _.has have been changed
2015-11-17 00:04:00 +09:00
Masahiro Wakame 4676604af0 Merge pull request #6773 from chrootsu/lodash-forOwn
lodash: signatures of the method _.forOwn have been changed
2015-11-17 00:03:45 +09:00
Masahiro Wakame f39c01672d Merge pull request #6772 from chrootsu/lodash-functions
lodash: signatures of the method _.functions have been changed
2015-11-16 23:03:41 +09:00
Masahiro Wakame 5cd06314bc Merge pull request #6771 from chrootsu/lodash-pairs
lodash: signatures of the method _.pairs have been changed
2015-11-16 23:03:26 +09:00
Masahiro Wakame f342010d17 Merge pull request #6766 from chrootsu/lodash-set
lodash: signatures of the method _.set have been changed
2015-11-16 23:03:16 +09:00
Masahiro Wakame ddbad37a6a Merge pull request #6765 from chrootsu/lodash-lt
lodash: signatures of the method _.lt have been changed
2015-11-16 23:03:07 +09:00
Masahiro Wakame 125434ba34 Merge pull request #6764 from chrootsu/lodash-restParam
lodash: signatures of the method _.restParam have been changed
2015-11-16 23:02:55 +09:00
Masahiro Wakame d38e616020 Merge pull request #6763 from chrootsu/lodash-filter
lodash: signatures of the method _.filter have been changed
2015-11-16 23:02:45 +09:00
Masahiro Wakame be052da900 Merge pull request #6761 from chrootsu/lodash-reject
lodash: signatures of the method _.reject have been changed
2015-11-16 23:02:30 +09:00
Masahiro Wakame 0d01d1144b Merge pull request #6744 from chrootsu/lodash-zipObject
lodash: signatures of the method _.zipObject have been changed
2015-11-16 22:53:53 +09:00
Masahiro Wakame 071cee2d9a Merge pull request #6729 from chrootsu/lodash-without
lodash: signatures of the method _.without have been changed
2015-11-16 22:31:04 +09:00
Masahiro Wakame a2c42ae923 Merge pull request #6728 from chrootsu/lodash-unzip
lodash: signatures of the method _.unzip have been changed
2015-11-16 22:30:04 +09:00
Masahiro Wakame daa53a9d7d Merge pull request #6720 from seansfkelley/master
_.values, when chaining, changes the type of the chain from an object wrapper to an array wrapper.
2015-11-16 22:06:13 +09:00
Masahiro Wakame 8b30afa8e9 Merge pull request #6717 from chrootsu/lodash-modArgs
lodash: signatures of the method _.modArgs have been changed
2015-11-16 21:44:37 +09:00
Masahiro Wakame f04cfd70b9 Merge pull request #6715 from chrootsu/lodash-gte
lodash: signatures of the method _.gte have been changed
2015-11-16 21:39:29 +09:00
Masahiro Wakame f57d70cdb7 Merge pull request #6712 from chrootsu/lodash-property
lodash: signatures of the method _.property have been changed
2015-11-16 21:38:11 +09:00
Masahiro Wakame faac113892 Merge pull request #6711 from chrootsu/lodash-size
lodash: signatures of the method _.size have been changed
2015-11-16 21:37:45 +09:00
Ilya Mochalov 717007ce83 lodash: signatures of the method _.forIn have been changed 2015-11-15 11:10:15 +05:00
Ilya Mochalov b93e5ce63b lodash: signatures of the method _.has have been changed 2015-11-15 10:58:30 +05:00
Ilya Mochalov ff404a44c2 lodash: signatures of the method _.forOwn have been changed 2015-11-15 10:42:53 +05:00
Ilya Mochalov 446ae99855 lodash: signatures of the method _.functions have been changed 2015-11-15 10:15:22 +05:00
Ilya Mochalov 216ef06c33 lodash: signatures of the method _.pairs have been changed 2015-11-15 09:57:45 +05:00
Ilya Mochalov 11c87274a9 lodash: signatures of the method _.set have been changed 2015-11-14 19:02:31 +05:00
Ilya Mochalov 9365314163 lodash: signatures of the method _.lt have been changed 2015-11-14 18:47:39 +05:00
Ilya Mochalov 6a5ee5c6e3 lodash: signatures of the method _.restParam have been changed 2015-11-14 18:38:28 +05:00
Ilya Mochalov fd3b5297fa lodash: signatures of the method _.filter have been changed 2015-11-14 18:10:58 +05:00
Ilya Mochalov 6d07ce1fd0 lodash: signatures of the method _.reject have been changed 2015-11-14 17:50:04 +05:00
Ilya Mochalov c699b8074f lodash: signatures of the method _.zipObject have been changed 2015-11-13 10:51:01 +05:00
Ilya Mochalov f94388c1c9 lodash: signatures of the method _.without have been changed 2015-11-12 15:11:28 +05:00
Ilya Mochalov 54f849120e lodash: signatures of the method _.unzip have been changed 2015-11-12 15:02:44 +05:00
Sean Kelley 8b647ec50d _.values, when chaining, changes the type of the chain from an object wrapper to an array wrapper. 2015-11-11 12:15:48 -08:00
Ilya Mochalov cd55bb6be5 lodash: signatures of the method _.modArgs have been changed 2015-11-11 20:29:38 +05:00
Ilya Mochalov 469e9bacdf lodash: signatures of the method _.gte have been changed 2015-11-11 19:55:52 +05:00
Ilya Mochalov ef8e997e40 lodash: signatures of the method _.property have been changed 2015-11-11 19:42:12 +05:00
Ilya Mochalov 95f2de76f6 lodash: signatures of the method _.size have been changed 2015-11-11 19:21:37 +05:00
Ilya Mochalov 4a60180d71 lodash: signatures of the method _.includes have been changed 2015-11-11 19:08:41 +05:00
Masahiro Wakame 68be18bb3f Merge pull request #6695 from chrootsu/lodash-isEqual
lodash: signatures of the method _.isEqual have been changed
2015-11-11 19:52:01 +09:00
Masahiro Wakame 261ccb803e Merge pull request #6678 from chrootsu/lodash-forEach-forEachRight
lodash: signatures of the methods _.forEach and _.forEachRight have b…
2015-11-11 19:02:38 +09:00
Masahiro Wakame cd9a3a88d9 Merge pull request #6673 from chrootsu/lodash-once
lodash: signatures of the method _.once have been changed
2015-11-11 19:01:45 +09:00
Masahiro Wakame 39e24301dd Merge pull request #6672 from chrootsu/lodash-flowRight
lodash: signatures of the method _.flowRight have been changed
2015-11-11 19:01:33 +09:00
Masahiro Wakame 99e3dcaa22 Merge pull request #6658 from chrootsu/lodash-after
lodash: signatures of the method _.after have been changed
2015-11-11 19:01:20 +09:00
Masahiro Wakame e59fb008fd Merge pull request #6657 from chrootsu/lodash-last
lodash: signatures of the method _.last have been changed
2015-11-11 19:01:06 +09:00
Masahiro Wakame 7eec33e875 Merge pull request #6655 from chrootsu/lodash-takeWhile
lodash: signatures of the method _.takeWhile have been changed
2015-11-11 19:00:53 +09:00
Masahiro Wakame 67f1a365dd Merge pull request #6654 from chrootsu/lodash-takeRight
lodash: signatures of the method _.takeRight have been changed
2015-11-11 19:00:41 +09:00
Masahiro Wakame e1b9d8873e Merge pull request #6653 from chrootsu/lodash-defaults
lodash: signatures of the method _.defaults have been changed
2015-11-11 19:00:25 +09:00
Masahiro Wakame b577802e7c Merge pull request #6636 from chrootsu/lodash-uniqueId
lodash: signatures of the method _.uniqueId have been changed
2015-11-11 18:13:10 +09:00
Masahiro Wakame bdd5da3976 Merge pull request #6635 from chrootsu/lodash-range
lodash: signatures of the method _.range have been changed
2015-11-11 18:12:56 +09:00
Masahiro Wakame 0eca0a2896 Merge pull request #6633 from chrootsu/lodash-methodOf
lodash: signatures of the method _.methodOf have been changed
2015-11-11 18:12:44 +09:00
Masahiro Wakame 8e8f81ec4b Merge pull request #6632 from chrootsu/lodash-shuffle
lodash: signatures of the method _.shuffle have been changed
2015-11-11 18:12:29 +09:00