Releases: day8/re-frame-async-flow-fx
Releases · day8/re-frame-async-flow-fx
v0.1.0
Maintenance
- Upgrade all dependencies to latest stable release versions.
v0.0.11
New
- Add :dispatch-fn to the rule specification. #20 see "Advanced use" in readme
- Make :first-dispatch optional #12
Maintenance
- Remove conflicting :forward-events now in orig repo PR #22
v0.0.10
Maintenance
- Merge pull request #19 from michaelcameron/npm-dev-dependencies
v0.0.9
Changed
- Use 'provided' scope on some deps
"[provided] indicates you expect the JDK or a container to provide the dependency at runtime"
These dependencies won't be included when you include this library, since it assumed any project that includes this lib will already include Clojure, Clojurescript, and re-frame
- merge PR #9
v0.0.8
Changed
- improve event matching by allowing event vectors and predicates in the required-events vector via local copy of forward-events-fx
- clarify fn docs and implementation
- improved unregister code
v0.0.7
- remove :halt-flow dispatch
v0.0.1 - v0.0.6
- initial code drop and docs with fixes from #4 & #5