Skip to content

1.2.0 Statecharts

Compare
Choose a tag to compare
@ingesolvoll ingesolvoll released this 11 Oct 11:08
· 41 commits to master since this release

Added

Changed

  • Migrated from leiningen and figwheel to deps and shadow-cljs
  • [BREAKING] Controllers are now restricted to only returning re-frame dispatch
    vectors. Previously they could return FSM declarations which would implicitly start the FSM.
    That is considered unnecessary implicit magic, as there is not much extra boilerplate in just dispatching
    to the FSM starter.
  • kee-frame.fsm.alpha is now deprecated, and will be removed in future versions.