Releases: htihospitality/re-dash
Releases · htihospitality/re-dash
1.1.2
- Fixed debug interceptor to return json encoded strings in response to
updateConnectionState
events from re-dash-inspector, as per docs
1.1.1
- Fixed debug interceptor logging nil event-ids when coeffects were used
1.1.0
- The debug interceptor in re-dash has been enhanced to post messages to Flutter DevTools to update the new re-dash-inspector (which will be released soon)
1.0.0
- Added the Database Protocol with Drift and RxDB implementations RR 30
0.9.4
- Fixed signal Cell cache to be keyed more accurately to full query
0.9.3
- Fixed :clear-flow effect that cleared all flows instead of only the one specified
- Fixed :clear-flow effect by making it continue silently when the flow was not found instead of throwing an exception
- Fixed Cell memory leak when using signaled subscriptions PR 32
0.9.2
- Fixed issue with Flows when reg-event-fx did not return a :db effect
0.9.1
- Added logging to report errors that occur while calculating subscription PR 28
0.9.0
- Added support for Flows (alpha) PR 25
- Added namespace
hti.re-dash.alpha
for trying out API's that might change in future.
- Added deprecation notice for namespace
hti.re-dash
- use hti.re-dash.core
instead.
0.8.1
- Added re-dash-testing namespace to deployed jar artifact