Liking cljdoc? Tell your friends :D

Unreleased

Added

Fixed

Changed

1.3.0 (2021-10-19)

Added

  • case-route as a more idiomatic case-like alternative to switch-route
  • case-fsm that partially matches FSM states against views
  • with-fsm as a convenient component-scoped FSM

Fixed

Changed

  • Another iteration on FSM APIs, some breaking changes.

1.2.0 (2021-10-11 / 4a53132)

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.

Can you improve this documentation? These fine people already did:
ingesolvoll & Inge Solvoll
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close