All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Debugging:debug? parameter.
When true, the setup, halt and dispatches triggered by rules are logged via re-frame.console with the flow id
to help differentiate console entries with multiple flows running.
Each console entry includes a map with:
:id - the configured or assigned flow id.
:ts - a high resolution time via `cljs.core/system-time`.
:signal - the trigger, this can be the initial :setup or the event(s) causing a rule to be matched.
:dispatched - the event(s) being fired by the matched rule. Only present on dispatch log.
(async-flow-fx/enable-debug? true)::async-flow-fx/notify NOP event handler for minimal flow signals. See "Event Messaging" in README.mdCan you improve this documentation? These fine people already did:
hipitihop & Denis JohnsonEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |