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

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

7a51de4a33a73df05eb607a09a0db89f06ef1be4 authored over 6 years ago
Update README.md (#1622)

04e6df8c6f5256b13626d0a365262f15c70e4be3 authored over 6 years ago
Move setting closed var to close method in eventChannel (followup to #1606)

2aecdb310db8760ddd2c2513bf1cce7174c289d9 authored over 6 years ago
Merge pull request #1619 from nucleartux/patch-1

fix broken link in ExternalResources.md

da19cbf1163cf6f6e0eea7b3d7d7bd5b500e58c8 authored over 6 years ago
fix broken link in ExternalResources.md

5adfa4380a419efbf90d5bccbea70051d5b29ca1 authored over 6 years ago
update docs/api: yield take(...) return an action object (#1616)

9d2d061e49989ead15114c089936e09cde4d2655 authored over 6 years ago
docs: tweak RootSaga.md (#1611)

* docs: tweak RootSaga.md, remove *avoiding nested forks in all effect* part

* docs: update R...

f1a6699258d745b2f7077d100c281880ac136923 authored over 6 years ago
Update README_ja.md (#1612)

6fee2d0b4803b42f56a45c25d0cdcd05a7ea4003 authored over 6 years ago
Merge pull request #1606 from redux-saga/fix-action-channel-memory-leak

Fixed memory leak for closed actionChannels

037736663e9217021461693c0a207fe72e0d6742 authored over 6 years ago
Unify how getFnCallDescriptor is handled (#1605)

6cf0d2ca2ffa1cefbf141f47cb2e748eafd39100 authored over 6 years ago
Fixed memory leak for closed actionChannels

3fb3bf6a8637ad582d5db391773b5dce78de66ce authored over 6 years ago
Add dev-only warning when saga gets used with async generator (#1604)

9523169a31d4ae90d00a6adc3482697478c2271a authored over 6 years ago
Merge branch 'use-proxy-cjs-entries'

63dfb94ebfaadf1b59a3e4029a1fa71c574307a4 authored over 6 years ago
Hide useESModules config inside createConfig

b72096fec552ad55bd1e2a6bcb2139aaab118ac9 authored over 6 years ago
Use a proxy cjs file to require dev & prod bundles conditionally as process.env lookups are costly in node

20745f8719489c9561f7833e520cee059b9c0162 authored over 6 years ago
@redux-saga/is: stricter check for is.pattern (#1596)

* @redux-saga/is: stricter check for is.pattern

* tests: add test for error check when constr...

728f9ec2c5a4f715abca17177c2a119192ecb061 authored over 6 years ago
Fixed tests

93b2db518768d8898ebe5d9c7305286aded781d2 authored over 6 years ago
Reuse runtime helpers

af44f1903fddcb3d56e4bf4b43f7069cb683dc9c authored over 6 years ago
Update babel, rollup & babel-loader

7907dfe933fb46661b6180d072a074959335848c authored over 6 years ago
Revert using Symbols for effect types and other stuff, strings are "good enough" and cause less problems (#1584)

* redux-saga/symbols: use String as symbols

* babel-plugin: get rid of Symbol in code

* ba...

f2507f82ee40cfe57e8d8d6494cd8d56d1248e5a authored over 6 years ago
Refactor effect inspection utils (#1555)

* examples/sagaMonitor: format code

* core: Remove asEffect; Add is.effect to test whether an...

75b8b1a324d1c72c0a4d0ef47b4c1bb9a0b36872 authored over 6 years ago
#1588 Added debounce into effects.d.ts (#1589)

cce484fa094f926041f696df1f3fb4ed2910942f authored over 6 years ago
Merge pull request #1579 from SeregaSE/Issue#1478-retry

Issue#1478 retry

4f10a0bc35ee226986aaffd5db9513fffcb943cd authored over 6 years ago
Update README.md

004fe139f261e1fe72939304d64ae2b9f7cc9a8b authored over 6 years ago
make function `detach` immutable

caf399a2fe282cf46e41de6d39584a8e37b7f240 authored over 6 years ago
simplify retry effect description

32dc79b58e9d8c56b6a259548fe097a1a57d59f6 authored over 6 years ago
docs: Update RootSaga.md

Remove doc for all(fork, fork, fork) pattern;
Add explanation for difference between one big all...

3514d69e564f2cae95de10dd889a134f9c9b0e57 authored over 6 years ago
then -> than

c4ebacaad38f534114f4bebb2074964ca9cc7b80 authored over 6 years ago
fix mistakes

797cf78f6e5ef0ec52f62d26838e5e450507b5cd authored over 6 years ago
Merge pull request #1586 from redux-saga/flatmap-refactor

Refactored flatMap implementation

58c6c37c370765a9a121147119b61508ecdc48bc authored over 6 years ago
Strict check for argument `pattern` in io.actionChannel

c424ddb7818a318e57eede16914a4a3cf80dd4ba authored over 6 years ago
Refactored flatMap implementation

ebb0f239490a6a986f2a6511b325c7ab8114a472 authored over 6 years ago
Refactored export style in sagaHelpers/index.js

73df125a05f838c30b6749c8c55f88103967a531 authored over 6 years ago
Warn users about putting frozen actions (#1578)

a9dc9c3532d99e9cfb5daeca614983f30927e171 authored over 6 years ago
retry-doc

34117d36e4c20e168c4f8be88d8bac362976f5d0 authored over 6 years ago
retry effect doc

8f0a24acd6a7c72dce021ddf739d2db6102ce925 authored over 6 years ago
Merge pull request #1573 from redux-saga/flatten-calls

Don't interpret effects returned from fork

2333ece9f36eab45751497c4056354bfef98eae0 authored over 6 years ago
dont interpret effects returned from fork

1d7413ee04e62a9eb764ebb5502f71fd964897a4 authored over 6 years ago
Update docs about the call effect per #1012 (#1017)

da736466b4e2aa3ac320bbeaba63a539d32b5bbe authored over 6 years ago
Merge pull request #1575 from redux-saga/refactor-create-task-iterator

Refactor create task iterator

abd3e5c6f34e76fa70c75264badc655e39af9333 authored over 6 years ago
Refactored nested ternaries in runCallEffect

7895e4be95e414cf814068c9a2c490370dd07eb2 authored over 6 years ago
Refactored createTaskIterator implementation slightly

153a2cb92cb540a87be44f3776ce7c99f8da96f1 authored over 6 years ago
ignore package-lock (#1572)

cb31736fcd9bcf701d6388acb4687128e07ab649 authored over 6 years ago
v1.0.0-beta.2

987338569b26975f558897766db62fd57ec8302d authored over 6 years ago
Removed hacky installation fixing script

589edb1358b5ad12636d5399b67d460da360ee03 authored over 6 years ago
Add .npmrc

e4e9815626f83ccb64f190d0e39490b5be92aab1 authored over 6 years ago
Merge pull request #1568 from redux-saga/remvoe-deprecated-join-cancel-form

Remove support for join(...tasks) and cancel(...tasks)

9cabf882038732dc1eed11405ae53c69eb1157be authored over 6 years ago
Remove support for join(...tasks) and cancel(...tasks)

359c45f9af67d02046e4bae9b8f0ac9d961a3f86 authored over 6 years ago
Merge branch 'more-packages'

50efcd293414d6c73db93d09faebaadb47b06387 authored over 6 years ago
Remove package-lock

8264eb5b3ef1bc9111b0e2e615dfe878020a732d authored over 6 years ago
Add default type to PutEffect (#1566)

940f9e8e15ff3c9dacff258606cf3bd29461a529 authored over 6 years ago
Remove leftover file

8a4cece8bae64e73cb3e88bc42949e46455d6ca6 authored over 6 years ago
Use trailing comma for all files

080ecb8b6f5eddf9a0c6a523460bdafd163edd73 authored over 6 years ago
Fix prettierignore

a436306cd056f2e6a931a2ba0aad875365fb57ec authored over 6 years ago
Fixed test

bbb47d5ccdd96f4c88effb60599539729ee3b238 authored over 6 years ago
fixed uglifying

8d0f832eaf778d8a7d25ecf7f733771123923025 authored over 6 years ago
update lock

1d2dcd90619bb59c46e4b3d70aa490616b8b25ca authored over 6 years ago
Tweaked prettier config

c6e9d62e184e39c9043e80e35e0ed542c4841fb2 authored over 6 years ago
Fix __tests__ dir linting

0f980d3295a42fb9ef738482a1896f4e2189b19d authored over 6 years ago
Migrated to jest

1a9a214d1eb5cae10905431d35fe40100e8d06a0 authored over 6 years ago
Fix jsdom problem with localStorage by using --env=node for jest

f1b7afe769d141b0c9c44a1df2db40d58ecf9856 authored over 6 years ago
Fix import path

133c520f282576e1455ef19b7ea2f8923a72cbdb authored over 6 years ago
Extracted @redux-saga/deferred & @redux-saga/is packages

247bf7c07fcbc7914123ad85210fd6c270493b20 authored over 6 years ago
Extracted @redux-saga/delay-p & @redux-saga/symbols

0d499a9869a8f2c5205b58ce6ac995e46ab1c7d0 authored over 6 years ago
Use code splitting for dist files

49778dd0be3826d72be5c275af71b1a3e8a47fa5 authored over 6 years ago
Fixed bootstrap hoisting mismatches - again...

9d01e5b53b874d8a5f9b2a6ce699916fd1f788bf authored over 6 years ago
Fixed npm audit reported issues

9ff47a5857386ffa51b920a40146c1cfcd95122d authored over 6 years ago
Bumped rollup, added rollup-plugin-alias & lerna-alias devDeps

1a63a97e02f1cefaa8bec127b6633e0c24ffde59 authored over 6 years ago
Bumped lerna version

1e187474de6258f8146878cadb1665b029c09fc8 authored over 6 years ago
Fixed boisting mistmatches

1fcd9ace3915ca0f6154288966e1f8e1ee701c4d authored over 6 years ago
Remove version field from root pkg.json

c99e6c815c8dd8e66c6c5a45cd4b3c80799e8fbb authored over 6 years ago
Bootstrap without running npm scripts

69e65c5984945c93df4737996f28674c26930da5 authored over 6 years ago
Merge pull request #1526 from redux-saga/upgrade-webpack-and-react

Update examples (upgrade react/webpack version)

29fbd1b50d7128d3b9e4ff4105ae3b84ed2a2905 authored over 6 years ago
Do not mutate sagaMiddleware.run - preserve reference (#1539)

fc6065c0f034a7c37df6e98839f6274982322a4c authored over 6 years ago
Use '.jsx' extension instead of '.js';

Use `import * as React from 'react'`

5cee4b6252a066c08628719ff7a4c6dd585ba7c0 authored over 6 years ago
Use "lerna bootstrap" as postinstall script

1788d92c7312bd8d5eb8c16dd21b6cb80d8032bb authored over 6 years ago
Merge pull request #1527 from redux-saga/refactor-join-cancel

Refactor join and cancel (#1515)

caca03048cc2357e90b8abbc3d11cf485ad393da authored over 6 years ago
Add pull request template (#1534)

9ffb0cebe46dec8b8afb353264d5592a966369d9 authored over 6 years ago
Remove some unnecessary checks. Use default parameter for cancel() in io.js.

d0eeb838dbcf0032a613872a22c6f823c909fcbd authored over 6 years ago
Returns an empty array when joining an empty array of tasks

413787ce4d5b14bce3524cd993d201856a3d3770 authored over 6 years ago
Simplify runCancelEffect

47d3e3f1ecb8a574308f9fe6d6ca1a4393304bd0 authored over 6 years ago
Fix typo

3489adb977ce97586db1152cf9bbdea26babb9d3 authored over 6 years ago
Remove is.notUndef check in cancel()

62ef18e6a5e9f0dd90ba9254636dc2e83ee96226 authored over 6 years ago
Use more explicit names and fix a bug in joinSingleTask; Use

7ddcd08af6062e2109a9ccb5c1401586e3469acb authored over 6 years ago
Add deprecation warning for join(...tasks) and cancel(...tasks)

7d990018fa98f7488a131f0fecc3ddd02be5d834 authored over 6 years ago
Update type test and docs for join/cancel effects

5342cc9d9ce0babcc18bb9ca1805647dbd863761 authored over 6 years ago
Update typescript declaration for join/cancel effects

2d9c8ebedd1ed6b3c2c4219982d5f37c10d68a10 authored over 6 years ago
Refactor io.cancel and runCancelEffect

6e878d74fa94877d530e0a66794998968aa538cd authored over 6 years ago
Refactor io.join and runJoinEffect

7010bf68f51e5e48c809dfa04c8922264d32985f authored over 6 years ago
chore: replace splice(0, 1) with shift()

2041ec4ef9bd184cb420223d022b02e0fa8e050b authored over 6 years ago
Update package-lock.json

ca06fafa4b476fda3ecb13d56c33cffbc1692f6d authored over 6 years ago
Update example/shopping-cart

f948773e24d5e95e513b2843844a6e0cb98716ca authored over 6 years ago
Update example/real-world

054000b0db6d3e3b3dbca1005c584208bc8b5a70 authored over 6 years ago
remove caret in package.json

22ef2809a91389768652831b8a98b6345f029cd3 authored over 6 years ago
Update example/counter and example/error-demo

2d9d7ff9e0eeddeabc1a56acd45c26a9c00d5682 authored over 6 years ago
example/cancellable-counter: update webpack and react

d9dcb4922ffc6e715bb84efaeec858845754abdd authored over 6 years ago
example/async: remove unused code

977e87a71a9a80213e30d17410a26faeb6b34955 authored over 6 years ago
example/async: convert .js to .jsx; add dep prop-types; edit webpack config

2c52e1e0957f410f1b47b33894b4efb0e717d83d authored over 6 years ago
example/async: update dependencies and webpack config

452747324260a138bf29d337b3fa4f1cca2bc10d authored over 6 years ago
Upgrade babel version (#1523)

* deps: update babel to latest version

* babel-config: decoratorsLegacy=true to @babel/stage-...

dfc38612e71f6e1a53c8aeda37dcb3799096408a authored over 6 years ago