Skip to content

Releases: htihospitality/re-dash

1.2.1

10 Aug 19:12

Choose a tag to compare

  • Fixed issue in the debug interceptor when sending events - that did not include a :db effect - to re-dash-inspector causing the events to incorrectly show the whole app-db as changed in the db-before or db-after column.

1.2.0

24 Mar 15:43

Choose a tag to compare

  • Added Subscription Cache PR 37

1.1.3

10 Dec 11:52

Choose a tag to compare

  • Fixed flow execution order to consider custom interceptor changes PR 36

1.1.2

23 Oct 20:01

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

Choose a tag to compare

  • Fixed debug interceptor logging nil event-ids when coeffects were used

1.1.0

23 Sep 15:37

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

Choose a tag to compare

  • Added the Database Protocol with Drift and RxDB implementations RR 30

0.9.4

17 Feb 15:23

Choose a tag to compare

  • Fixed signal Cell cache to be keyed more accurately to full query

0.9.3

16 Feb 15:39

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

Choose a tag to compare

  • Fixed issue with Flows when reg-event-fx did not return a :db effect