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

Merge pull request #1769 from aikoven/action-pattern-inference

typings: better inference of action types from action pattern

github.com/redux-saga/redux-saga - 349e64b7c300d0898dc2bb15143557386f7563a2 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Better inference of action types from action pattern

github.com/redux-saga/redux-saga - f64e70f7e045fe730400a07657868f39d38e61e2 authored almost 6 years ago by Daniel Lytkin <[email protected]>
v1.0.1

github.com/redux-saga/redux-saga - 876ac7bb9d049e9a0c9526b4396b3fd0364d3181 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Fix lerna alias in testing-utils

github.com/redux-saga/redux-saga - 01955d0e5f99f71043ceb01a43a4888ff53565fe authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Wrap leftover validation in take creator in env check

github.com/redux-saga/redux-saga - 65034cc8b08ab5a6ff1e7441f3062960615f368d authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Merge branch 'is-redux-action'

# Conflicts:
# packages/is/index.d.ts

github.com/redux-saga/redux-saga - d7db3c4ff4497702bf9301eea0b5d1915d5ba0ce authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Tweak is.sagaAction typing

github.com/redux-saga/redux-saga - 476eeaca0cbbd4e66373e9964594aa25d70d57d8 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Dont use is.sagaAction in core (saves 20b)

github.com/redux-saga/redux-saga - fd03cc7e3a957ba2b439ede3f3cb31952719f35b authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Update babel-plugin-annotate-pure-calls

github.com/redux-saga/redux-saga - a3530e74338d7503db51b9816de47b71c7488a50 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1758 from redux-saga/fix-endless-loop

Fix endless loop while createTaskIterator gets a function that return…

github.com/redux-saga/redux-saga - a9d55ca941d7e46bb3dc6c061bbd5fa2c0071221 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Add a test case that checks whether `fork` properly handle promises that resolves undefined

github.com/redux-saga/redux-saga - 89b125636d6a2943acc3a6c72ab12fc43c9f9403 authored almost 6 years ago by shinima <[email protected]>
Merge pull request #1759 from Dai7Igarashi/igarashi/fix-saga

Bug Fixed ValidEffect in @redux-saga/types

github.com/redux-saga/redux-saga - fb9d46165a08c7cbf16ba7ebe969159a8f0af2bf authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Change ValidEffect to Effect in @redux-saga/types

github.com/redux-saga/redux-saga - 9d0325ea9fdcb8fdc6d8005e39361d638a032a5c authored almost 6 years ago by Dai7Igarashi <[email protected]>
Revert "Fixed ValidEffect in @redux-saga/types"

This reverts commit 3fb93db592cb3be7c11c60299acebfe38ddb2174.

github.com/redux-saga/redux-saga - d2a919a85021a7f2493369e55be1334986df3b53 authored almost 6 years ago by Dai7Igarashi <[email protected]>
Fixed ValidEffect in @redux-saga/types

github.com/redux-saga/redux-saga - 3fb93db592cb3be7c11c60299acebfe38ddb2174 authored almost 6 years ago by Dai7Igarashi <[email protected]>
Fix endless loop while createTaskIterator gets a function that returns a Promise resolved with undefined.

github.com/redux-saga/redux-saga - 5d2234a4c8a684fec2cd4fc3f5fab09af960c9bd authored almost 6 years ago by shinima <[email protected]>
Merge pull request #1754 from teamable-software/bugfix-1753-call-first-arg-symbol

Fixes #1753 issue when the first arg of call effect's function is a Symbol

github.com/redux-saga/redux-saga - da8e8f26ebaf6df1e90c029aa2d2652e253bde51 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Fix issue when the first arg of call effect is a Symbol (#1753)

github.com/redux-saga/redux-saga - 65e99f229cffa3ddfd68ac1f463b1d59f4fd61f8 authored almost 6 years ago by Mikael Manukyan <[email protected]>
@is: expose sagaAction method

github.com/redux-saga/redux-saga - 73c89586989856ea782697889d8c5da77b0b365f authored almost 6 years ago by restrry <[email protected]>
Merge pull request #1747 from redux-saga/fix-eventchannel-docs-and-typings

Fix docs and typings for eventChannel

github.com/redux-saga/redux-saga - e5f7d6d466ae45d91b4d72cdcd27695d4a5db990 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Fix docs and typings for eventChannel

github.com/redux-saga/redux-saga - 20106b525a516a16f60888bec11311d6d73c0a2e authored almost 6 years ago by shinima <[email protected]>
babel-plugin: empty loc tests

github.com/redux-saga/redux-saga - a9e50749f861b9310394ba3958695f40b5fe1ede authored almost 6 years ago by restrry <[email protected]>
babel-plugin: dont handle empty loc

github.com/redux-saga/redux-saga - 61caa62f9fb6d1f8d68f8cee73f3777743125d51 authored almost 6 years ago by restrry <[email protected]>
Fixed link to UsingRunSaga from API section (fixes #1738)

github.com/redux-saga/redux-saga - 88e79b48350e74d310d82f206db412a0b6594b7d authored almost 6 years ago by Mateusz Burzyński <[email protected]>
v1.0.0

github.com/redux-saga/redux-saga - fc6a2e3d5b1aa37864a13be6db3115ad6afc1f1b authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Fix snapshot test after cherry-picking previous commit

github.com/redux-saga/redux-saga - 2080292fd9f7c9ed35467d9e95cbf11236aec3f3 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Silent gracefully errors intentially thrown in tests

github.com/redux-saga/redux-saga - a0d569dc61f2576f0a0109d8534f376d02c808eb authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1736 from redux-saga/add-typing-test-race-array

tests: add typings for race([...])

github.com/redux-saga/redux-saga - 6120cbd4346bac709d70ec26238fab91cac6a3ff authored almost 6 years ago by Mateusz Burzyński <[email protected]>
tests: add typings for race([])

github.com/redux-saga/redux-saga - 1e756e8cb48508a779e0d3188b0630a3d8a03413 authored almost 6 years ago by restrry <[email protected]>
Add README files to core packages with links to our website (closes #1556)

github.com/redux-saga/redux-saga - c64494f89e02356322070bdb2f19c265f9519461 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
typo (let's -> lets) (#1731)

github.com/redux-saga/redux-saga - 5f6886168e3172e81735d3247450acefef382439 authored almost 6 years ago by Bartosz Olchówka <[email protected]>
Update runSaga docs descriptions

github.com/redux-saga/redux-saga - 466c5a4f8e941fb0f30a6e6dfb40310883876856 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Fix mentions of where SAGA_ACTION may be found

github.com/redux-saga/redux-saga - c0da064394a6053c5ce808966547e8c2cd2c938a authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1717 from TimvdLippe/browser-esm-bundle

Add Rollup configuration to generate Browser-compatible ESM bundle

github.com/redux-saga/redux-saga - f6bce9567ff0a02ed9855589a5015adadedcd9d4 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
docs: fixed typo (#1723)

github.com/redux-saga/redux-saga - 2082087e27c79bd821b417c0460f6cb7822ff1bf authored almost 6 years ago by Aleksey Levenstein <[email protected]>
Build esmodules bundle properly

github.com/redux-saga/redux-saga - 5875d685872874c0bd1b13b529a365387d9cf10a authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Update rollup-plugin-babel to v5 (alpha)

github.com/redux-saga/redux-saga - 8c0875bf0a75c41ac42101df9b4d5097919c0712 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Change entryFileNames for new esmodules-browsers build

github.com/redux-saga/redux-saga - 8daff4677a679e15e6dba69fc056de21e8fc953d authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Update rollup

github.com/redux-saga/redux-saga - 04b29c635c645cd5d2e280a9b042f15ab027e014 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
Merge branch 'master' into browser-esm-bundle

github.com/redux-saga/redux-saga - 117cdcb11a4599eb503fcc33ede0f973d1ea0937 authored almost 6 years ago by Mateusz Burzyński <[email protected]>
docs: error propagation (#1721)

github.com/redux-saga/redux-saga - 39a7b174ce0e97041c180a5fa9fe7c23cc8211f8 authored almost 6 years ago by Mikhail Shustov <[email protected]>
Update filename references in package.json

github.com/redux-saga/redux-saga - 722dca8a763700da5581e470561510800eff30cd authored about 6 years ago by Mateusz Burzyński <[email protected]>
Move core source to scoped package, use "redux-saga" only as proxy to it (#1712)

* Move core source to scoped package, use "redux-saga" only as proxy to it

* Workaround for r...

github.com/redux-saga/redux-saga - 6d7cb99cf489da0b4de72eee44b7333d3c8f2cba authored about 6 years ago by Mateusz Burzyński <[email protected]>
Add Rollup configuration to generate Browser-compatible ESM bundle

github.com/redux-saga/redux-saga - eb955fb25e912df87a4544235db163899b616cd9 authored about 6 years ago by Tim van der Lippe <[email protected]>
v1.0.0-rc.0

github.com/redux-saga/redux-saga - f55c6d2f34afd86962424303dfa72dda18a9f34d authored about 6 years ago by Mateusz Burzyński <[email protected]>
Update lerna

github.com/redux-saga/redux-saga - d4ea737bc920dc26d124522eec67b6bcdf265cb7 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Add comment for task.isCancelled() (#1708)

github.com/redux-saga/redux-saga - d6bb78d96194b140c67083439848550f1119d910 authored about 6 years ago by 肥超 <[email protected]>
Update docs for v1 (#1700)

* update docs for new onError interface

* docs: CHANGELOG for @redux-saga/testing-utils

* ...

github.com/redux-saga/redux-saga - 2726e408e59b5797c87cc145b19b654834bffec0 authored about 6 years ago by Mikhail Shustov <[email protected]>
Revamp typings (#1703)

* Revamp typings

* Remove TupleHelpers in favor of `typescript-tuple` package

github.com/redux-saga/redux-saga - 7468e02949ea24a10fadff7aa69b65e31c5a41c4 authored about 6 years ago by Daniel Lytkin <[email protected]>
Merge pull request #1704 from redux-saga/remove-main-task-from-task

Remove mainTask property from the Task object

github.com/redux-saga/redux-saga - c23819c728176f12f90a42f41662a4668ab555a4 authored about 6 years ago by Mikhail Shustov <[email protected]>
Remove mainTask property from the Task object

github.com/redux-saga/redux-saga - 9a05a84d34408d592884ee14c86084b272172ce3 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Fix issue when joining cancelled state didn't cause joiner to land in cancelled state (#1706)

github.com/redux-saga/redux-saga - 58c9ebc91376fc56a55251127e22883bd153f940 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Update tap-spec in error-demo

github.com/redux-saga/redux-saga - 1b3ea61b41d322f28d288a32bc0eb931f430cb5e authored about 6 years ago by Mateusz Burzyński <[email protected]>
Sagastack refactoring (#1695)

* separate saga stack from error object

* add test case for primitive error

* Treat sagaEr...

github.com/redux-saga/redux-saga - a5f85f85c761e5ce6152e4c90da358e3d8d2c750 authored about 6 years ago by Mikhail Shustov <[email protected]>
Update SUMMARY.md (#1690)

github.com/redux-saga/redux-saga - 614e036d156d5a4af4c8ec128581342b9f2ff700 authored about 6 years ago by Jess Sze <[email protected]>
Use jest.useFakeTimer instead of lolex. (#1687)

* Use jest.useFakeTimer instead of lolex.

* tests: Call jest.useRealTimers before exiting thr...

github.com/redux-saga/redux-saga - dff79a5f9b737f821b71f7f97292c24e702b28cc authored about 6 years ago by 肥超 <[email protected]>
Unify task.status and mainTask.status (#1682)

github.com/redux-saga/redux-saga - 3fef1be7fa8d6509425bef0f7993df58e9dfa4d9 authored about 6 years ago by 肥超 <[email protected]>
Remove old TODO comment

github.com/redux-saga/redux-saga - f96cc92b4eddba99b7e9827ff77a6e6f1a798dbf authored about 6 years ago by Mateusz Burzyński <[email protected]>
Remove redux-saga/utils (#1655)

* Remove redux-saga/utils

* Added @redux-saga/types package

* Move cloneableGenerator test...

github.com/redux-saga/redux-saga - b0b3d51d620e5e7dd928fe4d6d46aeabb3421869 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Using a single variable to track the status of Task (#1678)

* Using a single variable to track the status of Task

* Fix typo

* When calling toPromise(...

github.com/redux-saga/redux-saga - 5f3bbe2d1735653f30a8583fb5af0b12579031bd authored about 6 years ago by 肥超 <[email protected]>
Fix typos (#1680)

github.com/redux-saga/redux-saga - b154e770584661b965b5c63f803b9f5b52733968 authored about 6 years ago by Martin V <[email protected]>
Extract forkQueue and newTask to separated files; Change some field names of task/mainTask/forkQueue objects. (#1660)

github.com/redux-saga/redux-saga - 8f3df4a1c7bfa6f1c086f0abe60074ad664ee7ec authored about 6 years ago by 肥超 <[email protected]>
Remove logError parameter (#1658)

* add test case

* remove muting error during cancellation

* use onError instead of logErro...

github.com/redux-saga/redux-saga - a619f15cf46ea463528af86c18fb346e9f275985 authored about 6 years ago by Mikhail Shustov <[email protected]>
Move all effect runners to a separated file (#1659)

* Move all effect runners to a separated file

* Move resolvePromise to separate file

* Inl...

github.com/redux-saga/redux-saga - 53a08dad68d64250a9ce80749a24bfe431dce176 authored about 6 years ago by 肥超 <[email protected]>
sagaMiddleware options passing cleanup (#1654)

* Refactor signature of sagaMiddleware options.

* Move destructuring of runSaga.options to ar...

github.com/redux-saga/redux-saga - c8ce884bfbce4c048f0f59056cc0d59a795f6b9c authored about 6 years ago by 肥超 <[email protected]>
Update README.md (#1674)

github.com/redux-saga/redux-saga - 45f7bb83a7970ce6f1394c53f533fa03223118fa authored about 6 years ago by Hajji Tarik <[email protected]>
Fixed real world example (#1667)

* Fixed real world example

* Delete yarn.lock

* Updated fix to real world example

* Upd...

github.com/redux-saga/redux-saga - 704cca2cb0b69ee4026068393c2c87eaba75cc73 authored about 6 years ago by Gareth Bradley <[email protected]>
Merge pull request #1546 from redux-saga/saga-stack-in-error-docs

docs: Saga stack in error docs

github.com/redux-saga/redux-saga - 0694650d6f796956fb971a1f94df27939bea36a5 authored about 6 years ago by Mikhail Shustov <[email protected]>
add integration tests for babel plugin

github.com/redux-saga/redux-saga - ee0b1eb6f30da029b0856ca58b58a94558429901 authored about 6 years ago by restrry <[email protected]>
add babel-plugin integration tests

github.com/redux-saga/redux-saga - aa141716a6d058af55a95101a3defe5cc6880637 authored about 6 years ago by restrry <[email protected]>
add error docs and example

github.com/redux-saga/redux-saga - 504e094a445decd70cbe1f1568336f493c0646de authored about 6 years ago by restrry <[email protected]>
Fix typo (#1653)

github.com/redux-saga/redux-saga - 3ae0287df77be72e8bac89271ab62225f5a555a4 authored about 6 years ago by Noel Yoo <[email protected]>
Tweak info about why we are not using async/await

github.com/redux-saga/redux-saga - 9f5ec9e1f391196b65e863a5c0048c16a9ac0c06 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Add readme section to explain our choice to use generators (#1400)

* Add readme section to explain our choice to use generators

* Remove explanation of how gene...

github.com/redux-saga/redux-saga - 030f80a864d447bf091248775e65f8aeb654ac84 authored about 6 years ago by Arijit Bhattacharya <[email protected]>
update docs for v1 api (#1636)

* update docs for v1 api

* address comments

github.com/redux-saga/redux-saga - 99d3f5b85c9589d02ce988d4f1aa8e2abee5e1ae authored about 6 years ago by Mikhail Shustov <[email protected]>
Add node 11.0.0 on CI (#1646)

github.com/redux-saga/redux-saga - f27de92f5b1aadbca9ee13d59ba1a73f50c0fb35 authored about 6 years ago by Noel Yoo <[email protected]>
Add helpful dev warning about yielding call(delay, ms) incorrectly (#1648)

github.com/redux-saga/redux-saga - 784dd50cd945df010d40934f98ab95838772c327 authored about 6 years ago by Mateusz Burzyński <[email protected]>
docs: add learn redux saga series (#1652)

github.com/redux-saga/redux-saga - 7ab4eec276cec39fa490e0455325ed8aac14cb14 authored about 6 years ago by Divyanshu Maithani <[email protected]>
docs: improve wording for task cancellation (#1650)

github.com/redux-saga/redux-saga - f874e5b84940553965a88c3d804cbde90643680a authored about 6 years ago by Mikhail Shustov <[email protected]>
Merge pull request #1649 from rkleine/patch-1

Update RootSaga.md

github.com/redux-saga/redux-saga - 0186a19aee83e54c54bfdf2f6dd25854653275b9 authored about 6 years ago by Mikhail Shustov <[email protected]>
Update RootSaga.md

Remove a semicolon that cause SyntaxError on arrow function shorthand

github.com/redux-saga/redux-saga - 857039678a64b8848ed093f6d50c1b71924752c8 authored about 6 years ago by Ricardo <[email protected]>
Add files entry in babel-plugin-redux-saga package.json

github.com/redux-saga/redux-saga - 90d88379e3aed8d0527ba6b8a72bd06bf61e1ed2 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Use task.root to track whether a task is a root task or a detached task. (#1637)

* Use task.root to track whether a task is a root task or a detached task.

* Add inline comme...

github.com/redux-saga/redux-saga - 2af92791a3678c44683c3fbe345bca6ad9b22f7f authored about 6 years ago by shinima <[email protected]>
Add `immediately` in scheduler.js (#1641)

github.com/redux-saga/redux-saga - 99f7d1a79da0e381910cb1006a921962892ebe4a authored about 6 years ago by shinima <[email protected]>
v1.0.0-beta.3

github.com/redux-saga/redux-saga - 76361728b4149c4f6944cda69d3e97ec49bc5118 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1639 from retyui/Issue#1638

Issue#1638

github.com/redux-saga/redux-saga - cd50c06c544b4ad4181ff89c279c02c373e7951e authored about 6 years ago by Mikhail Shustov <[email protected]>
Fix test

github.com/redux-saga/redux-saga - 4bb77cb9bb66bc1d99b22f882ae9be683c57e6f3 authored about 6 years ago by David Narbutovich <[email protected]>
Add test for delay effect

github.com/redux-saga/redux-saga - 7967bcfadd8055ca11a9f558a6c258e0fd770114 authored about 6 years ago by David Narbutovich <[email protected]>
Update delayP function

github.com/redux-saga/redux-saga - f66f71002cde3683e103599a7985f63b0962dd16 authored about 6 years ago by David Narbutovich <[email protected]>
Suspend the scheduler when starting a root sagas (#1628)

* Suspend the scheduler when starting a root sagas

* Add test for sync take after sync put in...

github.com/redux-saga/redux-saga - a1c465d18780bc69450569b76f43e4e35baac5c7 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Added contributor info to all package.json files

github.com/redux-saga/redux-saga - f160be92d488a3108b6e72f05c0b7371649b4e1a authored about 6 years ago by Mateusz Burzyński <[email protected]>
Removed leftover comment

github.com/redux-saga/redux-saga - 062bfd8b0c73eea66f0fdc16ca1e33b66b4e4277 authored about 6 years ago by Mateusz Burzyński <[email protected]>
fix failing test: round to seconds (#1631)

github.com/redux-saga/redux-saga - e6567bc593b7c57a88542f137375621701579907 authored about 6 years ago by Mikhail Shustov <[email protected]>
add list of changes for v1 (#1613)

github.com/redux-saga/redux-saga - 203b77e8f220af8bff9ce7ead8793f955e8bfedd authored about 6 years ago by Mikhail Shustov <[email protected]>
Merge pull request #1627 from redux-saga/pkg/contributors

Add @restrry and @shinima as contributors in package.json

github.com/redux-saga/redux-saga - 2db9b0f8e5c5bda9eb900d92eb91a317c8c45a67 authored about 6 years ago by Mikhail Shustov <[email protected]>
Upgrade husky, remove prepush hook (#1626)

github.com/redux-saga/redux-saga - b6caa8e07ad9cff2c72d9c034734a43e52364377 authored about 6 years ago by Mateusz Burzyński <[email protected]>
add contributors info

github.com/redux-saga/redux-saga - f03645103d62a66f66d832506805c8fca7540bbb authored about 6 years ago by restrry <[email protected]>
update contributor info of @shinima

github.com/redux-saga/redux-saga - 3cc9850e7c56a893aa951e95b63bed50e4542b29 authored about 6 years ago by shinima <[email protected]>
Merge pull request #1630 from redux-saga/lower-kb-limit

Change bundlesize limit

github.com/redux-saga/redux-saga - e43b2dd86f7cfcc5e09ab11f0c1ef837b560cbb0 authored about 6 years ago by Mikhail Shustov <[email protected]>
Change bundlesize limit

github.com/redux-saga/redux-saga - 3082435089cfbc1bf846603f14adf3da89d42056 authored about 6 years ago by Mateusz Burzyński <[email protected]>