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.

master - UNRELEASED

v0.0.2 - 2018-12-13

Changed

  • Add a simple test in examples #20
  • Introduced the notion of Log Map that is a subset of the Fonda Context passed to the logger functions
  • Added the steps stack into the Fonda Context and the Log Map #15
  • Loggers are no longer blocking, and their result is ignored #15
  • No default loggers anymore #15
  • Move the :initial-ctx to the config and rename runtime to FondaContext #15
  • Eradicate set- from the code base #8

v0.0.1 - 2018-11-17

Added

  • Config with :anomaly?, :log-exception, :log-anomaly, :log-success.
  • Sequence of steps that can be asynchronous or synchronous.
  • Steps can be Taps or Processors.
  • After running the steps, the log functions are called.
  • After calling the log functions, the callback functions are called.

Can you improve this documentation?Edit on GitHub

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

× close