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

Upgrade node action input name to node-version

0faebf7d9e27c7d1d07ab04e2d00d6fb4cd55bfc authored over 5 years ago
Use yarn to run prerelease script

b49317ec40a5adda143a21ca8715a648d7445cac authored over 5 years ago
Update @changesets/cli

e4aeb4dec09a458ed2d45f13ef7f08ec0b71e4b2 authored over 5 years ago
Use changesets (#1954)

673c873efe9dab1ce13a5008506d986981da5115 authored over 5 years ago
Use GitHub actions as CI (#1952)

40b4e3f461e7729443310bcf4b8d3ed00f06637e authored over 5 years ago
Use yarn to run npm scripts

a8c17f66cf5d07127e064244facc8c8c349de18d authored over 5 years ago
Remove unused rollup-plugin-uglify from devDeps

54f9747280281c079062ca77a67f95834a1f5115 authored over 5 years ago
Remove postinstall script

b4e39a95d2f3068a79acffc728f5782580600b2b authored over 5 years ago
Remove explicit usage of @babel/plugin-proposal-object-rest-spread (it's handled by @babel/preset-env automatically)

d300afa832af808ca6b3953a7c0927239abe89e1 authored over 5 years ago
Upgrade some devDeps (mainly Babel-related)

1c7973aec74c0c49b043f85c4886db58301616d8 authored over 5 years ago
Fix swapped words (#1948)

9d2ff31a8eee3702cdec6e3cc88e92b07d8ad69c authored over 5 years ago
Add dev mode error for forking an effect creator (#1947)

* Add dev mode error for fork

* Fix test

8fb79a68acad1d4f7ece36fb01bb0ce2caaff0b4 authored over 5 years ago
v1.1.1

3f97167ca4e9a1d28aafded9edb379c5a6c953a6 authored over 5 years ago
v1.1.1-alpha.0

cccc8a1402126f38b1b46066261a4b8d3386b780 authored over 5 years ago
Fix types resolution for effects

afc6ecd103c7bf7321426c5c02f6e0faf5f41ec7 authored over 5 years ago
v1.1.0

55bac9e8c47fceff097cc085177386cef14d8f58 authored over 5 years ago
Upgrade most devDeps

dcff86060f1a0f3600cd77a77f801f8c43955e80 authored over 5 years ago
Update some transitive dev dependencies

a1871f01d5f1fc3c45801adc5ead1a14a84c4862 authored over 5 years ago
Upgrade TS (dev dep)

39e72b9b874f2c2fecfa57cfb80c956fdb07e4f7 authored over 5 years ago
Remove typings-tester

6ead3734bde54edd60d9f2adde7e7bc23f04f87f authored over 5 years ago
Fix grammar (#1926)

42c792f9cff8c095e28764045b7155464e624cc9 authored over 5 years ago
Merge pull request #1892 from gilbsgilbs/generator-return-types

Leverage TS 3.6 generator return types for Saga Iterators.

74b5aede7c5d01fbc17a96da84aab65ec4cb7d2b authored over 5 years ago
Remove old typescript tests.

Also removed files that should have remained untracked and that have
confused dtslint.

39c6b3a7dd6fa9129467d61974e87706056f8daf authored over 5 years ago
Migrate to dtslint and more types improvements.

e284b4ec7bd0d878b13919e4bd69c83c9a6269ac authored over 5 years ago
Merge branch 'master' into generator-return-types

3cdf0ea5e9b4181f3d710d6b03347aa07d7b0085 authored over 5 years ago
Merge pull request #1922 from superburrito/issues/1921

Reword api docs for PUT

fcb274ddfaada64078c90238d1c6ff3461bce129 authored over 5 years ago
Edit phrasing to account for scheduling

97392965f3690dc7f7ed608c8c12795d49135d3b authored over 5 years ago
Reword api docs for PUT

ba50a282565bf4431407d08525d6d40ff8828423 authored over 5 years ago
Merge pull request #1920 from slorber/patch-1

doc: takeLatest: "spawns" => "forks"

b200e65c8d6e2152af83cafe9ba0c5a1f482b342 authored over 5 years ago
Update README.md

a19931959efcfe3e3541ae170746270ab951899d authored over 5 years ago
Merge pull request #1915 from sultanassi95/patch-1

Fix grammar mistake in docs

af7b04e17ac3d371b1985af224e272dfffd178e7 authored over 5 years ago
FIX Vocab.

303348f012bc4cf433574bb0b2e41d6db926ac34 authored over 5 years ago
Merge pull request #1906 from scastiel/patch-1

Add an article to external resources

be0d8780b7658f939a0a4a8ad612edbcbdf728fa authored over 5 years ago
Merge pull request #1909 from gabormagyari/master

do not attach cancel functions on noop

f070f1bac9fdfdc2ce2e0a1c50f65101c793d695 authored over 5 years ago
do not attach cancel functions on noop

082f21f41e9d02de355ed371d80c689958b80f40 authored over 5 years ago
Add an article to external resources

Hi! I wrote an article about Redux-Saga on my blog. The idea is to understand it better by reimp...

93023a3b7506639bd83ee1638097143c72e609e4 authored over 5 years ago
Use typesVersions to keep backwards compatibility with TS<3.6

cc47bbdf153d6113aac1540edffff65f5052e515 authored over 5 years ago
Set SagaIterator TNext type to any.

See https://github.com/redux-saga/redux-saga/pull/1892#discussion_r304728796

956ea920b696a2d2e119b6bcbc7d2ce58c5c475a authored over 5 years ago
Fix return type of the delay effect.

29f546c0ba77ae2976778d60568cbfd5f05ecfb1 authored over 5 years ago
Update to TS 3.6.

da86e64cd0143e698845d63eefb1545678a85e6a authored over 5 years ago
Leverage TS 3.6 generator return types for Saga Iterators.

- Add a generic return type to SagaIterator
- Update effect types to set the proper return type
...

05855907bb380754642d9145e438f874b9b02b5c authored over 5 years ago
v1.0.5

374fde6e70945e0d20b2e4c221b74f643e26bd2b authored over 5 years ago
Build dedicated effects UMD bundles

4d6c1fe5e015c0a02322db625ff39bae98a60198 authored over 5 years ago
v1.0.4

6cac49788c2a81d3c32e3017e5dac6b8345a59e1 authored over 5 years ago
Build unminified ES-browser build too

129a9e49b5b419edd2685058b7df97e5e755b1d8 authored over 5 years ago
Merge pull request #1875 from ethan-marsh/root-saga-patterns-docs

Update Root Saga Patterns docs

5eccc398bfbcc7d5365e0a084a30975804d4363b authored over 5 years ago
Update Root Saga Patterns docs

3d58585cca5edb976abf054792af69525bfbc1f0 authored over 5 years ago
v1.0.3

8f60bcb27b088b4785bbd106eaf6cded13d99562 authored over 5 years ago
Merge pull request #1837 from bugtype/master

Add html-webpack-plugin module in package.json

20551cc704843a5c3888e986830ec05e97ea7b04 authored over 5 years ago
Merge pull request #1836 from gingerrific/gingerrific-docs

Update pronoun usage in FutureActions.md

58d57546bac6707db0e83a25f3bb61117469da67 authored over 5 years ago
Merge pull request #1852 from mhxbe/bugfix/1848-fix-unpkg-links

1848 Fix broken unpkg links for redux-saga

2f9653ee2de913d618a33d0dfedc5b12a06d94c9 authored over 5 years ago
Merge pull request #1855 from guillaumewuip/update-HelpWorkerParameters-without-action

Update HelperWorkerParameters to match saga that don't use action

03c29003259bb5cccd12c01498387613385f058f authored over 5 years ago
Merge pull request #1865 from sanjaypojo/patch-1

Fix error in docs: rootSaga pattern code example

547e7114d1d3717ad40a09e5b6e237090e9919d1 authored over 5 years ago
Fix error in rootSaga pattern code example

The array of sagas needs to be passed to an `all` which is missing

8e8558f3b3f51ef470b5859c68d5427ca9186e9e authored over 5 years ago
Update HelperWorkerParameters to match saga that don't use action

5a98e91d4ae9e04268dd14f8716d1707373c51c3 authored over 5 years ago
1848 Fix broken unpkg links for redux-saga

1a3b846908a0a0501955deb92a5660700646b4e8 authored over 5 years ago
Merge pull request #1823 from antododo/patch-1

Remove unnecessary exports in Beginner Tutorial's code snippet

10fc193f56f5db05a5ac45140642dbc6a4eed087 authored over 5 years ago
Add html-webpack-plugin module in package.json

9f0025f5c37a0debd9c26c74807c4f8643f914f4 authored over 5 years ago
Update pronoun usage in FutureActions.md

switch `his` to `their`

ceb4a70b853bf45381a1283c12a847038fe9236a authored over 5 years ago
Merge pull request #1824 from ishitatsuyuki/book-lang

Book: specify language

802ed6ecd41f94d66a0bd35442d1ff80f852079a authored almost 6 years ago
Merge pull request #1833 from Fs00/master

Fix and improve debounce code example in API reference

0e9fb380a887ad1b0e380899fe9b452b96a3aca4 authored almost 6 years ago
Fix and improve debounce code example in API docs

99b38079391918e4990a1be145e2d4ec0d8131d4 authored almost 6 years ago
Book: specify language

dd649851a50fbd2f7291f221347990ba0d1e141f authored almost 6 years ago
remove unnecessary exports after refactoring

when we refactor, we only need to export the rootSaga and not incrementAsync() & watchIncrementA...

d25311ffd6709b16a7145392dde69e92a1e23894 authored almost 6 years ago
Merge pull request #1809 from nathan-lapinski/add-cancel-to-creatMockTask

Add cancel function to the object returned by createMockTask

cb63a9ecbf9939b413598f7fc15389cfb39dd1e9 authored almost 6 years ago
Add cancel function to the object returned by createMockTask

4bca3a54be4c61b1f75db73f3d92658164a8d8a1 authored almost 6 years ago
Merge pull request #1803 from redux-saga/fix-put-test

Fix one of the tests for `put` effect.

14aaf609b3d5dfdd57e64303599b10b014a1e958 authored almost 6 years ago
Fix one of the tests for `put` effect.

6e853cddeee8f55fc3dc4616ab19f061d44c9385 authored almost 6 years ago
Merge pull request #1801 from redux-saga/use-yarn

Use yarn and its workspaces

105e7efec030db36a86540edc1e793b4183bb240 authored almost 6 years ago
Use yarn and its workspaces

89a11479a6ed953c522b57ef23b6e14758d64278 authored almost 6 years ago
Fix saga monitor imports in real world example

a79e2cda8530930c172d1ffb53027adb7443e879 authored almost 6 years ago
v1.0.2

0668e9149c8aa847cbfad9f03883b6b5b2946042 authored almost 6 years ago
Merge pull request #1785 from cucumber-ltd/prevent-cancellation-of-ended-tasks-on-join

Prevent cancellation of ended joined tasks

edd8f77b7886c858199ff2c23af571cec6477f8c authored almost 6 years ago
Merge branch 'add-codesanbox-examples'

e2acd86cf6b9c40b3b196a93f5bb422823f788c6 authored almost 6 years ago
Convert sagaMonitor example to simple-saga-monitor package

6437da329531da83d461d6dc890a986aefa2f2da authored almost 6 years ago
use saga monitor in real-world

3f33e1771992721deb2ee5c14760be5ec43d0063 authored almost 6 years ago
lerna --parallel ignores build order

3ae012228594ed22621f5e8de74a8d5482b60092 authored almost 6 years ago
build saga monitor

2dee2689de77414fa11cf3d8f36b89678bdc9b9c authored almost 6 years ago
import monitor directly;

65f7decc107c059c100df2221c7cda191ef5c9e7 authored almost 6 years ago
add saga=monitor for dev

a67c0e37319fcf63990b9783cd20952929c6ed82 authored almost 6 years ago
examples: support codesandbox integration

00742351e5e4d4f86007961c11765617bde49015 authored almost 6 years ago
Merge branch 'dont-stringify-args'

ae2933592560ae7b16ece68ad1ba574ddc972783 authored almost 6 years ago
Bring back including correct numbers in validation error for call(delay, ms)

7c6436e897b906fcf680a50800ae7e521511a6ab authored almost 6 years ago
Dont ignore scripts while bootstrapping - should be less confusing when people try to run examples in freshly cloned & installed repo

71d2caa6a558036dfd526d2aac41734da587022b authored almost 6 years ago
Update babel plugin snapshots

3bcfbd535e3c01c9a616e1f69c325c6406b713ca authored almost 6 years ago
Merge pull request #1745 from redux-saga/babel-plugin-issue-1742

Babel-plugin dont handle empty location

928c6fbdcd73405690a8f3ef1483f172c3a49bdf authored almost 6 years ago
Merge pull request #1795 from aikoven/fix-take-typings

typings: fix `take` typings for array of heterogeneous action creators

f499ee3ce7727177d4d3953a431a9b72f539058f authored almost 6 years ago
Fix `take` typings for array of heterogeneous action creators

20b8487c2d31b87a40f2d2bd738a6874521555f4 authored almost 6 years ago
Don't stringify args[0] in checks of io.call().

762d656dbcad4cedac5f9c88932a919f2acee8f3 authored almost 6 years ago
Prevent cancellation of ended joined tasks

Cancelling a join task caused all nested forked tasks to be cancelled as
well, regardless of the...

6667d125b9cbc2c65d1c685468c1b2fe1bbdecd1 authored almost 6 years ago
Fix typo in api docs (#1780)

f7a12e57134feef7bc753f9751c4d8dcaad793db authored almost 6 years ago
Merge pull request #1777 from drfloob/patch-1

fix link in API docs

1cd862c0510dd24aeca637ed063868513f23ee1d authored almost 6 years ago
fix link in API docs

`race(effects)` link pointed at `#alleffects`.

1ebf3eedb218a3269d896f44e4a2dd979633e1ff authored almost 6 years ago
Merge pull request #1774 from NickHeiner/patch-1

Minor grammar fixes to docs.

74ec620ce24f3917a5ede972614f2fee70a9e68f authored almost 6 years ago
Minor grammar fixes to docs.

703466100e1026db0a979345bd6fd68a5911a8ee authored almost 6 years ago
Merge pull request #1773 from bwyap/fix-testing-docs-example

fix: import in testing code example

2cba775c9ae03bfb0c39d76fbb9e4922bf88d133 authored almost 6 years ago
fix: import in testing code example

e395863dc49bf2d1b6c6e2a7bd298e5b1c440a0f authored almost 6 years ago
Merge pull request #1772 from 37108/fix-japanese-readme

updated README_ja.md based on 1cfd88d

19b430a411d30fbd320da352c66ddcedd3e3f264 authored almost 6 years ago
updated README_ja.md

04e80c08d550f5818eae60041d10daa96441cea7 authored almost 6 years ago
update advanced testing doc to use runSaga toPromise function (#1771)

1cfd88df30f8e9607b0a71865c3d3ce3f160e341 authored almost 6 years ago