All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
0.5.2 - 2022-11-05
- Babashka support (#17)
0.5.1 - 2022-06-21
- Fix override warning on Clojure 1.11 (#16)
0.5.0 - 2021-03-31
- Simple logger implemented around one-shot session (#11
0.4.1 - 2021-01-14
- New
stats
fn, a short alias forfrequencies
(#9)
0.4.0 - 2020-02-25
- New
frequencies
fn (#7)
0.3.0 - 2020-02-06
- Multimethod support for instrumentation (#5)
instrument
's new option for adding :depth to execution logs (#6)
0.2.0 - 2020-01-04
- New
keys
fn to get all the log entry keys without completing any log entries (#4)
0.1.0 - 2019-12-09
- First release