Ecosyste.ms: OpenCollective

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

github.com/ramda/ramda

:ram: Practical functional Javascript
https://github.com/ramda/ramda

Merge pull request #809 from nsluss/patch-1

Added an Oxford comma for consistency

2588c4de97fd594d27d44fcaad8d73d2f936414b authored over 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #808 from ppalladino/config/bower

corrected bower.json main path

473fa879b6d88dde502e23a27f57ed025b736cb4 authored over 9 years ago by David Chambers <[email protected]>
Added an Oxford comma for consistency

edb093c8c60c3cf67b5c1d635696f1fe9ec18a2e authored over 9 years ago by nsluss <[email protected]>
corrected bower.json main path so that auto injectors (wiredep, main-bower-files, etc.) can find and include ramda.js

4a034a7dc9a73fa414c3cdd907c6ec9f03fdcd1b authored over 9 years ago by ppalladino <[email protected]>
Merge pull request #807 from benjamingr/patch-2

Document partial build functionality

b9b5b54dd0f20e779334cd2d692a696cda6e0da8 authored over 9 years ago by Michael Hurley <[email protected]>
Document partial builds

Adds a description of how to make a partial build of Ramda, closes https://github.com/ramda/ramd...

379e1e3988d6adaac89706e4d0fcc76b7ae8eedf authored over 9 years ago by Benjamin Gruenbaum <[email protected]>
Merge pull request #804 from nicolasv/nicolasv/make-clean-min

Fixes #803: "make clean" no longer removes ramda.min.js

c3ded53d43b3595795df5193d838f2a3ef07f0ee authored over 9 years ago by David Chambers <[email protected]>
build: "make clean" no longer removes ramda.min.js

`make clean; make` doesn't rebuild ramda.min.js so `git status` marks
it as deleted.

@davidcham...

3913a8c874074c2f1bb07ab9c7cf4ade39e4f1ff authored over 9 years ago by Nicolas Venegas <[email protected]>
Merge pull request #795 from davidchambers/invert

ignore inherited properties in R.invert

c330e91821be447e0c2e8aa848f785649378b607 authored over 9 years ago by Michael Hurley <[email protected]>
Merge pull request #796 from davidchambers/replace

update misleading description of R.replace

0243083026f2f487ddda744db0971893c2020de2 authored over 9 years ago by Michael Hurley <[email protected]>
Merge pull request #799 from davidchambers/dc-reject

dispatch to "filter" in R.reject

26ddb1c85210f537a5bc6636118565ae8fa0d99b authored over 9 years ago by Michael Hurley <[email protected]>
dispatch to "filter" in R.reject

a1a9d7949f53d8a8c0c12d3f3bc4a8e69124b7f1 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #788 from TheLudd/default-value

Add defaultValue

2929d5e07e0a514a467a3a929bc805c6413901a9 authored over 9 years ago by Michael Hurley <[email protected]>
Add defaultTo

A function that takes two arguments and returns the first argument if
the second one is null/und...

5a45ae4082ebbaf25b35d9bbba0ecaa89c74e524 authored over 9 years ago by Ludwig Magnusson <[email protected]>
update misleading description of R.replace

dcb81d09e7aa7ef3dc846bd149baf5d9065b7604 authored over 9 years ago by David Chambers <[email protected]>
ignore inherited properties in R.invert

bfe7566399292cf96812e0b5bfef94c48896602c authored over 9 years ago by David Chambers <[email protected]>
Merge branch 'CrossEye-lift-update'

7957dab64394c2b178ad098cabca661cbc868dba authored over 9 years ago by Scott Sauyet <[email protected]>
Merging reduce with lift changes

d0033d73458ddf7ff7b742dc7289b9b555993e16 authored over 9 years ago by unknown <[email protected]>
Merge pull request #780 from honzabrecka/feature-iojs

add support for io.js

ef5014c2b6278fd39110330bb7ae01edb243f44e authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #794 from davidchambers/memoize

clarify tests for R.memoize

3c9d2e587992af23003cb06b426773489e9bf846 authored over 9 years ago by David Chambers <[email protected]>
add support for io.js

2221bb68bac620da558b2273bdc9e4928297263b authored over 9 years ago by Jan Brecka <[email protected]>
Merge pull request #790 from davidchambers/invert

update misleading tests for R.invert and R.invertObj

2e815fbb296c3bb299b82dfe3f9ba3b0ef1782e1 authored over 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #784 from davidchambers/of

remove dispatch from R.of

c8e18dd35737490691931d347f882353720430b8 authored over 9 years ago by David Chambers <[email protected]>
update misleading tests for R.invert and R.invertObj

a4763ffe78ac16283e610a3fa8ccdbd7ce5440da authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #779 from honzabrecka/feature-travis-ci-matrix

add node v0.12 to travis-ci build environment

71cbc757ea57911ebc532dccd2331c4d68aba640 authored over 9 years ago by David Chambers <[email protected]>
clarify tests for R.memoize

94f96fbe27632e6019f0006a312bdfe2d5804684 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #787 from davidchambers/memoize

fix behaviour of memoized functions when given no arguments

fcf39eaf0d7c10c23ca271c11d8c5d32a06737f6 authored over 9 years ago by David Chambers <[email protected]>
add node v0.12 to travis-ci build environment

377af4c9bfcb20e1bfbd881a0573e21934476902 authored over 9 years ago by Jan Brecka <[email protected]>
fix behaviour of memoized functions when given no arguments

33c249eeb4d26fc43bf69551dc663a67759fff15 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #789 from davidchambers/sort-by

preserve object identity in R.sortBy

536f2a7fc9dccd31c7c48f6af33061f499ffecb1 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #778 from benperez/bp-add-blend

Add mergeAll function and tests

3c1b65f42c820d1d6bac73e32bf0fb87495bf526 authored over 9 years ago by David Chambers <[email protected]>
preserve object identity in R.sortBy

e542783883fcf6e7779bdea3b0ba0800aa5436a2 authored over 9 years ago by David Chambers <[email protected]>
Add mergeAll function and tests

147a924d0a2aacb99ba87521de1f0ecff6231586 authored over 9 years ago by Ben Perez <[email protected]>
Merge pull request #785 from davidchambers/memoize

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

ab40b6548c8529faac4dc6597652a648b8c2be55 authored over 9 years ago by David Chambers <[email protected]>
prevent cache misses in R.memoize caused by use of || operator

a8ee5c2b11e19c5deb6c41ce1a35282aec194d08 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #775 from davidchambers/suffixes

use consistent names

0670286db78a592fcdcd31b5213598605ae2e9da authored over 9 years ago by David Chambers <[email protected]>
use consistent names

b7867021a423b0eed0de26add56fe49da3836086 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #783 from davidchambers/merge

rename R.mixin

32c277a9221177173941e12ee72782fdced9e3ec authored over 9 years ago by David Chambers <[email protected]>
remove dispatch from R.of

b81a1be8d07dfdc52291ff7be6fc314570edd17e authored over 9 years ago by David Chambers <[email protected]>
rename R.mixin

5c038ff5a0317322e513c451848d0801ab910153 authored over 9 years ago by David Chambers <[email protected]>
Fixing lift to work with other Applicatives

c67eccdfb69f6208a842bbea88b5263d73640a39 authored over 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #781 from davidchambers/dissoc

add R.dissoc

5a64ff51d46aff5544d8bc1f0805cebfaa983707 authored over 9 years ago by David Chambers <[email protected]>
add R.dissoc

9f144ba961ea58feb562583b194c44c5d0177c2d authored over 9 years ago by David Chambers <[email protected]>
add node v0.11 to travis-ci build environment

06296870e0b3ecea1c6fde6ef779ae8732b33ec3 authored over 9 years ago by Jan Brecka <[email protected]>
Merge pull request #769 from buzzdecafe/reduce-redux

restore aliases for reduce*

68e35583022c6beabffcea6741d9a9b7e03fc7cd authored over 9 years ago by Michael Hurley <[email protected]>
Merge pull request #768 from wildermuthn/docs_filter_categories

Documentation: filter by category

be50703108cb78d8f49a5b8339beb94c41fab5d4 authored over 9 years ago by Michael Hurley <[email protected]>
Merge pull request #745 from honzabrecka/feature-mixin-op-currying

currying the mixin with op

9762a7264cc8fc1f8e07b0e10d757c36ed98f748 authored over 9 years ago by Scott Sauyet <[email protected]>
currying the mixin with op

f008491ac9254ee3ed96d2cd86386c2dc26ee860 authored over 9 years ago by Jan Brecka <[email protected]>
Added filtering by category, either by input field, or by clicking on

label.

cf04239d1de5636ac284f0d14d7279dd660952a0 authored over 9 years ago by Nate Wildermuth <[email protected]>
Merge pull request #761 from davidchambers/construct

support Date constructor in R.construct and R.constructN

45661f8fc41ba5349a18fed65d6b95369df6cc22 authored over 9 years ago by Scott Sauyet <[email protected]>
restore aliases for reduce*

b43972792d63345736fc5157e78bf62ace1da3f9 authored over 9 years ago by buzzdecafe <[email protected]>
Version 0.9.1

b4e88edcd81262227e8647f63faa42261b9e20b9 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #760 from davidchambers/prop

remove R.prop example better expressed with R.nth

2b9276fd2eef16f791c8a81b0a39146a05b68458 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #759 from davidchambers/count-by

ignore inherited properties in R.countBy

fbcf508333bbef2299924739b032a0eebc51abd8 authored over 9 years ago by Michael Hurley <[email protected]>
Merge pull request #764 from buzzdecafe/forkme

add fork button to docs header [ci skip]

a3a28dccca4464977ef484081a6a85f84d134024 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #763 from wildermuthn/grunt_tasks_documentation

Grunt tasks documentation

3f027c302a82037ab22a8fc0772e2716745f5af9 authored over 9 years ago by Scott Sauyet <[email protected]>
add fork button to docs header

539bff8ed140c6e8ebfb3bc8195f36eaf45bca3b authored over 9 years ago by buzzdecafe <[email protected]>
Added tasks for watch, express, and open.

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

08d014ed394cf403098521b660a8fe8b3b9e54ae authored over 9 years ago by Nate Wildermuth <[email protected]>
simplify implementation of R.sortBy

565452c1e1bfdbc821b0fcc1658a9c3e2c79118b authored over 9 years ago by David Chambers <[email protected]>
Added grunt-contrib-watch, grunt-express, grunt-open.

0e0bab841b2f9a2a4c2c3bce1befc1d44c1daf8f authored over 9 years ago by Nate Wildermuth <[email protected]>
support Date constructor in R.construct and R.constructN

14ee8fafda4043b2edb607492260b113b1cd54ee authored over 9 years ago by David Chambers <[email protected]>
remove R.prop example better expressed with R.nth

023d5548fd8f4fd5cadc5cb8e4b2619ce6a702fb authored over 9 years ago by David Chambers <[email protected]>
ignore inherited properties in R.countBy

ec9edc38a2fcf22f335d5fd2d308413e0d7c5d29 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #755 from davidchambers/build

build: add Ramda as a dependency

94e75ed9da353a1ec25aced0af358fa2b3806255 authored over 9 years ago by David Chambers <[email protected]>
build: add Ramda as a dependency

788329367960e68ca018fb431eb0eb39255b435f authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #752 from davidchambers/prepublish

prepublish: ensure generated files are freshly generated

7601a82c01f64c07b2faea23dbda52ba967da62f authored over 9 years ago by David Chambers <[email protected]>
prepublish: ensure generated files are freshly generated

ad8e4dbfef28065cff3f3e382baa6eb5954086fa authored over 9 years ago by David Chambers <[email protected]>
Version 0.9.0

7bc0549891491d1084926a2efe967cdd60ef9e1c authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #718 from davidrusu/eqDeep

added eqDeep

d93c2204248f6f57b88e04c6b52b52b2a9ce876e authored over 9 years ago by David Chambers <[email protected]>
added eqDeep

24f38dcb3cfba9f8ec31bfe69e04d81f0d014b6d authored over 9 years ago by David Rusu <[email protected]>
Merge pull request #730 from davidrusu/eqToIs

made R.eq behave as Object.is from ES6

04ac762b97b694be2b9426df54a1897b3b517c44 authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #751 from ramda/ifelse

Update ifElse.js

06ae1bf1e2a43ca3d5109850f3a272d0c9bc15b6 authored over 9 years ago by David Chambers <[email protected]>
Update ifElse.js

Docs were misusing the word 'predicate'.

c13134c195475bec917c36c1040b8b1a212c491c authored over 9 years ago by Jethro Larson <[email protected]>
made R.eq behave as Object.is from ES6

92ce75bba24cf4ad6b1b8f2a6563bc846c55fc1f authored over 9 years ago by David Rusu <[email protected]>
Merge pull request #746 from davidchambers/placeholder

assign sentinel object to R.__

9ccfdc6c20bf931d82b7eadc17589cdceddb1578 authored over 9 years ago by Scott Sauyet <[email protected]>
assign sentinel object to R.__

9c33055a4a0b6a01a390662b4d5fd4fbc23874bc authored over 9 years ago by David Chambers <[email protected]>
Merge pull request #748 from 101100/update-or-and-docs

Update documentation on R.or and R.and

ec9a1c9b3b06432bfc208d7563a048b89662411c authored over 9 years ago by Scott Sauyet <[email protected]>
Update documentation on R.or and R.and

a5ab232b5a28a384c1717c34e16c4cfdbe8ca21e authored over 9 years ago by Jason Heard <[email protected]>
Noting the grunt task for build/lint.

f699becac7437abd1e6f397578efd20c7ce3b82c authored over 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #741 from CrossEye/curry-wrap

currying the output of wrap

9e21116bddeeda13fb70d3091fed1fcf4dd9310c authored over 9 years ago by Scott Sauyet <[email protected]>
currying the output of wrap

61c4f7d0da9191cd6f07f62408749b1dba6c784f authored over 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #739 from davidchambers/jscs

[email protected]

875c201f014883d18408c89808330a56ec386634 authored over 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #734 from davidchambers/comments

build: add missing comments to ramda.js

fdc2c97d2e838cc6c78490e1711be993b17fd079 authored almost 10 years ago by Scott Sauyet <[email protected]>
build: add missing comments to ramda.js

9ba4bfcd873c1a623e99176b2f8867f26c353cde authored almost 10 years ago by David Chambers <[email protected]>
Merge pull request #726 from davidrusu/revert-723-jshint_typed

Revert "Added 'typed' option to jshint"

6bab0aaf021f13b9bef7e7a365931c1635c2b268 authored almost 10 years ago by David Chambers <[email protected]>
Revert "Added 'typed' option to jshint"

2f4a877f68ef86df350ac4b4f1de8dbe718c398e authored almost 10 years ago by David Rusu <[email protected]>
Merge pull request #723 from davidrusu/jshint_typed

Added 'typed' option to jshint

e6d914874b702e5cefc258a0e3eac8954d00385f authored almost 10 years ago by Scott Sauyet <[email protected]>
added 'typed' option to jshint

332a780c402ace682d1a9596df5bc05b04dcfeec authored almost 10 years ago by David Rusu <[email protected]>
Merge pull request #721 from davidchambers/build

build: include header in ramda.min.js

82df51c8640bbe11799356221e2fc4c13b4a7019 authored almost 10 years ago by David Chambers <[email protected]>
build: include header in ramda.min.js

b116bf627377aa576e7a3103eb93dc034de09ade authored almost 10 years ago by David Chambers <[email protected]>
Merge pull request #720 from davidchambers/editorconfig

editorconfig: apply formatting rules more selectively

65668c4378aaf03ac580f6d571da5c24be4d5c62 authored almost 10 years ago by David Chambers <[email protected]>
editorconfig: apply formatting rules more selectively

aaedce47319d231b102904d77e125cda0b18a200 authored almost 10 years ago by David Chambers <[email protected]>
Merge pull request #719 from buzzdecafe/readme-tweaks

l'il README tweaks [ci skip]

ccbda04858a375be3b1ab8b5ab7ef5f51b18e927 authored almost 10 years ago by Michael Hurley <[email protected]>
l'il README tweaks [ci skip]

85c3667fb72f1eca4f429ce3841c22c41bfec724 authored almost 10 years ago by buzzdecafe <[email protected]>
Merge pull request #717 from kevinbeaty/lens-curry-map

Curry lens attached map and set functions

604d967194f398727888226eaf01ffd4406bd929 authored almost 10 years ago by Scott Sauyet <[email protected]>
Curry lens attached map and set functions

ea8a765981624441594d3270af521f254f077818 authored almost 10 years ago by Kevin Beaty <[email protected]>
Still fixing wrap doc example.

b8fdbe53cd86712d31b2d175fde13d2e07b876ae authored almost 10 years ago by Scott Sauyet <[email protected]>
Still fixing wrap doc example.

e5a92d8e270411a35c7de71e3061f5dea71be02e authored almost 10 years ago by Scott Sauyet <[email protected]>
Typo in wrap doc example.

4cead7150da37ee7b817e6c6d7f7ca30c03b17a3 authored almost 10 years ago by Scott Sauyet <[email protected]>