Ecosyste.ms: OpenCollective

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

redux-saga

We are on a mission to bring ease for side effects management in Redux applications.
Collective - Host: opensource - https://opencollective.com/redux-saga - Code: https://github.com/redux-saga/redux-saga

Allow to decorate builtin emitter

github.com/redux-saga/redux-saga - 9abf4fc12c3c0db0028defb6ce9e39e144e31a20 authored about 8 years ago by Pawel Badenski <[email protected]>
Merge pull request #748 from JisuPark/master

docs(translate): Add Korean translation

github.com/redux-saga/redux-saga - 81149bbefb240bd51d5426f6b6ad40a05e5289f5 authored about 8 years ago by Mateusz Burzyński <[email protected]>
docs(translate): Add Korean translation

github.com/redux-saga/redux-saga - d7655f65de020537e7b7586888b6e50dea17b13c authored about 8 years ago by JisuPark <[email protected]>
Merge pull request #746 from amonks/patch-1

Updated broken article link in docs

github.com/redux-saga/redux-saga - 8c0c755e87be2c8c34baa895d5efbebc562a37e0 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge branch 'master' into master

github.com/redux-saga/redux-saga - 027758c5cbe80f1a5b5e34caba20c18f0d8f18d9 authored about 8 years ago by Alex Howard <[email protected]>
Updated broken article link in docs

github.com/redux-saga/redux-saga - 514e3424f266d8ac35f07299b6d1ad7c13ca0f9a authored about 8 years ago by Andrew Monks <[email protected]>
Add definitions for deprecated methods; returned `...rest` versions for helpers and cps

github.com/redux-saga/redux-saga - 8620f2db9110e647ea0a9fd558aed245f2b19d66 authored about 8 years ago by Daniel Lytkin <[email protected]>
Revert "Allow to transform/filter actions sent to the Sagas"

This reverts commit efb6778653415d390ffc6882497984169f2abc19.

github.com/redux-saga/redux-saga - 3d7981e916c242447f32e6ac720a038903236e86 authored about 8 years ago by Pawel Badenski <[email protected]>
Merge pull request #742 from piamancini/patch-1

add backers & sponsors

github.com/redux-saga/redux-saga - 921cf66ab55617100dcb33f5a8871fd020ca2ec9 authored about 8 years ago by Mateusz Burzyński <[email protected]>
add backers & sponsors

Add backers and sponsors to your readme automatically.
Add badges on top.
more info: https:/...

github.com/redux-saga/redux-saga - 4b55eb72f7ce6ab2bad7c6f7b9b2ba709e6f1ed9 authored about 8 years ago by Pia Mancini <[email protected]>
Fixed typo in api doc

github.com/redux-saga/redux-saga - ca7b9e1d08594e75aba6000ad827356797ecdd75 authored about 8 years ago by Alex Howard <[email protected]>
Allow enums and symbols as action types

github.com/redux-saga/redux-saga - 779ade41372940460d9e90d811ef43d77dae7b62 authored about 8 years ago by Daniel Lytkin <[email protected]>
Update TypeScript definitions

github.com/redux-saga/redux-saga - 0ef7a13c83181efb6401725d91977722472c9893 authored about 8 years ago by Daniel Lytkin <[email protected]>
0.14.1

github.com/redux-saga/redux-saga - ba77e7b7bede9be3ef588be52ac5b6aff9bf4752 authored about 8 years ago by Mateusz Burzyński <[email protected]>
updated builds

github.com/redux-saga/redux-saga - 4ea9eb22afa5950de767f7cab88cda2eedf738f7 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #738 from redux-saga/docs-update

Added short descriptions for join(...tasks) and mixed array patterns

github.com/redux-saga/redux-saga - 66779295e7cb74aa2b9f840ab7afec8aa60be5d2 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Added short descriptions for join(...tasks) and mixed array patterns

github.com/redux-saga/redux-saga - d58096f27690822277d4686752a9f07297f7b18c authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #725 from redux-saga/matchers-mixed-array

Added support for mixed array of types and predicates while matching …

github.com/redux-saga/redux-saga - 23f1e0f6e226d3e05897f2709705c0c65cfd3eb1 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #717 from redux-saga/join-array-support

Support for passing array of task descriptors to the join effect creator

github.com/redux-saga/redux-saga - 9c866556c9fd6bbc45079ba01d87151a016e4363 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Updated helper name to hasOwn and fixed the typescript definition of stringableFunc

github.com/redux-saga/redux-saga - 3b56cf66f548db1b903fd6abcc9fa067ede57c98 authored about 8 years ago by Alex Howard <[email protected]>
Added hasProperty helper to safely check object.hasOwnProperty

github.com/redux-saga/redux-saga - afc8b18c9001e50aef8dd2bf6213b78183d690ee authored about 8 years ago by Alex Howard <[email protected]>
Rename is helper and use String() in the default matcher in lieu of a custom one

github.com/redux-saga/redux-saga - ea1492b626ff1e2ef95804f4c977abb179b572cc authored about 8 years ago by Alex Howard <[email protected]>
added typescript definition

github.com/redux-saga/redux-saga - 86b297be4647d56786776018a1a1430ca275d4fd authored about 8 years ago by Alex Howard <[email protected]>
Adding support for stringable action creator functions as take pattern

github.com/redux-saga/redux-saga - 3a5bfbe5428fc72d345b17d68c11707aa2263dfe authored about 8 years ago by Alex Howard <[email protected]>
recursively call runEffect if middleware returns something different

github.com/redux-saga/redux-saga - 3949d2c57e17a5918ecff910a9dc6ae970a17e16 authored about 8 years ago by Eloy Toro <[email protected]>
Merge pull request #728 from mcrawshaw/master

Updated TS definition to include saga helpers in redux-saga/effects

github.com/redux-saga/redux-saga - 276ca103aa7785723bb897d0b70c4497aa41a331 authored about 8 years ago by Mateusz Burzyński <[email protected]>
pass option.middleware to proc and hot replace

github.com/redux-saga/redux-saga - f27563c4c47b000f3d975c10bebcb2400fca500e authored about 8 years ago by Eloy Toro <[email protected]>
add test case

github.com/redux-saga/redux-saga - ae6723585ac13b52b4cd2ca759b99365a5b24e1b authored about 8 years ago by Eloy Toro <[email protected]>
Updated TS definition to include saga helpers in redux-saga/effects

This was required to match library changes in version 0.14.

github.com/redux-saga/redux-saga - faacc9f7ffc3a2529487bab530fe687770d44936 authored about 8 years ago by Mark Crawshaw <[email protected]>
Added support for mixed array of types and predicates while matching actions

github.com/redux-saga/redux-saga - 2628039726ece398b9b38fd8f45cb2c864cb348c authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #721 from restrry/buffer-check

check buffer correctness

github.com/redux-saga/redux-saga - e39fa0c2e0f86344c69a9248edf0859c584a8467 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Migrate all links to the new organization URL (fixes #719)

github.com/redux-saga/redux-saga - 0833e843a2dadf7fac50cd470784ee2af420aab0 authored about 8 years ago by Mateusz Burzyński <[email protected]>
update docs links

github.com/redux-saga/redux-saga - 5b729343818625e689596d6402e1ed9aa18ba6d5 authored about 8 years ago by Yassine Elouafi <[email protected]>
fix prism gitbook plugin version

github.com/redux-saga/redux-saga - 3b7bb74654b867097ad81366853e04aba6b4d7af authored about 8 years ago by yelouafi <[email protected]>
Support for passing array of task descriptors to the join effect creator

github.com/redux-saga/redux-saga - 382c346a6152392195a063c4e0a11be10c2e483f authored about 8 years ago by Mateusz Burzyński <[email protected]>
0.14.0

github.com/redux-saga/redux-saga - 14a84081c40553946472434c65507a3079732065 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #716 from restrry/fix-api-readme-blocking

blocking/non-blocking effect. fix table and link in docs

github.com/redux-saga/redux-saga - d74e90765206f44773577f828cd64d3166afb632 authored about 8 years ago by Mateusz Burzyński <[email protected]>
fix table and link to blocking

github.com/redux-saga/redux-saga - 3862646c03602e900dc7229b5f72e9b1791b6e7f authored about 8 years ago by restrry <[email protected]>
Merge pull request #704 from CarsonF/bugfix/types-monitor

[TypeScript] Added actionDispatched to Monitor interface

github.com/redux-saga/redux-saga - 29e55226a50bdaa072029642657ea8b15e8c2b15 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #715 from restrry/fix-d.ts

[TypeScript] add root flag to monitor interface

github.com/redux-saga/redux-saga - bceddb9be38d42b072a4d261c4502eef0d9a81b7 authored about 8 years ago by Mateusz Burzyński <[email protected]>
add root flag to monitor interface

github.com/redux-saga/redux-saga - 71221f8b4960f8d67e01ef1535880baef93305d9 authored about 8 years ago by restrry <[email protected]>
Code improvement in the beginner tutorial (#711)

Code improvement in the beginner tutorial

github.com/redux-saga/redux-saga - 764020b86d6bdd3230290b31e00a2f2cb7371520 authored about 8 years ago by Edvins Antonovs <[email protected]>
Merge pull request #709 from yelouafi/take.maybe

Renamed takem to take.maybe for clarity, also it pairs up nicely with…

github.com/redux-saga/redux-saga - 5ae99e3ee5b862aeca086521b8c3af489d46ab23 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Renamed takem to take.maybe for clarity, also it pairs up nicely with convention used for put.resolve

github.com/redux-saga/redux-saga - 0f55c265385f197a12d7d19a4d6facdf099b2f5f authored about 8 years ago by Mateusz Burzyński <[email protected]>
Added actionDispatched to Monitor interface per #609

github.com/redux-saga/redux-saga - 9a69b7ebbe98a35d3f5f286c1ed3e6055de61560 authored about 8 years ago by Carson Full <[email protected]>
Merge pull request #702 from yelouafi/fix/582

Reworked throttle test to be dependant on the custom mock clock isnte…

github.com/redux-saga/redux-saga - fb4c69e7a9fe7e588a878b898ce6f342a1e9428a authored about 8 years ago by Mateusz Burzyński <[email protected]>
Reworked throttle test to be dependant on the custom mock clock isntead of the native one (fixes #582)

github.com/redux-saga/redux-saga - 5572b405f7f05251df20a8ca5c03077b211307ec authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #687 from yelouafi/fix/run-saga-scheduling

Pushed downwards the stack scheduling of dispatched actions to channe…

github.com/redux-saga/redux-saga - 75c84580dae95399e55e5ae25a0b3f7b2113b46e authored about 8 years ago by Mateusz Burzyński <[email protected]>
Pushed downwards the stack scheduling of dispatched actions to channel's subscribe function, so store-like objects used by runSaga benefit the same scheduling fixes done previously in redux middleware

github.com/redux-saga/redux-saga - af66c228ad7536776c9277fe242ec5464a52f833 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #693 from granmoe/docs-blocking-non-blocking

Added a blocking / non-blocking cheatsheet to the API reference section of the docs.

github.com/redux-saga/redux-saga - 0414acd9e47689842fc2887e3072e3e2a3d3af77 authored about 8 years ago by Mateusz Burzyński <[email protected]>
updated blocking cheatsheet to include helpers, select, actionChannel and [...effects]

github.com/redux-saga/redux-saga - 57d7486e831976e3ee25ccde9ea98009e694b80b authored about 8 years ago by Matt Granmoe <[email protected]>
Merge pull request #690 from yelouafi/fix/channel-end-import

Fixes CHANNEL_END public export (fixes #689)

github.com/redux-saga/redux-saga - c95dcb949879cea76b4db09bd076886eb7a59268 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Fixes CHANNEL_END public export (fixes #689)

github.com/redux-saga/redux-saga - 63e48b802f951511b843500447a0c7b8863afa60 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Allow to transform/filter actions sent to the Sagas

github.com/redux-saga/redux-saga - efb6778653415d390ffc6882497984169f2abc19 authored about 8 years ago by Pawel Badenski <[email protected]>
Revert "Update API docs with info on emitters"

This reverts commit ca60600198c000003f7a6a6f26ac2ab12ef0e9ac.

github.com/redux-saga/redux-saga - 4e4aec2bac4311262796a066f3121fee45194526 authored about 8 years ago by Pawel Badenski <[email protected]>
Revert "Allow to provide custom emitter to saga middleware"

This reverts commit 80ffb8450b164bb50eabb84b37846a78b2470e79.

github.com/redux-saga/redux-saga - 15b4d66d9f65cb1b9c26f0a805ef285788a2d10d authored about 8 years ago by Pawel Badenski <[email protected]>
Merge pull request #695 from web2style/patch-1

Fix minor grammar errors in TaskCancellation.md

github.com/redux-saga/redux-saga - 250e722419f9fcaade729c51aaf5d97a3de2b16a authored about 8 years ago by Mateusz Burzyński <[email protected]>
Fix minor grammar errors in TaskCancellation.md

github.com/redux-saga/redux-saga - 3e21995e507cdf0f0a491824babd5c95518d0f48 authored about 8 years ago by Yan Takushevich <[email protected]>
Added a blocking / non-blocking cheatsheet to the API reference section of the docs.

github.com/redux-saga/redux-saga - 8f0632935d9d1d47ef6e7b404f30b78611072095 authored about 8 years ago by Matt Granmoe <[email protected]>
Update docs to avoid confusion over saga helper implementations

Small documentation update that attempts to reduce confusion about the implementation of the sag...

github.com/redux-saga/redux-saga - 2788c79cffcf36938849aae38500e3e91b313640 authored about 8 years ago by Adam Odziemkowski <[email protected]>
Make it clear in the docs that "Delay" is built-in

I noticed when reading through the Redux Saga docs that the `delay` function is built-in to Redu...

github.com/redux-saga/redux-saga - 11344d65a67c53a6aaf447b752595b0e0523b70f authored about 8 years ago by Henry Millison <[email protected]>
Merge pull request #596 from yelouafi/declarative-helpers

Added declarative effect creators for helpers

github.com/redux-saga/redux-saga - 283cc6c168e5773854e44dce66cda70bb1a1d0a9 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Added declarative effect creators for helpers

github.com/redux-saga/redux-saga - 4a5cde95966c231bd1f7f73b8e94ab0417432cf1 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #686 from nithinpeter/pr/yarn-install-instruction

Add install instruction for Yarn

github.com/redux-saga/redux-saga - d7cda52b6c25d77cd5f2bc37db3c7175aa950ca8 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Add install instruction for Yarn

github.com/redux-saga/redux-saga - 6a21128b45f1cf3af80249b0128d94076224531e authored about 8 years ago by Nithin Peter <[email protected]>
Merge pull request #685 from kuy/trans-ja-b5f341

Update Japanese translation of README

github.com/redux-saga/redux-saga - ef2ebdaaace4305b4b744dcd6cae52bc67b26077 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Add link to README in Japanese

github.com/redux-saga/redux-saga - ace1e56efca4b4f8e916f112c46975d8b14c16a5 authored about 8 years ago by Yuki Kodama <[email protected]>
Translate README in Japanese based on b5f341

github.com/redux-saga/redux-saga - ab120d9f01dc0d4451b463dfbb422c1a02fb83c8 authored about 8 years ago by Yuki Kodama <[email protected]>
Merge pull request #683 from kuy/fix-onerror

Mark options.onerror as deprecated (#682)

github.com/redux-saga/redux-saga - b5f341edc93452ebfb2962b28eb2cefcd0665057 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Use dot notation

github.com/redux-saga/redux-saga - ca89a3a2f30e8c5472b3e7229037f770150c4e68 authored about 8 years ago by Yuki Kodama <[email protected]>
Mark options.onerror as deprecated (#682)

github.com/redux-saga/redux-saga - 388e789eaaa944368d46393201797eb78e140137 authored about 8 years ago by Yuki Kodama <[email protected]>
Merge pull request #681 from henrikra/master

Add example test with createMockTask

github.com/redux-saga/redux-saga - 89d2c8420be7b91d6551eb7cb751a6d0264a56df authored about 8 years ago by Mateusz Burzyński <[email protected]>
Add example test with createMockTask

github.com/redux-saga/redux-saga - 532f7346f1e1295863e012087019f5eb175df336 authored about 8 years ago by Henrik Raitasola <[email protected]>
Update API docs with info on emitters

github.com/redux-saga/redux-saga - ca60600198c000003f7a6a6f26ac2ab12ef0e9ac authored about 8 years ago by Pawel Badenski <[email protected]>
Allow to provide custom emitter to saga middleware

github.com/redux-saga/redux-saga - 80ffb8450b164bb50eabb84b37846a78b2470e79 authored about 8 years ago by Pawel Badenski <[email protected]>
Fixed comment in Glossary which indicated wrongfully that put is a blocking effect (fixes #626) (#653)

github.com/redux-saga/redux-saga - 21d8f53c9022f9050582e8b024de7ff9da2c5aad authored about 8 years ago by Mateusz Burzyński <[email protected]>
Remove reference to unused import (#659)

The example code is not using fork.

github.com/redux-saga/redux-saga - 937525afe418a6a27b1f8bb3bb6ab9e68432f953 authored about 8 years ago by claudina sarahe <[email protected]>
API Reference: remove gendered pronoun (#666)

I'm pretty sure middleware doesn't have a gender...

github.com/redux-saga/redux-saga - 1b5bc9ba0f17c51717a5a2a48ae4e97e709a2d53 authored about 8 years ago by Sam Cole <[email protected]>
Merge pull request #658 from andrewmclagan/master

Grammer mistake in docs

github.com/redux-saga/redux-saga - 89b3430bd53675e56ae13d301e5c70e23430b075 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Grammer mistake

github.com/redux-saga/redux-saga - 779227f04ce597eca1ce3735b73498d113507459 authored about 8 years ago by Andrew McLagan <[email protected]>
Merge pull request #657 from hpurmann/doc-race-fix-import

Docs: Add missing race import

github.com/redux-saga/redux-saga - 2e1de20cabfb027ffe97e334e0b121fcd69d1782 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Docs: Add missing race import

github.com/redux-saga/redux-saga - 8bdec911067cf621e713324b1b4d7d6ff7b301e1 authored about 8 years ago by Hendrik Purmann <[email protected]>
Merge pull request #650 from HansDP/master

Update Undo recipe

github.com/redux-saga/redux-saga - e90da15b10e4b96a185f0de52fe2b21cee6be6ac authored about 8 years ago by Mateusz Burzyński <[email protected]>
Update Undo recipe

github.com/redux-saga/redux-saga - 8c50c158da13fd29c5d668d80148573e5fd2fd52 authored about 8 years ago by Hans De Potter <[email protected]>
Merge pull request #652 from yelouafi/put-resolve

Renamed put.sync to put.resolve (better naming). Keeping put.sync for…

github.com/redux-saga/redux-saga - e5113ffa4b2597db216bcf896f82f959cbb039b2 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Renamed put.sync to put.resolve (better naming). Keeping put.sync for a while with deprecation warning

github.com/redux-saga/redux-saga - c9d28290d42eda2184755da5c2f474da0a286a02 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #649 from yelouafi/fix/docs-inconsistency

Changed yield* sagaHelper to yield sagaHelper form in the main README

github.com/redux-saga/redux-saga - 3228be31a8b335efea72e41f5d237b09a94938b3 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Changed yield* sagaHelper to yield sagaHelper form in the main README

github.com/redux-saga/redux-saga - ba4ba1ffdee80c0c72ebcfea64492be351c4f3ab authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #611 from abroz/patch-1

White spacing, use createAsEffectType helper

github.com/redux-saga/redux-saga - 29ec87322cdad46d9ea504ee6dc5cb0684d642b0 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #639 from yenshih/patch-3

Add throttle type definition

github.com/redux-saga/redux-saga - 41c356e871462375d2f2096cbe5c07a743e67d0e authored about 8 years ago by Mateusz Burzyński <[email protected]>
Remove extra space (#642)

github.com/redux-saga/redux-saga - 8f043b27bef3bf7f45440d7e63b5b6967dc4e5b7 authored about 8 years ago by Benjamin Nørgaard <[email protected]>
Fixed HelperFuncRest

github.com/redux-saga/redux-saga - 5a936adf70ce0bc4a4bf7d9bf36089d1e288c40d authored about 8 years ago by yenshih <[email protected]>
Add HelperFunc types

github.com/redux-saga/redux-saga - 5880808ec6ddb7352dcd15b1ac9a0a81a1ec38a0 authored about 8 years ago by yenshih <[email protected]>
Add throttle type definition

github.com/redux-saga/redux-saga - a3adc8aec47629880a3ecdfa59e158be83523ae5 authored about 8 years ago by Shi Yan <[email protected]>
Merge pull request #637 from simonacca/patch-1

Fix typo in channels doc

github.com/redux-saga/redux-saga - 22b5938e148a619dd4381239bca218b1e4e0cd47 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Permits saga monitors to only hook the functions they want. (#634)

github.com/redux-saga/redux-saga - b5e42c983a20715ecd4c627124a9f1ffb49168a1 authored about 8 years ago by Steve Kellock <[email protected]>
Fix typo in channels doc

github.com/redux-saga/redux-saga - ce0c351b3282c5985f22f8ec577c41b23fdfdb88 authored about 8 years ago by simone accascina <[email protected]>
White spacing, use createAsEffect helper

github.com/redux-saga/redux-saga - 4a8dcfc95c5f0bca6f2d4b102605b00a5ed10cef authored about 8 years ago by Andrew Broz <[email protected]>