Ecosyste.ms: OpenCollective

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

github.com/redux-saga/redux-saga

An alternative side effect model for Redux apps
https://github.com/redux-saga/redux-saga

Allow to decorate builtin emitter

9abf4fc12c3c0db0028defb6ce9e39e144e31a20 authored about 8 years ago
Merge pull request #748 from JisuPark/master

docs(translate): Add Korean translation

81149bbefb240bd51d5426f6b6ad40a05e5289f5 authored about 8 years ago
docs(translate): Add Korean translation

d7655f65de020537e7b7586888b6e50dea17b13c authored about 8 years ago
Merge pull request #746 from amonks/patch-1

Updated broken article link in docs

8c0c755e87be2c8c34baa895d5efbebc562a37e0 authored about 8 years ago
Merge branch 'master' into master

027758c5cbe80f1a5b5e34caba20c18f0d8f18d9 authored about 8 years ago
Updated broken article link in docs

514e3424f266d8ac35f07299b6d1ad7c13ca0f9a authored about 8 years ago
Add definitions for deprecated methods; returned `...rest` versions for helpers and cps

8620f2db9110e647ea0a9fd558aed245f2b19d66 authored about 8 years ago
Revert "Allow to transform/filter actions sent to the Sagas"

This reverts commit efb6778653415d390ffc6882497984169f2abc19.

3d7981e916c242447f32e6ac720a038903236e86 authored about 8 years ago
Merge pull request #742 from piamancini/patch-1

add backers & sponsors

921cf66ab55617100dcb33f5a8871fd020ca2ec9 authored about 8 years ago
add backers & sponsors

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

4b55eb72f7ce6ab2bad7c6f7b9b2ba709e6f1ed9 authored about 8 years ago
Fixed typo in api doc

ca7b9e1d08594e75aba6000ad827356797ecdd75 authored about 8 years ago
Allow enums and symbols as action types

779ade41372940460d9e90d811ef43d77dae7b62 authored about 8 years ago
Update TypeScript definitions

0ef7a13c83181efb6401725d91977722472c9893 authored about 8 years ago
0.14.1

ba77e7b7bede9be3ef588be52ac5b6aff9bf4752 authored about 8 years ago
updated builds

4ea9eb22afa5950de767f7cab88cda2eedf738f7 authored about 8 years ago
Merge pull request #738 from redux-saga/docs-update

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

66779295e7cb74aa2b9f840ab7afec8aa60be5d2 authored about 8 years ago
Added short descriptions for join(...tasks) and mixed array patterns

d58096f27690822277d4686752a9f07297f7b18c authored about 8 years ago
Merge pull request #725 from redux-saga/matchers-mixed-array

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

23f1e0f6e226d3e05897f2709705c0c65cfd3eb1 authored about 8 years ago
Merge pull request #717 from redux-saga/join-array-support

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

9c866556c9fd6bbc45079ba01d87151a016e4363 authored about 8 years ago
Updated helper name to hasOwn and fixed the typescript definition of stringableFunc

3b56cf66f548db1b903fd6abcc9fa067ede57c98 authored about 8 years ago
Added hasProperty helper to safely check object.hasOwnProperty

afc8b18c9001e50aef8dd2bf6213b78183d690ee authored about 8 years ago
Rename is helper and use String() in the default matcher in lieu of a custom one

ea1492b626ff1e2ef95804f4c977abb179b572cc authored about 8 years ago
added typescript definition

86b297be4647d56786776018a1a1430ca275d4fd authored about 8 years ago
Adding support for stringable action creator functions as take pattern

3a5bfbe5428fc72d345b17d68c11707aa2263dfe authored about 8 years ago
fix typo

1afb53abbb952d850a5293c93b210b4226551715 authored about 8 years ago
recursively call runEffect if middleware returns something different

3949d2c57e17a5918ecff910a9dc6ae970a17e16 authored about 8 years ago
Merge pull request #728 from mcrawshaw/master

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

276ca103aa7785723bb897d0b70c4497aa41a331 authored about 8 years ago
pass option.middleware to proc and hot replace

f27563c4c47b000f3d975c10bebcb2400fca500e authored about 8 years ago
add test case

ae6723585ac13b52b4cd2ca759b99365a5b24e1b authored about 8 years ago
Updated TS definition to include saga helpers in redux-saga/effects

This was required to match library changes in version 0.14.

faacc9f7ffc3a2529487bab530fe687770d44936 authored about 8 years ago
Added support for mixed array of types and predicates while matching actions

2628039726ece398b9b38fd8f45cb2c864cb348c authored about 8 years ago
Merge pull request #721 from restrry/buffer-check

check buffer correctness

e39fa0c2e0f86344c69a9248edf0859c584a8467 authored about 8 years ago
buffer check

eb8fbb504a20f9c9260fce0f1e3a277e36be050f authored about 8 years ago
Migrate all links to the new organization URL (fixes #719)

0833e843a2dadf7fac50cd470784ee2af420aab0 authored about 8 years ago
update docs links

5b729343818625e689596d6402e1ed9aa18ba6d5 authored about 8 years ago
fix prism gitbook plugin version

3b7bb74654b867097ad81366853e04aba6b4d7af authored about 8 years ago
Support for passing array of task descriptors to the join effect creator

382c346a6152392195a063c4e0a11be10c2e483f authored about 8 years ago
0.14.0

14a84081c40553946472434c65507a3079732065 authored about 8 years ago
Merge pull request #716 from restrry/fix-api-readme-blocking

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

d74e90765206f44773577f828cd64d3166afb632 authored about 8 years ago
fix table and link to blocking

3862646c03602e900dc7229b5f72e9b1791b6e7f authored about 8 years ago
Merge pull request #704 from CarsonF/bugfix/types-monitor

[TypeScript] Added actionDispatched to Monitor interface

29e55226a50bdaa072029642657ea8b15e8c2b15 authored about 8 years ago
Merge pull request #715 from restrry/fix-d.ts

[TypeScript] add root flag to monitor interface

bceddb9be38d42b072a4d261c4502eef0d9a81b7 authored about 8 years ago
add root flag to monitor interface

71221f8b4960f8d67e01ef1535880baef93305d9 authored about 8 years ago
Code improvement in the beginner tutorial (#711)

Code improvement in the beginner tutorial

764020b86d6bdd3230290b31e00a2f2cb7371520 authored about 8 years ago
Merge pull request #709 from yelouafi/take.maybe

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

5ae99e3ee5b862aeca086521b8c3af489d46ab23 authored about 8 years ago
Renamed takem to take.maybe for clarity, also it pairs up nicely with convention used for put.resolve

0f55c265385f197a12d7d19a4d6facdf099b2f5f authored about 8 years ago
Added actionDispatched to Monitor interface per #609

9a69b7ebbe98a35d3f5f286c1ed3e6055de61560 authored about 8 years ago
Merge pull request #702 from yelouafi/fix/582

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

fb4c69e7a9fe7e588a878b898ce6f342a1e9428a authored about 8 years ago
Reworked throttle test to be dependant on the custom mock clock isntead of the native one (fixes #582)

5572b405f7f05251df20a8ca5c03077b211307ec authored about 8 years ago
Merge pull request #687 from yelouafi/fix/run-saga-scheduling

Pushed downwards the stack scheduling of dispatched actions to channe…

75c84580dae95399e55e5ae25a0b3f7b2113b46e authored about 8 years ago
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

af66c228ad7536776c9277fe242ec5464a52f833 authored about 8 years ago
Merge pull request #693 from granmoe/docs-blocking-non-blocking

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

0414acd9e47689842fc2887e3072e3e2a3d3af77 authored about 8 years ago
updated blocking cheatsheet to include helpers, select, actionChannel and [...effects]

57d7486e831976e3ee25ccde9ea98009e694b80b authored about 8 years ago
Merge pull request #690 from yelouafi/fix/channel-end-import

Fixes CHANNEL_END public export (fixes #689)

c95dcb949879cea76b4db09bd076886eb7a59268 authored about 8 years ago
Fixes CHANNEL_END public export (fixes #689)

63e48b802f951511b843500447a0c7b8863afa60 authored about 8 years ago
Allow to transform/filter actions sent to the Sagas

efb6778653415d390ffc6882497984169f2abc19 authored about 8 years ago
Revert "Update API docs with info on emitters"

This reverts commit ca60600198c000003f7a6a6f26ac2ab12ef0e9ac.

4e4aec2bac4311262796a066f3121fee45194526 authored about 8 years ago
Revert "Allow to provide custom emitter to saga middleware"

This reverts commit 80ffb8450b164bb50eabb84b37846a78b2470e79.

15b4d66d9f65cb1b9c26f0a805ef285788a2d10d authored about 8 years ago
Merge pull request #695 from web2style/patch-1

Fix minor grammar errors in TaskCancellation.md

250e722419f9fcaade729c51aaf5d97a3de2b16a authored about 8 years ago
Fix minor grammar errors in TaskCancellation.md

3e21995e507cdf0f0a491824babd5c95518d0f48 authored about 8 years ago
Added a blocking / non-blocking cheatsheet to the API reference section of the docs.

8f0632935d9d1d47ef6e7b404f30b78611072095 authored about 8 years ago
Update docs to avoid confusion over saga helper implementations

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

2788c79cffcf36938849aae38500e3e91b313640 authored about 8 years ago
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...

11344d65a67c53a6aaf447b752595b0e0523b70f authored about 8 years ago
Merge pull request #596 from yelouafi/declarative-helpers

Added declarative effect creators for helpers

283cc6c168e5773854e44dce66cda70bb1a1d0a9 authored about 8 years ago
Added declarative effect creators for helpers

4a5cde95966c231bd1f7f73b8e94ab0417432cf1 authored about 8 years ago
Merge pull request #686 from nithinpeter/pr/yarn-install-instruction

Add install instruction for Yarn

d7cda52b6c25d77cd5f2bc37db3c7175aa950ca8 authored about 8 years ago
Add install instruction for Yarn

6a21128b45f1cf3af80249b0128d94076224531e authored about 8 years ago
Merge pull request #685 from kuy/trans-ja-b5f341

Update Japanese translation of README

ef2ebdaaace4305b4b744dcd6cae52bc67b26077 authored about 8 years ago
Add link to README in Japanese

ace1e56efca4b4f8e916f112c46975d8b14c16a5 authored about 8 years ago
Translate README in Japanese based on b5f341

ab120d9f01dc0d4451b463dfbb422c1a02fb83c8 authored about 8 years ago
Merge pull request #683 from kuy/fix-onerror

Mark options.onerror as deprecated (#682)

b5f341edc93452ebfb2962b28eb2cefcd0665057 authored about 8 years ago
Use dot notation

ca89a3a2f30e8c5472b3e7229037f770150c4e68 authored about 8 years ago
Mark options.onerror as deprecated (#682)

388e789eaaa944368d46393201797eb78e140137 authored about 8 years ago
Merge pull request #681 from henrikra/master

Add example test with createMockTask

89d2c8420be7b91d6551eb7cb751a6d0264a56df authored about 8 years ago
Add example test with createMockTask

532f7346f1e1295863e012087019f5eb175df336 authored about 8 years ago
Update API docs with info on emitters

ca60600198c000003f7a6a6f26ac2ab12ef0e9ac authored about 8 years ago
Allow to provide custom emitter to saga middleware

80ffb8450b164bb50eabb84b37846a78b2470e79 authored about 8 years ago
Fixed comment in Glossary which indicated wrongfully that put is a blocking effect (fixes #626) (#653)

21d8f53c9022f9050582e8b024de7ff9da2c5aad authored about 8 years ago
Remove reference to unused import (#659)

The example code is not using fork.

937525afe418a6a27b1f8bb3bb6ab9e68432f953 authored about 8 years ago
API Reference: remove gendered pronoun (#666)

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

1b5bc9ba0f17c51717a5a2a48ae4e97e709a2d53 authored about 8 years ago
Merge pull request #658 from andrewmclagan/master

Grammer mistake in docs

89b3430bd53675e56ae13d301e5c70e23430b075 authored about 8 years ago
Grammer mistake

779227f04ce597eca1ce3735b73498d113507459 authored about 8 years ago
Merge pull request #657 from hpurmann/doc-race-fix-import

Docs: Add missing race import

2e1de20cabfb027ffe97e334e0b121fcd69d1782 authored about 8 years ago
Docs: Add missing race import

8bdec911067cf621e713324b1b4d7d6ff7b301e1 authored about 8 years ago
Merge pull request #650 from HansDP/master

Update Undo recipe

e90da15b10e4b96a185f0de52fe2b21cee6be6ac authored about 8 years ago
Update Undo recipe

8c50c158da13fd29c5d668d80148573e5fd2fd52 authored about 8 years ago
Merge pull request #652 from yelouafi/put-resolve

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

e5113ffa4b2597db216bcf896f82f959cbb039b2 authored about 8 years ago
Renamed put.sync to put.resolve (better naming). Keeping put.sync for a while with deprecation warning

c9d28290d42eda2184755da5c2f474da0a286a02 authored about 8 years ago
Merge pull request #649 from yelouafi/fix/docs-inconsistency

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

3228be31a8b335efea72e41f5d237b09a94938b3 authored about 8 years ago
Changed yield* sagaHelper to yield sagaHelper form in the main README

ba4ba1ffdee80c0c72ebcfea64492be351c4f3ab authored about 8 years ago
Merge pull request #611 from abroz/patch-1

White spacing, use createAsEffectType helper

29ec87322cdad46d9ea504ee6dc5cb0684d642b0 authored about 8 years ago
Merge pull request #639 from yenshih/patch-3

Add throttle type definition

41c356e871462375d2f2096cbe5c07a743e67d0e authored about 8 years ago
Remove extra space (#642)

8f043b27bef3bf7f45440d7e63b5b6967dc4e5b7 authored about 8 years ago
Fixed HelperFuncRest

5a936adf70ce0bc4a4bf7d9bf36089d1e288c40d authored about 8 years ago
Add HelperFunc types

5880808ec6ddb7352dcd15b1ac9a0a81a1ec38a0 authored about 8 years ago
Add throttle type definition

a3adc8aec47629880a3ecdfa59e158be83523ae5 authored about 8 years ago
Merge pull request #637 from simonacca/patch-1

Fix typo in channels doc

22b5938e148a619dd4381239bca218b1e4e0cd47 authored about 8 years ago
Permits saga monitors to only hook the functions they want. (#634)

b5e42c983a20715ecd4c627124a9f1ffb49168a1 authored about 8 years ago
Fix typo in channels doc

ce0c351b3282c5985f22f8ec577c41b23fdfdb88 authored about 8 years ago
White spacing, use createAsEffect helper

4a8dcfc95c5f0bca6f2d4b102605b00a5ed10cef authored about 8 years ago