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
Optimize R.into to perform mutable reductions
b961653dab01b50e1ebfb4a10539dfa5e5fc45ac authored almost 9 years ago by David Chambers <[email protected]>Closes #1656
746be1175bc6176ffc896ba4fdd36d59ab48164a authored almost 9 years ago by Asaf Romano <[email protected]>Implement partition in terms of filter and reject
886e4d4bf9c3791a30a1815281ee2ae7830e0900 authored almost 9 years ago by Asaf <[email protected]>Closes # #1651
22c4d208091c70c689c168b118aab7de7a367793 authored almost 9 years ago by Asaf Romano <[email protected]>Add function reduceBy (a more general groupBy)
0e6748fed234bc0e765d3408f562c1e72de7bb50 authored almost 9 years ago by Scott Sauyet <[email protected]>Optimize intersection and intersectionWith to filter the smaller list
f0cfe6984395030dc3d83e6fdf26e51b0313d4d7 authored almost 9 years ago by Scott Sauyet <[email protected]>Closes #1595
intersection is much improved, intersectionWith is almost unchanged
because most o...
Add coverage script
bc497e66c2be1e1a7efef44a065b7bd4927de91b authored almost 9 years ago by Michael Hurley <[email protected]>Add istanbul for test coverage reporting.
2ff6f1231e4129e5ca43a38bad39c90374f51a36 authored almost 9 years ago by Jim Fitzpatrick <[email protected]>deprecate converge
2399fd3e16a3c43b81eff10879bbd3f63dd11867 authored almost 9 years ago by Michael Hurley <[email protected]>ecba5d75f90f80c07a605219a84110b6e5211dbf authored almost 9 years ago by Benjamin Perez <[email protected]>
Implement applySpec
28c176f8281ed2e281e0342bb85ad8424c884f5f authored almost 9 years ago by Scott Sauyet <[email protected]>Move Set logic in uniqBy into custom _Set type
de0344354ae1cb84b3c550cb8e174ef3b0496d2f authored almost 9 years ago by David Chambers <[email protected]>27258801ff19c33b7b131402ca4400758a7f02dc authored almost 9 years ago by Scott Christopher <[email protected]>
Removed unused function from R.dropRepeatsWith example
7893a4979a6d537063bfdb7357a105100a2734be authored almost 9 years ago by David Chambers <[email protected]>97deb4910395b57c86a86f582010b26e1a680871 authored almost 9 years ago by kwijibo <[email protected]>
deprecate R.allUniq
7ff8f8455dd05f8ef2be479cd153b4408ff467e1 authored almost 9 years ago by Scott Sauyet <[email protected]>5f0237b82984b18d248d547e506d92a7c2acd806 authored almost 9 years ago by David Chambers <[email protected]>
remove functions deprecated in v0.19.0
4dd887faf9da509da2e5011f85f7118ed9e2e0f6 authored almost 9 years ago by David Chambers <[email protected]>7d0f677b9f3ee03c7abf208199ff2c09841c3a23 authored almost 9 years ago by David Chambers <[email protected]>
compare Promise objects by identity in R.equals
18058860743f2369a120ed6ed71448b04a21ae44 authored almost 9 years ago by David Chambers <[email protected]>amended docs for lift and liftN
dcd0390833c90db3e8acb46650456df3473ecb86 authored almost 9 years ago by Scott Sauyet <[email protected]>changed a mention of `Array` to `list`
fixed pluralisation typo
added @see reference to @ap
Closes #1591
91014f9d6dd971e55a225c53f068b11abc4cd041 authored almost 9 years ago by Asaf Romano <[email protected]>60dc13bff2f6ed602e6a1ad312e609150a3619e5 authored almost 9 years ago by David Chambers <[email protected]>
fixed syntax error in R.differenceWith example
a0cb897750b5185d12a80f3729bd32f52a5d4b0f authored almost 9 years ago by David Chambers <[email protected]>ff7585aa972bb6bec2c0f38db2b2828d8a6358ee authored almost 9 years ago by Arliang <[email protected]>
Remove reference to createMapEntry in R.pair docs
6d9bd75069c698449b4f1c1810805bc34afc5cd1 authored almost 9 years ago by David Chambers <[email protected]>6ca1560f8274f910b9302c6f60d3793d2628811c authored almost 9 years ago by Stefano Vozza <[email protected]>
fix docs
184b7a0edf88e801f8b163b54acc7d3b56ba5bd1 authored almost 9 years ago by David Chambers <[email protected]>see #1604
ce720afee622f5f8b83b179e02d104a1482b5133 authored almost 9 years ago by Eric Wyne <[email protected]>c0a5687f73b4cb737fffc3f00c2fd4c9a4afe50e authored almost 9 years ago by Jakub Jirutka <[email protected]>
Doc update noting that pipe and compose do not automatically curry
d61f02be778352d359951254a1ee55b242737e9b authored almost 9 years ago by David Chambers <[email protected]>a8fc996e713da2d92e26df290975e0079d9bf7ba authored almost 9 years ago by Thomas Coats <[email protected]>
tryCatch for composing with exceptions
46bb0fbf67e2edc5e2e3203a8342395ec041db18 authored almost 9 years ago by Scott Sauyet <[email protected]>566863235c5bbe42b4aa837d7be143782609e253 authored almost 9 years ago by buzzdecafe <[email protected]>
Improve comments around lens functions
01979c0311c1fc8302455f16b1f65c3759be52e2 authored almost 9 years ago by David Chambers <[email protected]>231363772f69c837b376ebea27e0def4ddd99b1b authored almost 9 years ago by Scott Christopher <[email protected]>
remove code branch from R.converge implementation
c9dc39c2a6ef7e223964c7f700cb1c437273e471 authored almost 9 years ago by David Chambers <[email protected]>ec4e4fbadb67e803cbd233f72ff77667e22cb417 authored almost 9 years ago by David Chambers <[email protected]>
Retain arity in cond
0ab0058360c618d572cc493299396bdee375dd79 authored almost 9 years ago by Scott Sauyet <[email protected]>Set arity and curry juxted functions
b9bd110aa5d353b7a60ffdc87848762bf71203d9 authored almost 9 years ago by Scott Sauyet <[email protected]>Clamp
753e09bf1fb486936663895f4d220097124c5402 authored about 9 years ago by Scott Sauyet <[email protected]>b92a10e5c66e8ee81962d1b5cfda5a256a70e7f3 authored about 9 years ago by Chet Corcos <[email protected]>
coerce arguments to R.add and R.subtract
95a6fb715015cb8ba140959cb076148ca03e13eb authored about 9 years ago by David Chambers <[email protected]>ade6cfd093727554863313e6be10bd8455c62d5b authored about 9 years ago by David Chambers <[email protected]>
make both and either respect applicative functors again
4ada2786aad356851e26a41d4ddfe376dfdfe5c9 authored about 9 years ago by David Chambers <[email protected]>0bd7c75c91c00e580db0cdc7316693ff704cd470 authored about 9 years ago by Benjamin Perez <[email protected]>
da1d4ade6cf2c4b173dce1c9a086508a9b7b4f1b authored about 9 years ago by Asaf Romano <[email protected]>
prepublish: include "v" prefix in @since annotations
5b9325f6d9540d97f9b326855814441246f0403f authored about 9 years ago by Scott Sauyet <[email protected]>ad hoc type checking for R.add and R.subtract
9957c23e4932e34b340ebda9457b3161c6dd8bc3 authored about 9 years ago by David Chambers <[email protected]>a33cdd1f4532929a595b51996f88192ececfe5bd authored about 9 years ago by David Chambers <[email protected]>
2ab8a2109f50bfc74ae026ee9df99f7a205b673d authored about 9 years ago by David Chambers <[email protected]>
handle "Invalid Date" in R.toString
18c1bfa2eb108b93f4800382fa245108b2149e72 authored about 9 years ago by David Chambers <[email protected]>package.json: update "homepage"
f4e5488702d8ac2b96a0c85eeb99d21c227dbb8b authored about 9 years ago by Scott Sauyet <[email protected]>3be1d9dc4e83cb7529e03c5e932a2ffc4c3acce7 authored about 9 years ago by David Chambers <[email protected]>
package.json: remove reference to defunct scripts/testfiles
d5d4fc39fbf3e72f896b891557662602886205d8 authored about 9 years ago by Scott Christopher <[email protected]>444a56a873e5e0f518380eb84377aae79e204f07 authored about 9 years ago by Asaf Romano <[email protected]>
c7cabc25fe047ba2f39c6d2bf7e33628c111983a authored about 9 years ago by David Chambers <[email protected]>
80a76120e0f71253d644cda359e58ed6c3b915a5 authored about 9 years ago by David Chambers <[email protected]>
3cbb549638bdd5c8e8ab6579375e6518f6901617 authored about 9 years ago by David Chambers <[email protected]>
replace commas with semicolons in R.none doctests
dffd39b96d420ce01533c95f08673add73f0b5e0 authored about 9 years ago by Scott Sauyet <[email protected]>f2e543824b18065bdba6a82cb2b797795b801ef6 authored about 9 years ago by David Chambers <[email protected]>
Remove R.isNaN leftover in documentation
c08159fbe8f38e49e83bb8eec095476368ec7097 authored about 9 years ago by Scott Sauyet <[email protected]>
The examples for `R.none` are still using `R.isNaN` which was removed in #1112.
I’ve replace the...
Include browser tests in the build again
7420df8f31f5c4d0e76f97737e29c4947ccbcaf7 authored about 9 years ago by David Chambers <[email protected]>
- Removes redundant build scripts
- Generates test bundle for browser using browserify
- Refacto...
6141a3040bfec6b2588b80276161b7a03f03380e authored about 9 years ago by David Chambers <[email protected]>
prepublish: add @since annotations
8ad6b2b97a33b1ecfe310bc83d6d4c7dd90e82e2 authored about 9 years ago by David Chambers <[email protected]>f0636b9d74abf0bac40f05accbb5ad09b2846952 authored about 9 years ago by David Chambers <[email protected]>
define R.filter for Object
bb2c3b1b73ecf458bbf90887dc2cf5784b08c557 authored about 9 years ago by David Chambers <[email protected]>6fe3e96083c84a0e06568630b1c42be8a065b786 authored about 9 years ago by David Chambers <[email protected]>
describe R.map as an operation on a functor
00417f8c3cdca62db27ac2dc10ff1122635d0e75 authored about 9 years ago by David Chambers <[email protected]>bea1091af3c6acdb48ae27f6117fbee1c9c11099 authored about 9 years ago by David Chambers <[email protected]>
Update mapObj documentation not to reference the now-deprecated mapOb…
c2722a47c3256898e5097d5609f0663c99168554 authored about 9 years ago by Scott Sauyet <[email protected]>Update documentation for R.call and R.pair
d7aac707158b32625b0226610407a505bd68b619 authored about 9 years ago by Scott Sauyet <[email protected]>Fix typos in test descriptions
870d15b63bbc27a089b67e877cb1db5e93ef53b8 authored about 9 years ago by David Chambers <[email protected]>c26e7b701493c2aede96ab1e7fcf552e7058a93e authored about 9 years ago by Jack Lewis <[email protected]>
R.transpose (was R.unzip)
92c89b21c40af0d7a164a47b226c030b82d96c5c authored about 9 years ago by Scott Sauyet <[email protected]>c45eb51d6082b9f073015283e055b35123bf1efa authored about 9 years ago by Oskar Köök <[email protected]>
29f970d0b65662d688481508d63b5f3bb4be5ea1 authored about 9 years ago by Asaf Romano <[email protected]>
Add `indexBy` function
0af21d5ddb97ed8116d8feea234dfdc84d5f63f9 authored about 9 years ago by Scott Sauyet <[email protected]>Add @since info to CONTRIBUTING.md
1e4d8cb878766bb30a19a8908da8e4e85e1311b7 authored about 9 years ago by Scott Christopher <[email protected]>86f0f9c90a711d841e25400019da738cb3eb3e8c authored about 9 years ago by Scott Christopher <[email protected]>
079632f0683dbe70af7fc134920022c9d8e292a9 authored about 9 years ago by Chris911 <[email protected]>
Add node 4.2 (LTS) to travis CI
941693e7b935674ef224376c12917d9b684ea4d6 authored about 9 years ago by David Chambers <[email protected]>Also remmove iojs build
6a00e8b034216314e2f06927a09c517acbeaa713 authored about 9 years ago by Chris911 <[email protected]>Fix linting errors in lensPath test
bcb32a0f21635e6643c0ae12f1f8a0a264269f13 authored about 9 years ago by David Chambers <[email protected]>89ee7dde5a6ea910f4e4937c537d7c8839f2a2ca authored about 9 years ago by Tobias Pflug <[email protected]>
Split lens tests
d31f4e5844809919c738295937b32b800624af97 authored about 9 years ago by Scott Sauyet <[email protected]>Add juxt function
2566c09ad02605f33967c9830732f1721cce54d0 authored about 9 years ago by Scott Sauyet <[email protected]>Replace jshint and jscs with eslint
9a3b8af7eef92fa105b8beeea98aa248a230c094 authored about 9 years ago by David Chambers <[email protected]>
eslint provides rules for both, style and checking for possible errors.
See .eslintrc for the co...
make R.path([k], o) equivalent to R.prop(k, o)
f0b8d9ae48794d457c1beeb57cef5d58f862c7a3 authored about 9 years ago by David Chambers <[email protected]>Add splitWhen function
f92a47e49fedcd867fcbb37876f054150746af80 authored about 9 years ago by David Chambers <[email protected]>
Inspired by Haskell's `break`:
hackage.haskell.org/package/base-4.8.1.0/docs/Prelude.html#v:brea...
a99fd1ce62c79ed6ea2c8482fcbfb7018c27335c authored about 9 years ago by David Chambers <[email protected]>
Add explicit guards in R.path for null and undefined.
d13c68f6dd709b6cb3d7af4b61a380385ef8795c authored about 9 years ago by David Chambers <[email protected]>b5f1353d0f1798bed445353796882ccd05575712 authored about 9 years ago by stefano <[email protected]>
clarify example for takeWhile
32b3b681d6d6e3ed41fd7eeff4c51aacfaac9abe authored about 9 years ago by David Chambers <[email protected]>