Commit Graph

287 Commits

Author SHA1 Message Date
dc7f52bfaf Update tag_database 2018-01-25 13:44:54 +02:00
573e2e07d2 Travis build: 1415 2018-01-25 11:43:21 +00:00
5f0ec219ba Add reduceSuccessive
Similar to Ramda's scan.
2018-01-24 16:38:08 +02:00
421d7964e5 Add unfold
Similar to Ramda's unfold
2018-01-24 16:22:14 +02:00
2fc86649f8 Fix tag 2018-01-24 15:57:58 +02:00
04e667b367 Add xProd 2018-01-24 15:55:03 +02:00
7c481f80bf Add partial, partialRight 2018-01-24 14:40:16 +02:00
e9702ad4fa Add delay 2018-01-24 14:32:20 +02:00
64c817ef81 Add bindKey 2018-01-24 14:22:43 +02:00
cc8b6ba809 Add bind 2018-01-24 14:14:49 +02:00
95de599cf8 Add ary 2018-01-24 13:59:54 +02:00
b51bee9022 Add times 2018-01-24 13:50:49 +02:00
315780ade3 Add unary 2018-01-24 13:22:32 +02:00
69a100b68a Add sortedLastIndex 2018-01-24 13:16:47 +02:00
6e605673f0 Add findLastIndex, update findLast 2018-01-24 13:02:07 +02:00
4ed97c92e3 Add intersectionBy, intersectionWith 2018-01-24 12:53:18 +02:00
8303109529 Add unzipWith 2018-01-24 12:44:16 +02:00
6f7878d4be Add unzip 2018-01-24 12:35:25 +02:00
57de0796f2 Add unionWith, unionBy 2018-01-24 12:19:41 +02:00
bca834724c Add symmetricDifferenceBy, symmetricDifferenceWith 2018-01-24 11:59:02 +02:00
541103321a Add differenceBy 2018-01-24 11:49:03 +02:00
e1f71f492e Add composeRight 2018-01-23 22:12:56 +02:00
fc612307cf Add nthArgument 2018-01-23 21:27:37 +02:00
0e2475f480 Add over 2018-01-23 21:02:17 +02:00
84a3fa1a8b Add castArray 2018-01-23 20:54:12 +02:00
9dfdf544f3 Add deepClone.md 2018-01-23 20:48:46 +02:00
5c0e43ed0f Travis broken, test 2018-01-23 20:32:17 +02:00
967aa6c95d Add matches, matchesWith 2018-01-23 20:17:32 +02:00
2427790224 Add isObjectLike.md 2018-01-23 19:30:03 +02:00
2ba8012479 Add isEmpty 2018-01-23 19:25:17 +02:00
df19d56271 Add findKey, findLastKey 2018-01-23 18:23:20 +02:00
fa33b30095 Update invertKeyValues 2018-01-23 17:31:50 +02:00
5323cc7cad Updated description, tags 2018-01-23 15:59:43 +02:00
71582dbe93 Add isPlainObject 2018-01-19 13:59:12 +02:00
2f5e6b04fd Add defaults 2018-01-19 13:51:05 +02:00
d438a0bd6c Add omitBy, pickBy 2018-01-19 13:23:45 +02:00
97192399e9 Add omit 2018-01-19 13:14:46 +02:00
0e89e52d50 Archived cleanObj
It's essentially the same as `pick` but a lot more confusing.
2018-01-19 13:05:48 +02:00
6a20967729 Merge pull request #559 from Chalarangelo/forOwn
[FEATURE][ADD] Add forOwn and forOwnRight
2018-01-18 17:05:58 -08:00
047db17d4a Update tag_database 2018-01-18 17:46:56 +02:00
14bba46439 Travis build: 1304 2018-01-18 15:42:28 +00:00
a7790db34c Add forOwn and forOwnRight 2018-01-18 16:45:56 +02:00
81cc6b5746 Merge pull request #557 from Chalarangelo/btoa
[FEATURE] btoa and atob
2018-01-17 16:05:30 -05:00
c865243aa3 Added atob and btoa for node 2018-01-17 21:43:21 +02:00
ae23cf3c8d Merge pull request #556 from Chalarangelo/isUpdate
[PATCH] Combined is snippets into a generic one
2018-01-17 21:38:35 +02:00
568d670dbc Merge pull request #552 from Chalarangelo/hash
[FEATURE] Hash methods
2018-01-17 21:25:29 +02:00
6499985961 Combined is snippets into a generic one 2018-01-17 21:23:46 +02:00
5145dabee9 update tag database and remove distinctValuesOfArray 2018-01-17 18:07:48 +01:00
94d2f2c404 Hash methods 2018-01-17 14:09:01 +02:00
7329bba847 Merge branch 'master' into urlJoin 2018-01-16 18:48:59 +02:00