- Revert 0.1.5 changes. Keep fsm schema closed is easier for catching typos early on.
- expose
clock/now
to actions fn to facilitate unit-testing delayed transitions. See commit 8541631
- the fsm schemas are now open instead of closed (#11)
- include current state in the error message when reporting unknown event
- Structure scheduler to interoperate with data stores #10 (thanks to @mainej)
- support eventless transitions on initial states
- update malli to 0.8.3
- update malli to 0.6.2 to fix a compiler warning.
- first public release.