Skip to content

Releases: MaximGB/re-state

Stacked effects

31 Oct 00:10
Compare
Choose a tag to compare

Added support of so called "stacked" effects. Before if during one transition two or more actions issued the same effect (effect with the same key) only the last one would be executed. Now all of them will be executed. The order of execution should be considered to be undetermined for now.

Shared isolation

19 Oct 00:41
Compare
Choose a tag to compare

Multiple interpreters are allowed to share the same isolated re-frame db part.

Keywordized state 2

18 Oct 20:50
Compare
Choose a tag to compare

State keywordization function haven't been tested properly and was buggy, now it's fixed.

Keywordized state

18 Oct 19:11
Compare
Choose a tag to compare

Interpreter state is now (js->clj) converted (with keys keywordized) before being stored into re-frame db.

Let machine

09 Oct 06:31
Compare
Choose a tag to compare

Two new macros has been added let-machine and let-machine-> to help dynamically define a machine

Activities support

23 Sep 20:44
Compare
Choose a tag to compare

The re-state interpreter now handles XState activities