-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: jeffbski/redux-logic
base: v0.12.0
head repository: jeffbski/redux-logic
compare: master
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7dc2dfa - Browse repository at this point
Copy the full SHA 7dc2dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0726a77 - Browse repository at this point
Copy the full SHA 0726a77View commit details
Commits on Apr 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b5de7f4 - Browse repository at this point
Copy the full SHA b5de7f4View commit details
Commits on Jul 16, 2017
-
prevent hiding of errors occuring during a mw next call
If an error is thrown during a middleware next call (in the downstream middleware, reducer, or renderer) then it could possibly be hidden, so this change logs it to console.error as well as the monitor$ to help with debugging. Because we are now catching errors during the next call, we also pick up those that happen in dispatch as well, so we don't need special handling for those, they all get picked up by nextError. Document the additional op when an error is detected (nextError).
Configuration menu - View commit details
-
Copy full SHA for fe47b47 - Browse repository at this point
Copy the full SHA fe47b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d897c0 - Browse repository at this point
Copy the full SHA 1d897c0View commit details
Commits on Jul 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 49a3ac1 - Browse repository at this point
Copy the full SHA 49a3ac1View commit details
Commits on Aug 2, 2017
-
Merge pull request #69 from cherniavskii/docs-cancellation-update
Updated Cancellation section since axios supports request cancellation
Configuration menu - View commit details
-
Copy full SHA for b5c2f7e - Browse repository at this point
Copy the full SHA b5c2f7eView commit details
Commits on Aug 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c27fcc5 - Browse repository at this point
Copy the full SHA c27fcc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6bd78 - Browse repository at this point
Copy the full SHA 2b6bd78View commit details
Commits on Sep 13, 2017
-
To simplify use where a developer only wants to use redux-logic and doesn't plan to use observables directly, making rxjs a dependency allows redux-logic to be installed w/o manually installing rxjs first. It is still recommended to install rxjs first if Observables will directly be used in the project, so that multiple copies are not installed. A note was added to the readme.
Configuration menu - View commit details
-
Copy full SHA for 3b890b8 - Browse repository at this point
Copy the full SHA 3b890b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4830e8e - Browse repository at this point
Copy the full SHA 4830e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba224af - Browse repository at this point
Copy the full SHA ba224afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5bdc0 - Browse repository at this point
Copy the full SHA 9b5bdc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6dc6b4 - Browse repository at this point
Copy the full SHA b6dc6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d6424 - Browse repository at this point
Copy the full SHA d8d6424View commit details
Commits on Dec 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5a5b6a1 - Browse repository at this point
Copy the full SHA 5a5b6a1View commit details
Commits on Apr 5, 2018
-
Export function to set 'createLogic' options globally
Make a single call to the 'configureLogic' function to override the redux-logic library defaults for the following options: warnTimeout Closes #51
Configuration menu - View commit details
-
Copy full SHA for 1f51174 - Browse repository at this point
Copy the full SHA 1f51174View commit details
Commits on May 7, 2018
-
no decoration of intercept dispatches
Intercept actions are not to be wrapped even if processOptions successType or failType are provided. Those options do not govern intercept actions. Added tests to ensure correctness.
Configuration menu - View commit details
-
Copy full SHA for 6b6743e - Browse repository at this point
Copy the full SHA 6b6743eView commit details -
Merge pull request #87 from cherniavskii/patch-1
Fix transform anchor link in API docs
Configuration menu - View commit details
-
Copy full SHA for 149963d - Browse repository at this point
Copy the full SHA 149963dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9aa367 - Browse repository at this point
Copy the full SHA d9aa367View commit details
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 334bc30 - Browse repository at this point
Copy the full SHA 334bc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 207bc22 - Browse repository at this point
Copy the full SHA 207bc22View commit details -
Merge pull request #89 from sanbornhilland/feature/global-timeouts
Export function to set 'createLogic' options globally
Configuration menu - View commit details
-
Copy full SHA for be56328 - Browse repository at this point
Copy the full SHA be56328View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37c644 - Browse repository at this point
Copy the full SHA c37c644View commit details
Commits on May 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 09863b9 - Browse repository at this point
Copy the full SHA 09863b9View commit details
Commits on May 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 29ffc28 - Browse repository at this point
Copy the full SHA 29ffc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8143606 - Browse repository at this point
Copy the full SHA 8143606View commit details
Commits on May 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9559df4 - Browse repository at this point
Copy the full SHA 9559df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ceefdd - Browse repository at this point
Copy the full SHA 6ceefddView commit details
Commits on May 19, 2018
-
add tests to support Symbol in createLogic.js
add stringifyType utiltiy to support Symbol types in error messages and name definitions add tests for stringifyType utility
Configuration menu - View commit details
-
Copy full SHA for 2feb72c - Browse repository at this point
Copy the full SHA 2feb72cView commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 396233f - Browse repository at this point
Copy the full SHA 396233fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22dd9d2 - Browse repository at this point
Copy the full SHA 22dd9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05f6b8 - Browse repository at this point
Copy the full SHA a05f6b8View commit details
Commits on Jun 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 53d3ee0 - Browse repository at this point
Copy the full SHA 53d3ee0View commit details -
latest code coverage plugin has issues running under Node v4. Removed since it is already past end of life.
Configuration menu - View commit details
-
Copy full SHA for c405e50 - Browse repository at this point
Copy the full SHA c405e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd2857 - Browse repository at this point
Copy the full SHA ffd2857View commit details -
Merge branch 'master' of https://github.com/a-marquez/redux-logic int…
…o a-marquez-master
Configuration menu - View commit details
-
Copy full SHA for 865b8c8 - Browse repository at this point
Copy the full SHA 865b8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cfab7 - Browse repository at this point
Copy the full SHA 49cfab7View commit details -
Merge branch 'prevent-stringified-undefined' of https://github.com/ma…
…tthamil/redux-logic into matthamil-prevent-stringified-undefined
Configuration menu - View commit details
-
Copy full SHA for 1d7cb4b - Browse repository at this point
Copy the full SHA 1d7cb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e287e8 - Browse repository at this point
Copy the full SHA 7e287e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11540e9 - Browse repository at this point
Copy the full SHA 11540e9View commit details
Commits on Jul 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e3fc659 - Browse repository at this point
Copy the full SHA e3fc659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d42c44 - Browse repository at this point
Copy the full SHA 3d42c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 849417f - Browse repository at this point
Copy the full SHA 849417fView commit details
Commits on Aug 1, 2018
-
redux-logic will work fine with redux@4.0.0 as well as the older 3.5.x versions. peer dependency and dev dependency to support >=3.5.2 allowing the use of either.
Configuration menu - View commit details
-
Copy full SHA for 2533bab - Browse repository at this point
Copy the full SHA 2533babView commit details
Commits on Aug 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 99d08f3 - Browse repository at this point
Copy the full SHA 99d08f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4019b7a - Browse repository at this point
Copy the full SHA 4019b7aView commit details
Commits on Aug 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 713462d - Browse repository at this point
Copy the full SHA 713462dView commit details -
Merge branch 'typescript' of https://github.com/alvis/redux-logic int…
…o alvis-typescript typescript support added by Alvis HT Tang
Configuration menu - View commit details
-
Copy full SHA for 80a1d46 - Browse repository at this point
Copy the full SHA 80a1d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37edc1f - Browse repository at this point
Copy the full SHA 37edc1fView commit details
There are no files selected for viewing
This file was deleted.