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

Link pluck, project, prop and props to each other.

9ac92c550c0f17648332aa8407fdb9ba0d9b80e1 authored almost 5 years ago by adispring <[email protected]>
Allow to run repl from outisde directory (#2935)

3b5a62b1aa999bfff01a11e3b2d37995eac7a8f4 authored almost 5 years ago by Wojciech Pawlik <[email protected]>
Updating comments for splitWhenever.js (#2932)

* Updating comments

updating comments to make the function correctly documented.

* Update...

44b3822285821cb9b2a5624488d679eaaf8d3362 authored almost 5 years ago by Mudit Panwar <[email protected]>
Merge pull request #2925 from hitmands/feature/2923__implement-where-any

Feature/2923 implement whereAny

8e6f6f35b1cbe430da61061362a047a36168825b authored almost 5 years ago by Brad Compton (he/him) <[email protected]>
feat(whereAny): test function returns true if at least one of the predicates returns true, false otherwise

[ISSUES CLOSED: #2923]

64e8ded9fbf9c9953f92930f79bcfc948e291bb8 authored almost 5 years ago by Giuseppe Mandato <[email protected]>
Transpile UMD for IE11 (#2928)

ea939494d95cf9a1d02719d338f87900909ea492 authored almost 5 years ago by Wojciech Pawlik <[email protected]>
isVowel is not defined in groupsWith (#2927)

* is Vowel is not defined

* typo

3445ac4667fc3482c595e0711dbb43ad2cda5728 authored almost 5 years ago by Vitalii Vasinkevych <[email protected]>
add @see: pluck, project and map

c820dfaef908890334854c1088fc24cb414690f1 authored almost 5 years ago by adispring <[email protected]>
Switch Typescript types to DefinitelyTyped. (#2920)

Switch Typescript types to DefinitelyTyped (npm @types/ramda)

a52431a9d24f272d220fba8daf2d03c74248c474 authored almost 5 years ago by Ed Staub <[email protected]>
change see of 'either' and 'both' to match type signature (#2919)

* change see of 'either' and 'both' to match type signature

* added 'see also' references to ...

deabe67d5cf7e89f2f0db5bc574a0994921d28c1 authored almost 5 years ago by Nikolaus Wettstein <[email protected]>
add "@see: R.ascend, R.descend" to sort & sortWith (#2917)

351b0ae50f5fdccd007fde8cf77b18a522bb0e70 authored almost 5 years ago by wangzengdi <[email protected]>
Improve lift documentation to be more intuitive (#2916)

e6abe72a4bb80bb59255b57018ee283944d6f4a0 authored almost 5 years ago by Michael Silveira <[email protected]>
make addIndex signature more clear (#2914)

48edea714d8bdf1a8bf398eb9084db7857ef49b0 authored almost 5 years ago by wangzengdi <[email protected]>
Merge pull request #2852 from DanielFGray/R.on

add P combinator

0310e1b7d6ebc3bf5005a32d1ddf53a8a35ff59e authored almost 5 years ago by Brad Compton (he/him) <[email protected]>
Merge pull request #2899 from prog1dev/update_copyright_year

Update copyright year

cf04d2ac38799bd049b6851d28e003c8acd44a77 authored almost 5 years ago by Brad Compton (he/him) <[email protected]>
Remove duplicate test cases (#2900)

c965a1a5caccd7986aaab459db9c4568ffb3782d authored about 5 years ago by Tan <[email protected]>
Update copyright year

35652616aa9470de334441b9a35295502a756f04 authored about 5 years ago by Ivan Filenko <[email protected]>
Fix a bug in `R.values` test file (#2898)

* Fix a bug in `R.values` testfile

It makes no sense to test for `R.keys` in `R.values` testf...

0cc4f5d5435e3ebec2ca82b93211d64bcbdd877c authored about 5 years ago by Tan <[email protected]>
Fix documentation for complement (#2897)

617db01668bd75bf76d602273ddd2d370d1f9691 authored about 5 years ago by Robert Gerald Porter <[email protected]>
Switch `memoizeWith` exmple to using `Number` as key fuction.

a31392a55853ef430bd51e7d7f8b81669be0447e authored about 5 years ago by Evan King <[email protected]>
Merge remote-tracking branch 'remotes/ramda/master'

# Conflicts:
# source/memoize.js
# source/memoizeWith.js

04460e6f232f07ee977f5e2ba863e91869ae5631 authored about 5 years ago by Evan King <[email protected]>
Update README.md / Install specific functions (#2786)

Added a link to all Ramda functions as individual packages via Bit.
Each function can now be pl...

d1a374dd082e37dd32e1ee09e18e71f53061858d authored about 5 years ago by Guy Saar <[email protected]>
Add support for typed arrays for empty and isEmpty (#2885)

b38449a714b81af28ffcdea4aa674ef5bb3d4929 authored about 5 years ago by canytra <[email protected]>
Splitwhenever fixes#2881 (#2884)

adding splitWhenever, a variant of `split` that uses a predicate on the items to punctuate a lis...

f7de90bcb02dedd5bf799142b1127136c108b546 authored about 5 years ago by Mudit Panwar <[email protected]>
fix(_clone): refFrom and refTo assignment wrong (#2882)

660971a12cd1daef62618a0270a68643e89ee955 authored about 5 years ago by nishino-tsukasa <[email protected]>
Change order of examples (#2871)

Makes more pedagogical sense that the examples have the same order as the supplied functions.

301e46cea081aff78310f5ff597b72a732dcd7d5 authored about 5 years ago by Poyan Nabati <[email protected]>
Remove Ramda devDependency (#2845)

* Update Ramda devDependency

* Remove ramda from devDependencies

* Update package-lock

c8dafede3aca75d3ed6ea0868aefdd619675ec57 authored over 5 years ago by Igor Savin <[email protected]>
clone: Update description (#2862)

* Update Clone Description

* Fix Clone column width
Added note about references

0d63af09a753478538eabbbb99475a771bf9bf6a authored over 5 years ago by Daniel <[email protected]>
added R.on

f181e06a9d8982a65a829b29410a3765c66f14a2 authored over 5 years ago by DanielFGray <[email protected]>
Make R.propEq and R.propSatisfies safe for null/undefined arguments (#2594)

* make R.propEq return false on null or undefined arguments

* make R.propSatisfies return fal...

c29a727b350ad1d37c428ec94ccf9f1ef31ff6c1 authored over 5 years ago by Nikhil Thomas <[email protected]>
Merge pull request #2848 from lilywang711/master

Remove _equals.js redundant code

03817fe578048652b9532ae71fd1f1705da4de60 authored over 5 years ago by Brad Compton (he/him) <[email protected]>
fix(applySpec): reintroduce support for arrays of nested specs or functions (#2795)

Addresses #2784

Prior to 0.26.x, this was a valid structure, where an array could be passed a...

f3023ea9fc16b2665be890e73d80746cdf2f4112 authored over 5 years ago by Ben White <[email protected]>
Remove _equals.js redundant code

5a4a3ea222461b986540fad708747a4636618ec4 authored over 5 years ago by lilywang <[email protected]>
remove _isArrayLike.js redundant code (#2837)

af3d323e3e6ec208799b7bd0736eca14d6849aff authored over 5 years ago by Zack Zhong <[email protected]>
removing files deprecated in previous release (#2835)

3366df607287bf5cf3b9f870ad5b463198f334e5 authored over 5 years ago by Scott Sauyet <[email protected]>
removing files deprecated in previous release

07a55cba6bb1b4d17a409d72f7014e74dfbab706 authored over 5 years ago by Scott Sauyet <[email protected]>
Merge pull request #2832 from kibertoad/chore/update-dependencies-2

Update dependencies

ed191e6a476330e37db259a5c2d04bfba0b2d63d authored over 5 years ago by Brad Compton (he/him) <[email protected]>
Update dependencies

20ba763e5a9b668c3f37084204491074b85fef15 authored over 5 years ago by Igor Savin <[email protected]>
Update Babel to v7 (#2829)

a6620f6d2a27d58e5c50d0c94855900b182d52b3 authored over 5 years ago by Igor Savin <[email protected]>
Execute tests on Node 12 (#2828)

2705518396e80445853c20dfd00d2ebaba71fac5 authored over 5 years ago by Igor Savin <[email protected]>
hasPath return false for non-object checks (#2825)

* hasPath return false for non-object checks

Used to throw an Error for non-object children t...

c45208e2191df8b548850d7143b0d651cd3e02a9 authored over 5 years ago by Lorne Currie <[email protected]>
updated invoker.js documentation (#2821)

0baeda1980e28353dddd778714673b468403c5e9 authored over 5 years ago by Stephen Saliba <[email protected]>
Including BR translation. (#2621)

Just including br translation, i'm already doing it and until the weekend i'll finish.

072d417a345e7087a95466a9825d43b6ca3a4941 authored over 5 years ago by Renan Zapelini <[email protected]>
add an example which covers error and value (#2806)

* add an example which covers error and value

* fix singlequote

ca1e2b500f6f9fa6a845c7a82a554b688047a301 authored over 5 years ago by Alireza Bonab <[email protected]>
docs: Add @since where it is missing (#2793)

271b044c5b18329d2de2d5a786123ab7ca34d11e authored over 5 years ago by WaldoJeffers <[email protected]>
Update `pathSatisfies` to handles empty `path` arguments (#2791)

* Update `pathSatisfies` to handles empty `path` arguments

* Add negative test for `pathSatis...

ac58c9647f1db3fb96b4730c3e5701ca914ba679 authored over 5 years ago by Rob Hilgefort <[email protected]>
Fix typo in split docs (#2792)

b25ac73208500bd4bdc6d12a50bf6a6aafdd7a4a authored over 5 years ago by vlasy <[email protected]>
Add R.xor (Exclusive OR) (#2646)

* Add xor module with respective test

* Update see docs. Change implementation of xor to retu...

7d55e91c3be5c4c0400ac124f71aa2367c1d412f authored over 5 years ago by Ricardo Ferro Moreno <[email protected]>
feature: adding paths operator - #2740 (#2742)

* feature: adding paths operator - #2740

* refactor: making path a derivative of paths

* r...

efd899ba81cc5290330f5ca0833746a7ecbe165c authored over 5 years ago by Imamudin Naseem <[email protected]>
fix: rename then to andThen (#2772)

BREAKING CHANGE

The addition of R.then in Ramda 0.26 made the R object
a Promise-like object...

235a370454ef2f67f59b975c69382b7ad98a9d3e authored over 5 years ago by Tom MacWright <[email protected]>
Fix broken link in readme (#2768)

8d59032d792e88c6e71a7b4c5de3dd0877998f68 authored over 5 years ago by Cole <[email protected]>
remove erroneous quotes in tryCatch documentation (#2765)

This was breaking the repl with:
`R.tryCatch(...)(...) is not a function`

38feed2328ad5cda296a2009ccb089fe8613ed51 authored over 5 years ago by Will Heslam <[email protected]>
fix `@since` in `includes` (#2764)

`includes` is only available since 0.26.0, need to set correct version in docs

ce4f93695bd5e4227b735a8ee3bceb50263e7714 authored almost 6 years ago by Ilya Panasenko <[email protected]>
Reference to Ramda Conventions wiki page (#2718)

626762bb038b02e8079a9567238f97d4e9ef3532 authored almost 6 years ago by Tomáš Konrády <[email protected]>
Add prebench script (#2759)

878cacd8105391cf3783c9e05609c72f09a48a5e authored almost 6 years ago by GingerPlusPlus <[email protected]>
Merge pull request #2730 from ramda/CrossEye-patch-1

Minor miss in publication

a830a0d3102fed889ea5f772e473fe856b26bf40 authored almost 6 years ago by Brad Compton (he/him) <[email protected]>
Merge pull request #2513 from rjhilgefort/feature/is-function-async

Enhance `_isFunction` To Handle `AsyncFunction` (+ more)

23bac943436e4f26df1b3b3bc69278cc9001f90f authored almost 6 years ago by Brad Compton (he/him) <[email protected]>
PR Feedback, updated invoker examples and handled async generator funcs

4fa7ec025a82d56414177123944d50a0f99eb07c authored almost 6 years ago by Rob Hilgefort <[email protected]>
prod: reduceBy splits into mutation-free groups (#2757)

f4c6b6232935e4ce790c34f76ee2fa1201fa19f4 authored almost 6 years ago by beraliv <[email protected]>
fix(hasPath): forces hasPath to be safe (#2739)

* fix(hasPath): forces hasPath to be safe

The function now doesn't throw Errors anymore when ...

4cd4e4bb85ab9d7a532fbb45e5e70009cdbc2098 authored almost 6 years ago by Vladimir Gorej <[email protected]>
Update the comment about pipeWith and composeWith (#2734)

* Update the comment

* Update the comment for composeWith

* Update comment to replace 'lef...

63fcc02b6b9454688db93997cbaf0109b82543e8 authored almost 6 years ago by Franz Wong <[email protected]>
Minor miss in publication

0624fc6057edccebf00562687810c30400f8a9c4 authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2670 from 2beaucoup/align-lensPath-lensIndex

align lensPath with lensIndex by supporting negative indeces

9a7d331443c5df7432d221b044b10a98509ecce1 authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2728 from Andarist/fix/rollup-banner

Fixed passing banner option to rollup

ab1ac8b454eb25640ad2fd7f17817da82029566c authored almost 6 years ago by Scott Sauyet <[email protected]>
modify tests

7d742b7803d203a396b8ea1511510e274d87abc6 authored almost 6 years ago by André Rüdiger <[email protected]>
Fixed passing banner option to rollup

8e20b6ad3e5f8d4e206bfad454a59b38127ff86f authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #2724 from Andarist/es5-smoke-test

Use uglify instead of terser - this can act as smoke test against shi…

34108f78f944ce16a95ce216c019f5f292a3e37a authored almost 6 years ago by Scott Sauyet <[email protected]>
Use uglify instead of terser - this can act as smoke test against shipping es2015+ code

e21d489049268a80e25d587b27b8d70c7d648dab authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Version 0.26.1

6709cb8beca00178d2288f79568cc5ca9e95d2f5 authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2722 from CrossEye/v0.26.1-tweaks

V0.26.1 tweaks

b0c744128fb0a6bf811ff8e1251e4cc84cfbe049 authored almost 6 years ago by Scott Sauyet <[email protected]>
fixing memoizeWith documentation ... again

7a685940a750a063b25fe9422070de7d865ba6ec authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge branch 'master' of https://github.com/ramda/ramda

ce7378642a1b3eb3b2ec4a6a17b67776792ad1d2 authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2720 from screendriver/const

Change const to var

07e2a565c58816b15d36fc2d70f458e7f7b4e21f authored almost 6 years ago by Scott Sauyet <[email protected]>
Change const to var

b634a41d97dab3609daf5108a4ff617f22e2f324 authored almost 6 years ago by Christian Rackerseder <[email protected]>
Merge pull request #2717 from peoplenarthax/patch-1

Update docs for memoizeWith

ed3c3b5c6435f549eb403a6853ff19d95b0d0998 authored almost 6 years ago by Scott Sauyet <[email protected]>
No trailing spaces

562bedad18511d1a08768e4a5ca46dc2b5037152 authored almost 6 years ago by Ángel Paredes <[email protected]>
Update docs for memoizeWith

R.memoize does not exist anymore. Update the documentation with no reference to R.memoize

9f45be3b9c1aac092d5fc159b2aad3c21700ed99 authored almost 6 years ago by Ángel Paredes <[email protected]>
Merge pull request #2711 from GingerPlusPlus/no-describe-only

Disallow tests to use describe.only

c44a54427e67fee70bc68779e943ca2e5fe3d3c0 authored almost 6 years ago by Scott Sauyet <[email protected]>
Disallow tests to use describe.only

16d1c3a1d303096a445a96717099e2177178f6d4 authored almost 6 years ago by GingerPlusPlus <[email protected]>
Merge pull request #2710 from GingerPlusPlus/fix-tests

Fix tests

e1e1cf8b0bd2bdbb360be9867b85346baab18168 authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2703 from GingerPlusPlus/test-source

Disallow tests to depend on build

697f891cd48310a1fd44b92308d4b68bada37047 authored almost 6 years ago by Scott Sauyet <[email protected]>
Fix tests

4c4797dc8eb32c05d7357f54c90df0f80202c7bb authored almost 6 years ago by GingerPlusPlus <[email protected]>
Merge pull request #2694 from MadDeveloper/add-move-function

feat(List): add move function

89f45409a88a971ce7bcf32934254c038036970d authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2709 from adispring/bugfix/otherwise-demo

fix: recoverFromFailure throw error

706bd5b754a5776245a3187ee7a2885bfe67c18b authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2708 from adispring/bugfix/composeWith-typo

fix composeWith second demo result: null -> undefined

2f0227fc30e254eac474235d325f68bd58c69e03 authored almost 6 years ago by Scott Sauyet <[email protected]>
fix(list): does nothing when indexes are outside list outbounds

f48836c24de639aa1300f373f60213f9ade6b5be authored almost 6 years ago by MadDeveloper <[email protected]>
fix: recoverFromFailure throw error

25c4d1d2a465fafc6440dac53e0f95efd171ce04 authored almost 6 years ago by wangzengdi <[email protected]>
fix composeWith second demo result: null -> undefined

200716594906bcd711f8aa952d3a6dc1133f9bff authored almost 6 years ago by wangzengdi <[email protected]>
fix(move): outbounds indexes

3763592a9137f94e37149ee8b63faeca18eb24d3 authored almost 6 years ago by MadDeveloper <[email protected]>
Disallow tests to depend on build

b61bcf2e49ab2b80d64d94e2b47a62abcd00dea8 authored almost 6 years ago by GingerPlusPlus <[email protected]>
Version 0.26.0

7c5d54e8cd5328404fa80bb39959e3cb8408a926 authored almost 6 years ago by Scott Sauyet <[email protected]>
Version 0.26.0

784d02e18950f2092e1d89bdb32e7cc4b9e18dba authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2701 from CrossEye/deprecating-compose-pipe-KP

Deprecating {compose|pipe}{P|K}

272521a943e18db762ce5f39a3353018cfcdb8d8 authored almost 6 years ago by Scott Sauyet <[email protected]>
Deprecating {compose|pipe}{P|K}

1a1630ca619677c9b420ba043b3276bcd07443a3 authored almost 6 years ago by Scott Sauyet <[email protected]>
Merge pull request #2700 from CrossEye/lint-cleanup

Lint cleanup

a3bd782e39d9bec3f744f97e2974247177327abf authored almost 6 years ago by Scott Sauyet <[email protected]>
Fixing indentation linting issues

b7a4f09f66ed04c7c18d3e86015ad780c6a529ef authored almost 6 years ago by Scott Sauyet <[email protected]>
Removing 'memoize'

8c028906dd6917eba9da6affd2bcbe9e137b6d61 authored almost 6 years ago by Scott Sauyet <[email protected]>
fix(move tests): remove .only()

2f9eb75840f5f5294d8be6d0942fe02d5fa136fb authored almost 6 years ago by Julien Sergent <[email protected]>
fix: negative index `to` behaviour

Refactor test in order to remove "should correctly".

678c9c1f803998b6986b3e4ff4a9118443e6420c authored almost 6 years ago by Julien Sergent <[email protected]>
chore(move): improve doc examples

0547ac1c984d508e16fe2aa36f8c573ca3a777c5 authored almost 6 years ago by Julien Sergent <[email protected]>