Skip to content

Releases: day8/re-frame-async-flow-fx

v0.4.0

24 May 02:35
Compare
Choose a tag to compare

v0.3.0

03 Jun 06:27
Compare
Choose a tag to compare

v0.2.0

04 Mar 04:15
Compare
Choose a tag to compare

v0.1.0

08 Jun 09:23
Compare
Choose a tag to compare

Maintenance

  • Upgrade all dependencies to latest stable release versions.

v0.0.11

27 Jun 02:18
Compare
Choose a tag to compare

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

27 Jun 02:38
Compare
Choose a tag to compare

Maintenance

  • Merge pull request #19 from michaelcameron/npm-dev-dependencies

v0.0.9

27 Jun 02:35
Compare
Choose a tag to compare

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

27 Jun 02:26
Compare
Choose a tag to compare

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

27 Jun 02:15
Compare
Choose a tag to compare
  • remove :halt-flow dispatch

v0.0.1 - v0.0.6

27 Jun 02:42
Compare
Choose a tag to compare
  • initial code drop and docs with fixes from #4 & #5