Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ramda

Supporting functional programming in JS
Collective - Host: opensource - https://opencollective.com/ramda - Website: https://ramdajs.com - Code: https://github.com/ramda

Merge pull request #2353 from paldepind/adjust-index-first

Change argument order of adjust

github.com/ramda/ramda - a4b818a55dcbb48df3a0fb359f10a5e099d0a363 authored about 7 years ago by Scott Sauyet <[email protected]>
Change argument order of adjust

github.com/ramda/ramda - 3ecb8ba92e651a08821632b0092761ff1876e73d authored about 7 years ago by paldepind <[email protected]>
Merge pull request #2350 from kurtmilam/add-findLastIndex-tests

Add 'dispatches to transfomer objects' tests for find* functions

github.com/ramda/ramda - 1a61378c1811479d9820f13581345a9baacf4129 authored about 7 years ago by Michael Hurley <[email protected]>
Merge branch 'master' into add-findLastIndex-tests

github.com/ramda/ramda - 1afa022f697fc0bd295381c297985c18f045ea14 authored about 7 years ago by Kurt Milam <[email protected]>
Merge pull request #2352 from davidchambers/curry-tests

test: remove redundant currying and placeholder tests

github.com/ramda/ramda - 3b7e0fd3b1ef20bd3f3865cf14231d946dbe3fd5 authored about 7 years ago by Michael Hurley <[email protected]>
test: remove redundant currying and placeholder tests

github.com/ramda/ramda - 5e234c908416d24ef1f49068528a0ff34406682e authored about 7 years ago by David Chambers <[email protected]>
Add 'dispatches to transfomer objects' tests for find* functions

Includes find, findIndex, findLast and findLastIndex.

github.com/ramda/ramda - 1877b7f5b30e7c1d4b69647b45725e694dfe4af6 authored about 7 years ago by Kurt Milam <[email protected]>
Merge pull request #2344 from kurtmilam/check-undefined-isTransformer

Guard null and undefined before accessing prop in _IsTransformer

github.com/ramda/ramda - c58dd1bbc3f525a92991afe813c86c7676fad2d5 authored about 7 years ago by Scott Sauyet <[email protected]>
Add transfomer and transducer tests for findLastIndex

github.com/ramda/ramda - a1ffe3db5bbd1d15c5fd81f9e2eedeee5bd134ab authored about 7 years ago by Kurt Milam <[email protected]>
Merge pull request #2349 from kedashoe/doc-transducer

functions missing transducer documentation

github.com/ramda/ramda - 89842f055abd37bfc946a2a8245f6fb46f0211bc authored about 7 years ago by Scott Sauyet <[email protected]>
Merge pull request #2348 from davidchambers/is-arguments

fix _isArguments

github.com/ramda/ramda - 0496f6b54c63097aa397c12280339e7a62532167 authored about 7 years ago by David Chambers <[email protected]>
functions missing transducer documentation

github.com/ramda/ramda - 63778388b8bba6168c0fb04864caa6544bc38b68 authored about 7 years ago by kedashoe <[email protected]>
fix _isArguments

github.com/ramda/ramda - 0f4c1cf174722103eb5e72c2eee449a770a8e7e2 authored about 7 years ago by David Chambers <[email protected]>
Guard null and undefined before accessing prop in _IsTransformer

_IsTransformer was naively checking for an object property on an
argument without first ensuring...

github.com/ramda/ramda - 37da98647bfd8f7a7907eb70ac62e3740b96ea4f authored about 7 years ago by Kurt Milam <[email protected]>
Merge pull request #2338 from asaf-romano/object-is-identical

Use Object.is as the implementation of R.identical if available

github.com/ramda/ramda - baf9292625c9074637c187dabe664239eb40f11b authored about 7 years ago by Michael Hurley <[email protected]>
Merge pull request #1956 from Bradcomp/reomve-node-0.10-support

Removed node v0.10 support and Q devDependency

github.com/ramda/ramda - 19e9ee2ee2577aa895c2e2c712b4e02e912532b6 authored about 7 years ago by Michael Hurley <[email protected]>
add link to cond, ifElse, unless and when. (#2341)

github.com/ramda/ramda - 73227a567123155f9037e8234ae1d7127cf891b4 authored about 7 years ago by wangzengdi <[email protected]>
Fixed docs (#200)

github.com/ramda/ramda.github.io - a3c47abd65fde5e0472d2b1a7ad4ef70df93faea authored about 7 years ago by Mateusz Burzyński <[email protected]>
Use Object.is as the implementation of R.identical if available

Object.is is identical to R.identical. Similar to what we did with
Object.assign few versions ag...

github.com/ramda/ramda - c49ada6cd2f898f654d041bbb2bce26a0448e7c8 authored about 7 years ago by Asaf Romano <[email protected]>
fix version updates missed by prepublish and patch prepublish script (#2323)

github.com/ramda/ramda - ddb624aadd9227ca31478af154205c0498162726 authored about 7 years ago by Kevin Wallace <[email protected]>
Merge pull request #2321 from codeclown/adjust-docs

Add examples of negative indexes to R.update and R.adjust

github.com/ramda/ramda - 7625fe3d8a5b6767487fbb86ff9c09b1cbb55793 authored about 7 years ago by Scott Sauyet <[email protected]>
Remove unnecessary examples

github.com/ramda/ramda - 861b539caa5812a5e71411e519325b34c36dcf7d authored about 7 years ago by Martti Laine <[email protected]>
Update contributing.md (#2320)

github.com/ramda/ramda - 53cacc89a6b254fdb781200cbaaf7ef398849f45 authored about 7 years ago by Martti Laine <[email protected]>
Fixed JSDocs for __ (#2332)

github.com/ramda/ramda - 10c18f520acf0cc5ed3b3151b6231c2859b541b2 authored about 7 years ago by Mateusz Burzyński <[email protected]>
R.adjust - Add example of negative index to documentation

github.com/ramda/ramda - ac4ef7bcd62ec51555c7b9d3bae841e1575ef0ff authored about 7 years ago by Martti Laine <[email protected]>
R.update - Add example of negative index to documentation

github.com/ramda/ramda - 6e5f7641299b48d2cd745f281d02047aebbabc27 authored about 7 years ago by Martti Laine <[email protected]>
Fix trim and keys which cause isses when generating document (#2327)

github.com/ramda/ramda - 46b1023dba0ec861a8c11f6cac94285b94d31d6d authored about 7 years ago by Robert Chang <[email protected]>
Merge pull request #2326 from feimosi/patch-1

Put the whole bookmarklet code inside markdown snippet

github.com/ramda/ramda - ad09c10ebef5c6d20203ed44d2bce5a86599de36 authored about 7 years ago by Scott Sauyet <[email protected]>
Merge pull request #2329 from adispring/optimize-propEq-see

optimize propEq see from where to whereEq

github.com/ramda/ramda - 83a4c5ffed08d1709ad604be5e8929753ce200ca authored about 7 years ago by Michael Hurley <[email protected]>
optimize propEq see from where to whereEq

github.com/ramda/ramda - c0caa1bd3da59f204244ed3a3267c691871e0345 authored about 7 years ago by wangzengdi <[email protected]>
Merge pull request #199 from ramda/CrossEye-patch-1

Fixing source-code links (Closes #197)

github.com/ramda/ramda.github.io - 4d9faa38c6d6f62712c62061a9dc74c04ebdb3ad authored about 7 years ago by Michael Hurley <[email protected]>
Fixing source-code links

github.com/ramda/ramda.github.io - f713dc5f98c3a2b41eb6d9c1fb856bc73acddd6e authored about 7 years ago by Scott Sauyet <[email protected]>
Put the whole bookmarklet code inside markdown snippet

github.com/ramda/ramda - 8978d8d899fd9fdef19321f0788d4b86995dc9f0 authored about 7 years ago by Marek Grzybek <[email protected]>
v0.25.0 (#195)

github.com/ramda/ramda.github.io - 4514812c75b9406b803706ade9189a0f6b6cb060 authored over 7 years ago by Kevin Wallace <[email protected]>
Merge pull request #2325 from pauloliver/if-else-docs

Fix ifElse docs

github.com/ramda/ramda - 960443c4f34ef196876039924b0a763f5f9cd5c9 authored over 7 years ago by Michael Hurley <[email protected]>
fix ifElse docs

github.com/ramda/ramda - 6344bf9b602e09e2a0f393fee5ad8ce9cdde438e authored over 7 years ago by Paul Heimburg <[email protected]>
docs(applyTo): fix jsdoc alignment (#2324)

:+1:

github.com/ramda/ramda - 7295ac7718e536b62514e1706c21a53c41f680c2 authored over 7 years ago by Ika <[email protected]>
Merge pull request #165 from adc17/patch-1

Update project status in readme file

github.com/ramda/ramda-fantasy - f29090b293be826fdbdcd6604b17abf9706cf8e3 authored over 7 years ago by Michael Hurley <[email protected]>
Update project status in readme file

github.com/ramda/ramda-fantasy - bc21ef57a5aaf7f6437958c1c672256ccb6a7936 authored over 7 years ago by Alexander Chalk <[email protected]>
Version 0.25.0

github.com/ramda/ramda - 3dfce5ee44d287b8a6c0460cf57fb9d5a2f468dc authored over 7 years ago by kedashoe <[email protected]>
use new source directory in prepublish script (#2318)

github.com/ramda/ramda - a2737704955bff84b73394da25a5a20b91234af4 authored over 7 years ago by Kevin Wallace <[email protected]>
Merge pull request #2313 from kedashoe/remove-insersectionWith

remove intersectionWith

github.com/ramda/ramda - 6cd9a6f446b50f07b1a0b047ebde8e2455cba0d1 authored over 7 years ago by Scott Sauyet <[email protected]>
remove intersectionWith

github.com/ramda/ramda - 12f98801eeae43157130cad6e8d2feacdc6dbe64 authored over 7 years ago by kedashoe <[email protected]>
Merge pull request #2309 from kedashoe/apply-to

add thrush combinator as applyTo

github.com/ramda/ramda - a48e5faea76d85cffb113e4d8776f28827196562 authored over 7 years ago by Michael Hurley <[email protected]>
Merge pull request #2310 from kedashoe/dep-memoize

deprecate memoize

github.com/ramda/ramda - d213f01566b468e63a82d857e956dd74a86300e7 authored over 7 years ago by Michael Hurley <[email protected]>
Merge pull request #2311 from kedashoe/flip-arity

fix flip to return function with the same arity as the original

github.com/ramda/ramda - 5b87e5ee4aa9b18ffc3dd514b6fae571afe760c0 authored over 7 years ago by Michael Hurley <[email protected]>
fix flip to return function with the same arity as the original

github.com/ramda/ramda - 69a70a95451b818d69ff720d21e3ca349125eb4c authored over 7 years ago by kedashoe <[email protected]>
deprecate memoize

github.com/ramda/ramda - d3766c873dceb57cbf5d8244681e6270d93bbcb2 authored over 7 years ago by kedashoe <[email protected]>
add thrush combinator as applyTo

github.com/ramda/ramda - 4869103f0e76e52e9b757b3162f80402ae99cef3 authored over 7 years ago by kedashoe <[email protected]>
Revert "Support versioning of ramda-repl js file"

This reverts commit 7a89204de57276a3a0369c8fdb02f40b4f1700f9.

github.com/ramda/ramda.github.io - 9563d43d8739ec3567a9c13d2c30941e8fed6d04 authored over 7 years ago by Matt McKellar-Spence <[email protected]>
Support versioning of ramda-repl js file

github.com/ramda/ramda.github.io - 7a89204de57276a3a0369c8fdb02f40b4f1700f9 authored over 7 years ago by Zehua Liu <[email protected]>
Refactored to es6 modules

github.com/ramda/ramda - f494250c0aed9ecc096cc5b5b7823661edc14de2 authored over 7 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #2305 from datenreisender/reimplement_prop_via_path

Reimplement prop via path

github.com/ramda/ramda - e76b9a75cca909c1c1559f62d58f96b2be7af1b4 authored over 7 years ago by Scott Sauyet <[email protected]>
Test that prop and path behave similar

github.com/ramda/ramda - 78f054d090352e13f3c9569e4a521b3df4072804 authored over 7 years ago by Marko Schulz <[email protected]>
Reimplement prop via path

As discussed in #2059 we are unsatisfied that `prop` and `path` have
different behaviour when pa...

github.com/ramda/ramda - 68e4ea9e4bc4763830af2318b240f333a1002f34 authored over 7 years ago by Marko Schulz <[email protected]>
Fixed interference of css style from docs page to repl

Made the css class name and selector for docs more selective to avoid
messing up with the .repl ...

github.com/ramda/ramda.github.io - d593ec8c2ed5215990968f7f304397131e34b791 authored over 7 years ago by Zehua Liu <[email protected]>
Merge pull request #189 from zehua/set-node-version

Added hint for node version min requirement

github.com/ramda/ramda.github.io - cca1256c8313bd7b125d1f7f728e9625cf1b98d3 authored over 7 years ago by Michael Hurley <[email protected]>
Added hint for node version min requirement

jsdoc does not seem to work with node 5 or below

- updated README
- added .nvmrc
- added engine...

github.com/ramda/ramda.github.io - f16c1222991fec9a4938a393d67b4fc8cc092c95 authored over 7 years ago by Zehua Liu <[email protected]>
Added support for ES2015 generator in repl (#50)

github.com/ramda/repl - fdfdc3594c9117adfaaf4adb042b63af4d6c2b00 authored over 7 years ago by Zehua Liu <[email protected]>
Merge pull request #2298 from mattgrande/fix-coverage

Remove precoverage script

github.com/ramda/ramda - eda8ea0ac7bbf47b08cb16dab1c49a1fd4127005 authored over 7 years ago by Scott Sauyet <[email protected]>
Remove precoverage script

The `precoverage` script just called `pretest`, however `pretest` was removed in PR #1928

github.com/ramda/ramda - 3c4f44ac1869f6129c06c336dd7396fd0c3a1d93 authored over 7 years ago by Matt Grande <[email protected]>
Merge pull request #2293 from porsager/patch-1

Add unpkg and jsdelivr field to package.json

github.com/ramda/ramda - 27d1685ea39ac4ddae4a4c6c369c3ba48981c0d9 authored over 7 years ago by Michael Hurley <[email protected]>
Merge pull request #2294 from myrubapa/master

Spell correction in tests R.last

github.com/ramda/ramda - 316e4f2a62db205c6a0932b0a18e4f0c88c532eb authored over 7 years ago by Michael Hurley <[email protected]>
Add jsdelivr path to package.json

github.com/ramda/ramda - cbcc7df27de649402076769fc3516bd7dd9899f3 authored over 7 years ago by Rasmus Porsager <[email protected]>
Use unpkg field instead

It appears unpkg.com will also look at the unpkg field, so using that would avoid potential bund...

github.com/ramda/ramda - 2bf15d89a348364f683c547ceacc4777824d507a authored over 7 years ago by Rasmus Porsager <[email protected]>
Spell correction in tests R.last

github.com/ramda/ramda - 8763d80d40c5cd80cc0d7f0be5b8eaaef07917eb authored over 7 years ago by Bekhzod Tillakhanov <[email protected]>
Add browser field to support eg. unpkg.com

It would be great to be able to use ramda directly through eg. https://unpkg.com/ramda

github.com/ramda/ramda - edd9312ad138ddd44f682eaf5414c69eae4fc87a authored over 7 years ago by Rasmus Porsager <[email protected]>
Merge pull request #2286 from char0n/master

docs(concat): add note about Semigroup fantasy-land spec

github.com/ramda/ramda - d76428678bd27ecd77ce443ed8b2f59a295c29f5 authored over 7 years ago by Michael Hurley <[email protected]>
docs(concat): reword the fantasy-land semigroup note

github.com/ramda/ramda - 4d5fe00a63d011b9e6837e6725b397ad82ba9644 authored over 7 years ago by Vladimir Gorej <[email protected]>
docs(concat): add note about Semigroup fantasy-land spec

github.com/ramda/ramda - 1b1250df75918ca7b574080098754f3bc12bd11e authored over 7 years ago by Vladimir Gorej <[email protected]>
fix #2279: zipObj doc (#2284)

github.com/ramda/ramda - 2e911dfc9641d0dc8429c17b9d86c3165cf1c4be authored over 7 years ago by Michael Hurley <[email protected]>
Merge pull request #2280 from char0n/master

docs(empty): add note about fantasy-land Monoid spec

github.com/ramda/ramda - c7321e54a499e7f382b62742fbb44d86ad9af117 authored over 7 years ago by Michael Hurley <[email protected]>
style(empty): remove extra * char

github.com/ramda/ramda - 9d716b8f7f85b512275e414817be1dc20f8b1195 authored over 7 years ago by Vladimir Gorej <[email protected]>
docs(empty): add note about fantasy-land Monoid spec

github.com/ramda/ramda - e96bb7a4843f409a6914ba6154a211870f2af4e9 authored over 7 years ago by Vladimir Gorej <[email protected]>
Merge pull request #2277 from CrossEye/master

Adding link to Cookbook

github.com/ramda/ramda - 270151164bc2bff060ebfe44d6b785ce0c267e8d authored over 7 years ago by Michael Hurley <[email protected]>
Adding link to Cookbook

github.com/ramda/ramda - 97706c44c2db97f67ecf683007d4977c192d8a28 authored over 7 years ago by Scott Sauyet <[email protected]>
Merge pull request #2276 from zehua/update-call-comment

Updated example for call

github.com/ramda/ramda - 73547722d11534d89c9da081068efed5c4a4c0a8 authored over 7 years ago by Michael Hurley <[email protected]>
Updated example for call

Used repeat instead of times(always)

github.com/ramda/ramda - 2942fc9b436083a15eb50119072a4b4d82b6dec0 authored over 7 years ago by Zehua Liu <[email protected]>
Merge pull request #2275 from woaiwodib107/changeReadme-pr

change Readme: cdnjs link

github.com/ramda/ramda - 45dad1f83fca203a27d46a4dd752d8c1bbf8de93 authored over 7 years ago by Michael Hurley <[email protected]>
change Readme: cdnjs link

github.com/ramda/ramda - ec7cd485d028c0065b0a1aea8c86669e9029e4a8 authored over 7 years ago by HanDongming <[email protected]>
fix Set and Map equality

github.com/ramda/ramda - 1242d85c14dbfe5c6e795c78534a5188ef9c7f61 authored over 7 years ago by Vsevolod Rodionov <[email protected]>
Merge pull request #2256 from adispring/whileXXXWithString

add String Type to drop/takeWhile API

github.com/ramda/ramda - a2f325e9bdd25de68cd176eba7138de5a62b7764 authored over 7 years ago by Michael Hurley <[email protected]>
add links to typing repos to readme (#2258)

github.com/ramda/ramda - fc95d85b0ee385060b1f15a0610dc35e59363f05 authored over 7 years ago by Tycho Grouwstra <[email protected]>
add String Type to **While API

github.com/ramda/ramda - 4224351bd4c51355328df3356f9206938d364e80 authored over 7 years ago by wangzengdi <[email protected]>
Fix traverse doc (#2236)

github.com/ramda/ramda - 42c030c5b1acd5d19ae7602fa951f8ecb62f1757 authored over 7 years ago by 1ven <[email protected]>
Merge pull request #162 from raqystyle/fix/license

Added a License file

github.com/ramda/ramda-fantasy - 38778ba0861f65c0e74eea2ea802d595ece798b2 authored over 7 years ago by Michael Hurley <[email protected]>
Added a License file

github.com/ramda/ramda-fantasy - 843cc3a668932015db3a99321f4c55f29da2542d authored over 7 years ago by Ivan Demchenko <[email protected]>
fix examples so REPL won't break (#186)

github.com/ramda/ramda.github.io - a49a7018123fec9fa5f852a13b4060e9061a198d authored over 7 years ago by Ivan Zusko <[email protected]>
Merge pull request #2241 from gmunguia/master

Fix composeK, pipeK descriptions.

github.com/ramda/ramda - 660695b5f864d793126c2d1732b88b3d0aad0eac authored over 7 years ago by Scott Sauyet <[email protected]>
Fix composeK, pipeK descriptions.

github.com/ramda/ramda - bd8c31e0f15bb109de6902e3d1671ba10a2c875f authored over 7 years ago by Gerardo Munguia <[email protected]>
Merge pull request #185 from tolmasky/runkit-try-example

Inline runnable examples with RunKit

github.com/ramda/ramda.github.io - 9e3427d861fba50d362d4af74b1183feead1da73 authored over 7 years ago by Michael Hurley <[email protected]>
Fix code Open in REPL.

Reviewed by @tolmasky.

github.com/ramda/ramda.github.io - bd277dba6ba3acf074d28e8ef91a2cb47d912eea authored over 7 years ago by Francisco Ryan Tolmasky I <[email protected]>
Fix.

Reviewed by @tolmasky.

github.com/ramda/ramda.github.io - e4a6dfe8144cd4bf72ddbec8fd78d36b42ba1d57 authored over 7 years ago by Francisco Ryan Tolmasky I <[email protected]>
Add REPL button.

Reviewed by @tolmasky.

github.com/ramda/ramda.github.io - 6cdf6c411ee233cda76aab5c87ffe4e5a4d2f3fc authored over 7 years ago by Francisco Ryan Tolmasky I <[email protected]>
Merge pull request #2233 from Bradcomp/uncurry-type-sigs

updated type sigs for function parameters

github.com/ramda/ramda - 22d7687246c722581116ffd8e3c7fb185201a940 authored over 7 years ago by Scott Sauyet <[email protected]>
updated type sigs for function parameters

github.com/ramda/ramda - d917f528ba10fb20a3b09441b243bfd29d4ee6ee authored over 7 years ago by Bradcomp <[email protected]>
Fix for blank showing up.

Reviewed by @tolmasky.

github.com/ramda/ramda.github.io - 1ec0c5f8781a4d8f8e1d1dd3441cd40d8344ab83 authored over 7 years ago by Francisco Ryan Tolmasky I <[email protected]>
Fix scrolling issue.

Reviewed by @tolmasky.

github.com/ramda/ramda.github.io - 49517394c1c5216b461971c67435f35cf3075476 authored over 7 years ago by Francisco Ryan Tolmasky I <[email protected]>
Merge pull request #2230 from lazebny/fix-none-docs

Fixed typo in none function docs

github.com/ramda/ramda - 4f0b826bf40ed00f8f3fcb831b7dc43ffac93b83 authored over 7 years ago by Michael Hurley <[email protected]>
Fixed typo in none function docs

github.com/ramda/ramda - e01069cd4cca60980f26173100a27f91dba118d3 authored over 7 years ago by Vadim Lazebny <[email protected]>