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

data Maybe a = Just a | Nothing

github.com/ramda/ramda-fantasy - 59cd35c8602183a331512dadb16c235501428428 authored almost 10 years ago
add node v0.12 to travis-ci build environment

github.com/ramda/ramda - 377af4c9bfcb20e1bfbd881a0573e21934476902 authored almost 10 years ago
fix behaviour of memoized functions when given no arguments

github.com/ramda/ramda - 33c249eeb4d26fc43bf69551dc663a67759fff15 authored almost 10 years ago
Merge pull request #789 from davidchambers/sort-by

preserve object identity in R.sortBy

github.com/ramda/ramda - 536f2a7fc9dccd31c7c48f6af33061f499ffecb1 authored almost 10 years ago
Merge pull request #778 from benperez/bp-add-blend

Add mergeAll function and tests

github.com/ramda/ramda - 3c1b65f42c820d1d6bac73e32bf0fb87495bf526 authored almost 10 years ago
preserve object identity in R.sortBy

github.com/ramda/ramda - e542783883fcf6e7779bdea3b0ba0800aa5436a2 authored almost 10 years ago
Add mergeAll function and tests

github.com/ramda/ramda - 147a924d0a2aacb99ba87521de1f0ecff6231586 authored almost 10 years ago
Merge pull request #785 from davidchambers/memoize

prevent cache misses in R.memoize caused by use of || operator

github.com/ramda/ramda - ab40b6548c8529faac4dc6597652a648b8c2be55 authored almost 10 years ago
test: simplify interface declaration

github.com/ramda/ramda-fantasy - 8c0d48676ebddfc301e47950136df0f03b11360b authored almost 10 years ago
prevent cache misses in R.memoize caused by use of || operator

github.com/ramda/ramda - a8ee5c2b11e19c5deb6c41ce1a35282aec194d08 authored almost 10 years ago
Merge pull request #775 from davidchambers/suffixes

use consistent names

github.com/ramda/ramda - 0670286db78a592fcdcd31b5213598605ae2e9da authored almost 10 years ago
use consistent names

github.com/ramda/ramda - b7867021a423b0eed0de26add56fe49da3836086 authored almost 10 years ago
Merge pull request #783 from davidchambers/merge

rename R.mixin

github.com/ramda/ramda - 32c277a9221177173941e12ee72782fdced9e3ec authored almost 10 years ago
remove dispatch from R.of

github.com/ramda/ramda - b81a1be8d07dfdc52291ff7be6fc314570edd17e authored almost 10 years ago
rename R.mixin

github.com/ramda/ramda - 5c038ff5a0317322e513c451848d0801ab910153 authored almost 10 years ago
Fixing lift to work with other Applicatives

github.com/ramda/ramda - c67eccdfb69f6208a842bbea88b5263d73640a39 authored almost 10 years ago
Merge pull request #781 from davidchambers/dissoc

add R.dissoc

github.com/ramda/ramda - 5a64ff51d46aff5544d8bc1f0805cebfaa983707 authored almost 10 years ago
add R.dissoc

github.com/ramda/ramda - 9f144ba961ea58feb562583b194c44c5d0177c2d authored almost 10 years ago
add node v0.11 to travis-ci build environment

github.com/ramda/ramda - 06296870e0b3ecea1c6fde6ef779ae8732b33ec3 authored almost 10 years ago
Merge pull request #769 from buzzdecafe/reduce-redux

restore aliases for reduce*

github.com/ramda/ramda - 68e35583022c6beabffcea6741d9a9b7e03fc7cd authored almost 10 years ago
Merge pull request #7 from TheLudd/commonjsify

Commonjsified all types

github.com/ramda/ramda-fantasy - acc9271863fd481613e3f073d0ededd79153ce38 authored almost 10 years ago
Merge pull request #768 from wildermuthn/docs_filter_categories

Documentation: filter by category

github.com/ramda/ramda - be50703108cb78d8f49a5b8339beb94c41fab5d4 authored almost 10 years ago
Commonjsified all types

All the existing types has been converted to the common js format. An
index file has been create...

github.com/ramda/ramda-fantasy - 06bb822d9ac04f324c7488b6ded11d5b17247cad authored almost 10 years ago
Merge pull request #6 from TheLudd/tests

Make all existing tests run

github.com/ramda/ramda-fantasy - a0c6be775c6eb9af329b5a05d7bfd103d501a06b authored almost 10 years ago
Make all existing tests run

All existing tests can now be executed by running npm test. Mocha was
installed as a devDependen...

github.com/ramda/ramda-fantasy - 1ad9f7fe7de314f8bb6f1dfe10f60667e4507660 authored almost 10 years ago
Merge pull request #745 from honzabrecka/feature-mixin-op-currying

currying the mixin with op

github.com/ramda/ramda - 9762a7264cc8fc1f8e07b0e10d757c36ed98f748 authored almost 10 years ago
correct index

github.com/ramda/ramda.github.io - b9126df24f9d27dc10e5b639ae50a58094fe9179 authored almost 10 years ago
currying the mixin with op

github.com/ramda/ramda - f008491ac9254ee3ed96d2cd86386c2dc26ee860 authored almost 10 years ago
Added filtering by category, either by input field, or by clicking on

label.

github.com/ramda/ramda - cf04239d1de5636ac284f0d14d7279dd660952a0 authored almost 10 years ago
Merge pull request #761 from davidchambers/construct

support Date constructor in R.construct and R.constructN

github.com/ramda/ramda - 45661f8fc41ba5349a18fed65d6b95369df6cc22 authored almost 10 years ago
restore aliases for reduce*

github.com/ramda/ramda - b43972792d63345736fc5157e78bf62ace1da3f9 authored almost 10 years ago
revised docs for 0.9.1

github.com/ramda/ramda.github.io - fd6e4f7101007081a4394d201df48f8b58279217 authored almost 10 years ago
Version 0.9.1

github.com/ramda/ramda - b4e88edcd81262227e8647f63faa42261b9e20b9 authored almost 10 years ago
Merge pull request #760 from davidchambers/prop

remove R.prop example better expressed with R.nth

github.com/ramda/ramda - 2b9276fd2eef16f791c8a81b0a39146a05b68458 authored almost 10 years ago
Merge pull request #759 from davidchambers/count-by

ignore inherited properties in R.countBy

github.com/ramda/ramda - fbcf508333bbef2299924739b032a0eebc51abd8 authored about 10 years ago
Merge pull request #764 from buzzdecafe/forkme

add fork button to docs header [ci skip]

github.com/ramda/ramda - a3a28dccca4464977ef484081a6a85f84d134024 authored about 10 years ago
Merge pull request #763 from wildermuthn/grunt_tasks_documentation

Grunt tasks documentation

github.com/ramda/ramda - 3f027c302a82037ab22a8fc0772e2716745f5af9 authored about 10 years ago
add fork button to docs header

github.com/ramda/ramda - 539bff8ed140c6e8ebfb3bc8195f36eaf45bca3b authored about 10 years ago
Added tasks for watch, express, and open.

'grunt serve' will compile the documentation, start a local express
server, and open the browser...

github.com/ramda/ramda - 08d014ed394cf403098521b660a8fe8b3b9e54ae authored about 10 years ago
simplify implementation of R.sortBy

github.com/ramda/ramda - 565452c1e1bfdbc821b0fcc1658a9c3e2c79118b authored about 10 years ago
Added grunt-contrib-watch, grunt-express, grunt-open.

github.com/ramda/ramda - 0e0bab841b2f9a2a4c2c3bce1befc1d44c1daf8f authored about 10 years ago
support Date constructor in R.construct and R.constructN

github.com/ramda/ramda - 14ee8fafda4043b2edb607492260b113b1cd54ee authored about 10 years ago
remove R.prop example better expressed with R.nth

github.com/ramda/ramda - 023d5548fd8f4fd5cadc5cb8e4b2619ce6a702fb authored about 10 years ago
ignore inherited properties in R.countBy

github.com/ramda/ramda - ec9edc38a2fcf22f335d5fd2d308413e0d7c5d29 authored about 10 years ago
Merge pull request #755 from davidchambers/build

build: add Ramda as a dependency

github.com/ramda/ramda - 94e75ed9da353a1ec25aced0af358fa2b3806255 authored about 10 years ago
build: add Ramda as a dependency

github.com/ramda/ramda - 788329367960e68ca018fb431eb0eb39255b435f authored about 10 years ago
Merge pull request #752 from davidchambers/prepublish

prepublish: ensure generated files are freshly generated

github.com/ramda/ramda - 7601a82c01f64c07b2faea23dbda52ba967da62f authored about 10 years ago
prepublish: ensure generated files are freshly generated

github.com/ramda/ramda - ad8e4dbfef28065cff3f3e382baa6eb5954086fa authored about 10 years ago
Version 0.9.0

github.com/ramda/ramda - 7bc0549891491d1084926a2efe967cdd60ef9e1c authored about 10 years ago
Merge pull request #718 from davidrusu/eqDeep

added eqDeep

github.com/ramda/ramda - d93c2204248f6f57b88e04c6b52b52b2a9ce876e authored about 10 years ago
added eqDeep

github.com/ramda/ramda - 24f38dcb3cfba9f8ec31bfe69e04d81f0d014b6d authored about 10 years ago
Merge pull request #730 from davidrusu/eqToIs

made R.eq behave as Object.is from ES6

github.com/ramda/ramda - 04ac762b97b694be2b9426df54a1897b3b517c44 authored about 10 years ago
Merge pull request #751 from ramda/ifelse

Update ifElse.js

github.com/ramda/ramda - 06ae1bf1e2a43ca3d5109850f3a272d0c9bc15b6 authored about 10 years ago
Update ifElse.js

Docs were misusing the word 'predicate'.

github.com/ramda/ramda - c13134c195475bec917c36c1040b8b1a212c491c authored about 10 years ago
made R.eq behave as Object.is from ES6

github.com/ramda/ramda - 92ce75bba24cf4ad6b1b8f2a6563bc846c55fc1f authored about 10 years ago
Merge pull request #746 from davidchambers/placeholder

assign sentinel object to R.__

github.com/ramda/ramda - 9ccfdc6c20bf931d82b7eadc17589cdceddb1578 authored about 10 years ago
assign sentinel object to R.__

github.com/ramda/ramda - 9c33055a4a0b6a01a390662b4d5fd4fbc23874bc authored about 10 years ago
Merge pull request #748 from 101100/update-or-and-docs

Update documentation on R.or and R.and

github.com/ramda/ramda - ec9a1c9b3b06432bfc208d7563a048b89662411c authored about 10 years ago
Update documentation on R.or and R.and

github.com/ramda/ramda - a5ab232b5a28a384c1717c34e16c4cfdbe8ca21e authored about 10 years ago
Noting the grunt task for build/lint.

github.com/ramda/ramda - f699becac7437abd1e6f397578efd20c7ce3b82c authored about 10 years ago
Merge pull request #741 from CrossEye/curry-wrap

currying the output of wrap

github.com/ramda/ramda - 9e21116bddeeda13fb70d3091fed1fcf4dd9310c authored about 10 years ago
currying the output of wrap

github.com/ramda/ramda - 61c4f7d0da9191cd6f07f62408749b1dba6c784f authored about 10 years ago
Merge pull request #739 from davidchambers/jscs

[email protected]

github.com/ramda/ramda - 875c201f014883d18408c89808330a56ec386634 authored about 10 years ago
Merge pull request #734 from davidchambers/comments

build: add missing comments to ramda.js

github.com/ramda/ramda - fdc2c97d2e838cc6c78490e1711be993b17fd079 authored about 10 years ago
build: add missing comments to ramda.js

github.com/ramda/ramda - 9ba4bfcd873c1a623e99176b2f8867f26c353cde authored about 10 years ago
Merge pull request #726 from davidrusu/revert-723-jshint_typed

Revert "Added 'typed' option to jshint"

github.com/ramda/ramda - 6bab0aaf021f13b9bef7e7a365931c1635c2b268 authored about 10 years ago
Revert "Added 'typed' option to jshint"

github.com/ramda/ramda - 2f4a877f68ef86df350ac4b4f1de8dbe718c398e authored about 10 years ago
Merge pull request #723 from davidrusu/jshint_typed

Added 'typed' option to jshint

github.com/ramda/ramda - e6d914874b702e5cefc258a0e3eac8954d00385f authored about 10 years ago
added 'typed' option to jshint

github.com/ramda/ramda - 332a780c402ace682d1a9596df5bc05b04dcfeec authored about 10 years ago
Merge pull request #721 from davidchambers/build

build: include header in ramda.min.js

github.com/ramda/ramda - 82df51c8640bbe11799356221e2fc4c13b4a7019 authored about 10 years ago
build: include header in ramda.min.js

github.com/ramda/ramda - b116bf627377aa576e7a3103eb93dc034de09ade authored about 10 years ago
Merge pull request #720 from davidchambers/editorconfig

editorconfig: apply formatting rules more selectively

github.com/ramda/ramda - 65668c4378aaf03ac580f6d571da5c24be4d5c62 authored about 10 years ago
editorconfig: apply formatting rules more selectively

github.com/ramda/ramda - aaedce47319d231b102904d77e125cda0b18a200 authored about 10 years ago
Merge pull request #719 from buzzdecafe/readme-tweaks

l'il README tweaks [ci skip]

github.com/ramda/ramda - ccbda04858a375be3b1ab8b5ab7ef5f51b18e927 authored about 10 years ago
l'il README tweaks [ci skip]

github.com/ramda/ramda - 85c3667fb72f1eca4f429ce3841c22c41bfec724 authored about 10 years ago
Merge pull request #717 from kevinbeaty/lens-curry-map

Curry lens attached map and set functions

github.com/ramda/ramda - 604d967194f398727888226eaf01ffd4406bd929 authored about 10 years ago
Curry lens attached map and set functions

github.com/ramda/ramda - ea8a765981624441594d3270af521f254f077818 authored about 10 years ago
Still fixing wrap doc example.

github.com/ramda/ramda - b8fdbe53cd86712d31b2d175fde13d2e07b876ae authored about 10 years ago
Still fixing wrap doc example.

github.com/ramda/ramda - e5a92d8e270411a35c7de71e3061f5dea71be02e authored about 10 years ago
Typo in wrap doc example.

github.com/ramda/ramda - 4cead7150da37ee7b817e6c6d7f7ca30c03b17a3 authored about 10 years ago
Fixing wrap docs and tests. (Fixes #536)

github.com/ramda/ramda - f72c7398f83e6afa2cd05326b6f5b738d28bcd8f authored about 10 years ago
Merge pull request #716 from fyyyyy/master

Major readme update, intro, philosophy, *squashed*, closes #711

github.com/ramda/ramda - 3d4a4b3e4ea202d12d4c10319ce5dbda2c7d9778 authored about 10 years ago
Major readme update, intro, philosophy

Rewritten ramda introduction
Added What's Different section
Renamed project ramda to ramda
Th...

github.com/ramda/ramda - 7e11bb601f5e62501f33e3e100b78c6ab9d68615 authored about 10 years ago
Merge pull request #709 from saikobee/new-docs

New Ramda site

github.com/ramda/ramda - e0cc6cbbc46f52894e2e43d1e798e8703f5d80ed authored about 10 years ago
Simplified sig/params/returns

github.com/ramda/ramda - 552251ff162a08ae816c27908f781ddfacefdaf0 authored about 10 years ago
Less purple in docs page

github.com/ramda/ramda - 928046a64d26fe7fca15a4bdb8bc608f4456d01b authored about 10 years ago
Fail if gh-pages hasn't been built before publishing

github.com/ramda/ramda - dd417d8ba40b9894260567d2b3a5f5f842c5dd37 authored about 10 years ago
Improves scrolling to section behavior

github.com/ramda/ramda - 22c56fb2d98603fe1eabc7658c45848c7e68dccf authored about 10 years ago
Filter on JS load in case the user typed before then

github.com/ramda/ramda - 188ea15980a2c15d5e33b4f4cbfe8a9121a651a6 authored about 10 years ago
Docs build into dist/gh-pages/ now

github.com/ramda/ramda - beb83fea2c2525f35b8f28541e6f245c6fc59bcf authored about 10 years ago
Switch to Handelbars; generate from JSDocs

github.com/ramda/ramda - bd08ab2f1249ba6a947ee1756feb4f17dec471d6 authored about 10 years ago
Beginning to parse out jsdocs

github.com/ramda/ramda - 3062d49a34fe19e81c502bb7408a9ecb56856551 authored about 10 years ago
Initial work on new docs site

github.com/ramda/ramda - c8569e96b390326ffe61ff431eae7801708fe084 authored about 10 years ago
Merge pull request #706 from saikobee/issues/704

Fixes mochaTest:docs

github.com/ramda/ramda - 231d069c23122d50763707163e0aa06b1c1884b1 authored about 10 years ago
Merge pull request #705 from saikobee/issues/703

Fixes #703 dist/ramda.js does not contain comments

github.com/ramda/ramda - 3776bfd95c634cf266a09cd9f395ead2c80f6d2e authored about 10 years ago