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

clarify example for takeWhile

Useful to differentiate from the functionality of filter.

0b8038f1f7c8a5e1038e053322cd0bcb80bbd48d authored almost 9 years ago by ecwyne <[email protected]>
Merge pull request #1530 from scott-christopher/perf-contains

[perf] Replace Set with indexOf in _contains

a614d54ac783f670afa9b8aaedb330f835ce2841 authored almost 9 years ago by Michael Hurley <[email protected]>
Replace Set with indexOf for _contains

Moves optimisations in _contains into _indexOf

88d7d797c44eed2b0e9173e7d2ea539aa7d1c822 authored almost 9 years ago by Scott Christopher <[email protected]>
Adds a `transpose` function to R for converting `rows' to `columns` in a

2D array structure

The behaviour follows that of http://hackage.haskell.org/package/base/docs/Da...

d3c5f35cf96db9a83f987d8b2a80cbcfc0744a54 authored almost 9 years ago by kwijibo <[email protected]>
Merge pull request #1512 from scott-christopher/perf-improv

Perfomance improvements to `uniq` and `contains`

dfda81be01c5d9f1f92808739ef55f3db9200409 authored almost 9 years ago by Scott Christopher <[email protected]>
Utilise `Set` if available for `uniqBy` and `_contains`

- Handle special cases such as +0/-0 to follow the existing equality
semantics, falling back t...

669d8c6cbfe6238cd7c1faa174627e80617f3e84 authored almost 9 years ago by Scott Christopher <[email protected]>
Add tests for lensPath([])

409a35558fb8232dfea1a68887964d78ee407353 authored almost 9 years ago by Tobias Pflug <[email protected]>
Add tests for well behaved lens laws

d3458224d06a9f03d4c7a4e4db84fac66cc6103f authored almost 9 years ago by Tobias Pflug <[email protected]>
Add lensIndex test

30a790e8b6f6bb05391cab7c9cb0507fe5eb931a authored almost 9 years ago by Tobias Pflug <[email protected]>
Add test for `lensProp`

16b2305cb58610aac8f45266a05796b21fe041ad authored almost 9 years ago by Tobias Pflug <[email protected]>
lensIndex: add composability test

350f3dc2946b57268c9bd8fbc0714ba8f6b44a20 authored almost 9 years ago by Tobias Pflug <[email protected]>
Add test for lensPath

213a61c5994b6d24474dd2f35fe23eca66b3b891 authored almost 9 years ago by Tobias Pflug <[email protected]>
Add empty lines after imports

f9b950fee59f5f71d5adb6958cad030f919b3540 authored almost 9 years ago by Tobias Pflug <[email protected]>
lensProp: fix documentation for over test

33d17a13590d15151fbb914ff2fa530387479f74 authored almost 9 years ago by Tobias Pflug <[email protected]>
lensProp: add composability test

0cbf47fc3fabd454ce5d0648bb932093246e1588 authored almost 9 years ago by Tobias Pflug <[email protected]>
Merge pull request #1527 from gilligan/change-assocPath-behavior

Change assocPath behavior for empty path

b0572069ba41cabd171f36faa7a4f965d1a808d9 authored almost 9 years ago by Scott Sauyet <[email protected]>
Change assocPath behavior for empty path

R.assocPath([], 0, {a:1}) should return 0 not {a:1}

1eb37b91415c4ceebcceb7fec43fa26b7035f9f5 authored almost 9 years ago by Tobias Pflug <[email protected]>
Add juxt function

550017bc8f772740665af22dac486aadb6b59c34 authored almost 9 years ago by Scott Mueller <[email protected]>
Merge pull request #1494 from raine/test-fixes

Fix issues in tests

864bb2d04aa77ca1166a171a65115e57aed05f46 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1520 from asaf-romano/memoize-once-arity

Retain arity in memoize and once

94f6a607e1a229e0fb432ca940d023c7bab08fe2 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1511 from safareli/patch-1

refactor example of liftN

1c96d35e2299fbe0d518bca1dfb72cb1786d4f92 authored almost 9 years ago by David Chambers <[email protected]>
refactor example of liftN #1511

f0d9046d01bf0ab3559e298d2f5cc3ea9cdd15b4 authored almost 9 years ago by Irakli Safareli <[email protected]>
Merge pull request #1506 from gilligan/add-lensPath

Add R.lensPath

5f34e5d787cc9d80bd67705637388f88b6d4beb5 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1467 from davidchambers/traversable

add R.sequence and R.traverse

5096a992c27dff036581a1842a31327a6cd85b53 authored almost 9 years ago by David Chambers <[email protected]>
add R.sequence and R.traverse

0fa8a6f6d96a21e9816693c95a656915942fffd5 authored almost 9 years ago by David Chambers <[email protected]>
Add R.lensPath

27b6c7aecf40796e1d28e00cb110f1f5654707b2 authored almost 9 years ago by Tobias Pflug <[email protected]>
Retain arity in memoize and once

Closes #1519

92cf7e86983af3f06b0274bffdf58915714d0300 authored almost 9 years ago by Asaf Romano <[email protected]>
Merge pull request #1514 from safareli/patch-2

Change Functor to Apply in documentation of R.flip

2e9b477028f8e0f870f5d8f29511eb1c4776c76c authored almost 9 years ago by Michael Hurley <[email protected]>
Add link to FantasyLand spec in documentation of R.lift and R.liftN #1514

a78175348070d95eb50ce9106a60c87af7980ce0 authored almost 9 years ago by safareli <[email protected]>
Merge pull request #1516 from davidchambers/to-string

respect an object's custom "toString" method in R.toString

7b24ac0f5dab5f0bc0cb85aa2b1bba314dee2e70 authored almost 9 years ago by David Chambers <[email protected]>
update documentation of R.lift and R.liftN with better wording #1514

b00d813ac02ad45ac496858b50c602a713a02461 authored almost 9 years ago by safareli <[email protected]>
respect an object's custom "toString" method in R.toString

263d170652d33cda9b9a1d3071be68377f5abe49 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1423 from raine/without

Add R.without

c940c16c2dddd34be0e4b8f0b6aa1ed7efbded49 authored almost 9 years ago by David Chambers <[email protected]>
update documentation of R.lift

#1514

ecadc29187d2c11cd70c4f3b8af72804fdec607b authored almost 9 years ago by Irakli Safareli <[email protected]>
fix typo in R.liftN

#1514

5422cf5db07e5262fd10bffbf1f1a32d1ca02235 authored almost 9 years ago by Irakli Safareli <[email protected]>
Change Functor to Apply in documentation of R.flip

it uses `ap` method of object instead of just `map`

68f55e7afaa08aa19aa903adb0fffd4c0e64baf2 authored almost 9 years ago by Irakli Safareli <[email protected]>
refactor example of liftN

- in order to use arguments as expected we need to use normal function: https://developer.mozill...

d8768deb17adf5e6a454b80217104790dd4ae817 authored almost 9 years ago by Irakli Safareli <[email protected]>
Add R.without

76e0cbafa212348e88bf3dc5da3967f752d2c4b5 authored almost 9 years ago by Raine Virta <[email protected]>
Merge pull request #1504 from davezuko/patch-1

Fix param/return documentation for internal curryN

582f931763c871d0603e1408111118583faa0d06 authored almost 9 years ago by David Chambers <[email protected]>
Fix param/return documentation for internal curryN

fix(_curryN) fix capitalization in return type

70c052fb4faeafd3fa31fc3d030f70b5aed19b5c authored almost 9 years ago by David Zukowski <[email protected]>
Merge pull request #1475 from asaf-romano/both-either-short-circuit

Revert lift-based implementation of 'both' and 'either'

1f51c141413a3b009ef9bde001c1321c0228a00f authored almost 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #1453 from gilligan/add-pathSatisfies

Add pathSatisfies

26bae02a42570bc0f6230836eed734002709d632 authored almost 9 years ago by Scott Sauyet <[email protected]>
Add pathSatisfies

pathSatisfies works analogous to propSatisfies but applies
the predicator on a path instead of a...

0d846cc69d3a2cb43dc12eb2802c26971029faf6 authored almost 9 years ago by Tobias Pflug <[email protected]>
Merge pull request #1499 from Andrew-Webb/addIndex-doc-references

Add @see ref to R.addIndex to 12 List functions

ea5e76d73d4fc46c7664a9ba093b3ea52169d53b authored almost 9 years ago by David Chambers <[email protected]>
Add @see ref to R.addIndex to 12 List functions

Added @see doc tag referencing R.addIndex function to 12 identified List
functions whose callbac...

8eaa9b04432c2e91e8b26cbfe1fa1d2352496df2 authored almost 9 years ago by Andrew Webb <[email protected]>
Merge pull request #1498 from Delapouite/partition

doc: add @see R.filter, R.reject on R.partition

c886b19e4be4debca4eb4e25fe481cc38f11791c authored almost 9 years ago by David Chambers <[email protected]>
doc: add @see R.filter, R.reject on R.partition

a6e937db89247588d638fede3b94cc71b42f908a authored almost 9 years ago by Delapouite <[email protected]>
fix issues in tests

9d5f37498c0ae6cc0fdd000d8f1605c650b3bc08 authored almost 9 years ago by Raine Virta <[email protected]>
Merge pull request #1492 from safareli/patch-1

fix outdated documentation of reduced #1490

7e25f1f6e75cb55d9653ebb6ba46e415e2edcff3 authored almost 9 years ago by David Chambers <[email protected]>
fix outdated documentation of reduced #1490

24bbd2ed2683c9ce2415608e3fe686afa2148457 authored almost 9 years ago by Irakli Safareli <[email protected]>
Merge pull request #1443 from scott-christopher/merge-with

Adds mergeWith and mergeWithKey

ce90b8b5f1c59e88bd3a20505562273346bf2a88 authored almost 9 years ago by Scott Christopher <[email protected]>
Adds mergeWith and mergeWithKey

f4921f70336fb2b0e664809042b2153ec34e7187 authored almost 9 years ago by Scott Christopher <[email protected]>
Revert lift-based implementation of 'both' and 'either'

Closes #1466

bd5f65544c58924bea99cbe8d1c3e401f56be682 authored almost 9 years ago by Asaf Romano <[email protected]>
Merge pull request #1473 from fix-fix/patch-1

Remove excess words in Map documentation

3e2d989fbcb2fbfa5b24e5bb6ab098c7ad92e688 authored almost 9 years ago by Scott Sauyet <[email protected]>
Remove excess words in Map documentation

'Map' word was removed to keep it in the same style as in `ap` docs

d202180ae70b4f998acf19627c996293534e5b3d authored almost 9 years ago by fix-fix <[email protected]>
Merge pull request #1471 from davidchambers/times

fix signature of R.times

48f4c116ea3a853b31e4cfcb578ab176316ece8c authored almost 9 years ago by Scott Christopher <[email protected]>
fix signature of R.times

a475840c96df0d9ce6a69891befc9fcd72584380 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1461 from jimf/code-style-consistencies

Code style consistencies

335904b81146ed177bc4cf0dcc8dbd8280fcdbbf authored almost 9 years ago by David Chambers <[email protected]>
Pad `it` blocks with single newline

90bfb8e95b03f6960da79e8b048ff3456f6a727d authored almost 9 years ago by Jim Fitzpatrick <[email protected]>
Wrap docstrings at 79 characters

dbe9f37319697b9c8cb4ac383ff8f6e8c62a8fb5 authored almost 9 years ago by Jim Fitzpatrick <[email protected]>
Single space after full stops (.) in docstrings

f0f0cfcb05c91de2879cf05bc39ab9ab86b266c2 authored almost 9 years ago by Jim Fitzpatrick <[email protected]>
Merge pull request #1470 from raine/fix-head

Fix R.head @param type

78cf62ab8a04b93a7df05c692c3cffcdec5edf8d authored almost 9 years ago by Scott Christopher <[email protected]>
Fix R.head @param type

1fb8be3f97028b5db427c528821652db8e245385 authored almost 9 years ago by Raine Virta <[email protected]>
Merge pull request #1468 from raine/invoker

Fix second @param of R.invoker

b51cde7376498f343a94a68e371ca7dcd747765d authored almost 9 years ago by Scott Sauyet <[email protected]>
Fix second @param of R.invoker

a45309c5ccb4a091ad52dbd8283a693de529834b authored almost 9 years ago by Raine Virta <[email protected]>
Merge pull request #1462 from davidchambers/deprecated

remove functions deprecated in v0.18.0

2f0cf6374331a35fc374f17d51d68faadf8388a3 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1465 from raine/fix-path-params

Fix missing object param for path and pathOr

cffff75259a5b251811bc5197ea6ec41b33731e2 authored almost 9 years ago by Raine Virta <[email protected]>
Fix missing object param for path and pathOr

b988d055f934b1e62b80c605f1c5adedae9ca922 authored almost 9 years ago by Raine Virta <[email protected]>
Merge pull request #1464 from CrossEye/reduce-sig

Fix reduce sig.

ca290326ca05cebe63928ba4e8612f3508326969 authored almost 9 years ago by David Chambers <[email protected]>
Fix reduce sig. Fixes #1445

8c5bf31e0e95b51d88e063be2af072b1d2e3a8f7 authored almost 9 years ago by Scott Sauyet <[email protected]>
remove functions deprecated in v0.18.0

5b15789a288e492cda4f2d57ade554d722d0bd9b authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1448 from jimf/symmetric-difference

Add symmetricDifference, symmetricDifferenceWith

0d5b5c5b6732c6d3de52da6416ef7eec654af986 authored almost 9 years ago by Scott Sauyet <[email protected]>
Add symmetricDifference, symmetricDifferenceWith

Add symmetricDifference and symmetricDifferenceWith for finding the
[symmetric difference](https...

746288832207e174f49069491fb98566404a1c66 authored almost 9 years ago by Jim Fitzpatrick <[email protected]>
Merge pull request #1460 from CrossEye/dropLast-imports

Fixing imports for dropLast/*

940d2809eb9f592f18a72c182957eeaad82061d1 authored almost 9 years ago by David Chambers <[email protected]>
Fixing imports for dropLast/*

ced326bf909cf120f893e5f3fbb7aa5c6631e83f authored almost 9 years ago by Scott Sauyet <[email protected]>
Merge pull request #1458 from davidchambers/see

normalize @see annotations

3573c658c3090f4b37973df77c8c854f1427b1fa authored almost 9 years ago by David Chambers <[email protected]>
normalize @see annotations

fe75ce18c997b1fc3049b417584b964848717700 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1427 from davidchambers/to-string

do not rely on .constructor.name in R.toString

fe26681ced5167b00145341b5dcd93ede6a64a2f authored almost 9 years ago by David Chambers <[email protected]>
do not rely on .constructor.name in R.toString

9280f3decda988eb130cf01adddc661d69d1aa37 authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1405 from gonzaloruizdevilla/dropLastTransducer

dropLast and dropLastWhile can act as transducer

85fdd79906dfa17e59fdcd9b18390d7a7b85f22f authored almost 9 years ago by David Chambers <[email protected]>
Merge pull request #1454 from gonzaloruizdevilla/useWithRefactor

refactor(useWith): use curryN instead of curry(_arity)

48b824b3c21acb47b940595fedc302694b0f6df6 authored almost 9 years ago by Scott Sauyet <[email protected]>
refactor(useWith): use curryN instead of curry(_arity)

f3dec35c9ecb5e8077b48a5d971a5349d34aced2 authored almost 9 years ago by Gonzalo Ruiz de Villa <[email protected]>
dropLastWhile can act as transducer

3a3f10f09f20a2b79c36e8e967e5d67a72390294 authored almost 9 years ago by Gonzalo Ruiz de Villa <[email protected]>
fix(aperture): free references to inputs when processing result in transducer

4817998c29b8f80db0fcc59ee92a7645c2dcf810 authored almost 9 years ago by Gonzalo Ruiz de Villa <[email protected]>
fix(groupBy): free references to inputs when processing result in transducer

cac3a8ddd62fce85a3f2721bd8983839a41b7eb0 authored almost 9 years ago by Gonzalo Ruiz de Villa <[email protected]>
dropLast can act as transducer

c2a0754d19f3e43cf78e2c1bb215ebecd1c7963b authored almost 9 years ago by Gonzalo Ruiz de Villa <[email protected]>
Merge pull request #1450 from branneman/master

Corrected dispatching docstrings

34c95d2f6d2e87031df806ca335a3a1700b14591 authored almost 9 years ago by Scott Sauyet <[email protected]>
Corrected dispatching docstrings

0c34e01683e54419add58c0e4ce25075b5d19955 authored almost 9 years ago by Bran van der Meer <[email protected]>
Merge pull request #1437 from niloy/splitAt

implemented splitAt

66c1e1eeec961f89ecc186d4c59c5c2d23e4aebc authored about 9 years ago by Scott Sauyet <[email protected]>
implemented splitAt

80b912c3612c79fd0d1a6c3efd136f8f35eff83b authored about 9 years ago by Niloy Mondal <[email protected]>
Merge pull request #1439 from syves/identity

assert targets of type function are compared with R.identical

6af80d846ab59c5b1f025e0656b34639194f128b authored about 9 years ago by David Chambers <[email protected]>
assert targets of type function are compared with R.identical

60be91b2df102a2bdbcd61e4efe999306fea771b authored about 9 years ago by Shakrah Yves <[email protected]>
Merge pull request #1442 from davidchambers/equals

make R.equals return true for equivalent Error objects

42fed2300f730add7b706968b937a4d1648d7faf authored about 9 years ago by David Chambers <[email protected]>
make R.equals return true for equivalent Error objects

ba70cc588b19ff3e43e9c195e54cf5c235be9ee8 authored about 9 years ago by David Chambers <[email protected]>
Version 0.18.0

fbc2e708c89c070afbae369beea26cccc6000e85 authored about 9 years ago by David Chambers <[email protected]>
Merge pull request #1434 from davidchambers/since

add @since annotations

8db95ee88b25a5b28f1fa02d72ab6f22ef4f8166 authored about 9 years ago by David Chambers <[email protected]>
add @since annotations

5bcd702fbfd61daf25aef1cb721d17f2e36ff07f authored about 9 years ago by David Chambers <[email protected]>
Merge pull request #1433 from davidchambers/partial

make R.partial and R.partialRight binary functions

7057e3ef830de203f50da7227189d5d449f23ae7 authored about 9 years ago by David Chambers <[email protected]>
Merge pull request #1435 from davidchambers/typedefn

use @typedefn rather than @typedef

b3cd556e64f54d1f6ace2f73745d77f1f1729043 authored about 9 years ago by David Chambers <[email protected]>
use @typedefn rather than @typedef

9e5e38c9614f8c77b5bad68aabbbfec6e28d961b authored about 9 years ago by David Chambers <[email protected]>