Liking cljdoc? Tell your friends :D

Changelog

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.

[0.3.0] - 2021-06-03

Changed

  • Update deps to including latest clojure, clojurescript & shadow-cljs

Added

  • Debugging specific flows via an optional :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.
  • Debugging can also be globally turned on/of via (async-flow-fx/enable-debug? true)
  • Flow rules get scanned for at least one :halt? if none a warning is logged.

[0.2.0] - 2021-03-04

Added

Changed

  • upgrade clojure to 1.10.2
  • upgrade shadow-cljs to 2.11.18
  • upgrade to re-frame 1.2.0

Can you improve this documentation?Edit on GitHub

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

× close