Releases: jeffbski/redux-logic
Releases · jeffbski/redux-logic
v0.7.4
Minor internal refactoring to ensure no artificial delays were introduced by the validate and translate hooks. Synchronous code will stay synchronous. Added another jsbin example and a few other examples including a notification example. Added more to docs and started adding more jsdoc.
v0.7.3
v0.7.2
v0.7.1
v0.7.0
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.