Skip to content

Releases: jeffbski/redux-logic

v0.7.3

10 Aug 12:46
Compare
Choose a tag to compare

Added single-page async fetch example and equivalent jsfiddle.

v0.7.2

09 Aug 19:16
Compare
Choose a tag to compare

Switched to nyc and babel-plugin-istanbul instead of the deprecated isparta wrapper for istanbul. Setup codacy for code quality check and coverage analysis. Have travis-ci run coverage as part of build.

v0.7.1

09 Aug 01:44
Compare
Choose a tag to compare

Add API documentation including previously undocumented options.

v0.7.0

09 Aug 01:43
Compare
Choose a tag to compare

A minor change to some undocumented features in the API.

allow, reject, next, and dispatch supported passing an optional second parameter which would tweak their behavior. In each case it was a boolean flag, but this was changed to an options object instead. This allows for clearer self-documenting usage, but also enables future options for the api. See release v0.7.1 for documentation explaining these options.