Skip to content

Releases: htihospitality/re-dash

1.1.2

23 Oct 20:01
Compare
Choose a tag to compare
  • Fixed debug interceptor to return json encoded strings in response to updateConnectionState events from re-dash-inspector, as per docs

1.1.1

08 Oct 08:14
Compare
Choose a tag to compare
  • Fixed debug interceptor logging nil event-ids when coeffects were used

1.1.0

23 Sep 15:37
Compare
Choose a tag to compare
  • 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

23 Feb 22:58
Compare
Choose a tag to compare
  • Added the Database Protocol with Drift and RxDB implementations RR 30

0.9.4

17 Feb 15:23
Compare
Choose a tag to compare
  • Fixed signal Cell cache to be keyed more accurately to full query

0.9.3

16 Feb 15:39
Compare
Choose a tag to compare
  • 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

19 Jan 15:01
Compare
Choose a tag to compare
  • Fixed issue with Flows when reg-event-fx did not return a :db effect

0.9.1

12 Dec 21:40
Compare
Choose a tag to compare
  • Added logging to report errors that occur while calculating subscription PR 28

0.9.0

07 Dec 10:11
Compare
Choose a tag to compare
  • 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

21 Nov 13:11
Compare
Choose a tag to compare
  • Added re-dash-testing namespace to deployed jar artifact