File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.9.3 - 2024-02-16
4+ ### Changes
5+ - Fixed : clear-flow effect that cleared all flows instead of only the one specified
6+ - Fixed : clear-flow effect by making it continue silently when the flow was not found instead of throwing an exception
7+ - Fixed Cell memory leak when using signaled subscriptions [ PR 32] ( https://github.com/htihospitality/re-dash/pull/32 )
8+
39## 0.9.2 - 2024-01-19
410### Changes
511- Fixed issue with Flows when reg-event-fx did not return a : db effect
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Then, add the `re-dash` dependency
5050#### from clojars
5151
5252``` edn
53- :deps {net.clojars.htihospitality/re-dash {:mvn/version " 0.9.2 " }}
53+ :deps {net.clojars.htihospitality/re-dash {:mvn/version " 0.9.3 " }}
5454```
5555
5656#### from a commit
Original file line number Diff line number Diff line change 33 (:require [org.corfield.build :as bb]))
44
55(def lib 'net.clojars.htihospitality /re-dash )
6- (def version " 0.9.2 " )
6+ (def version " 0.9.3 " )
77
88(defn test " Run the tests." [opts]
99 (bb/run-tests opts))
You can’t perform that action at this time.
0 commit comments