Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

50 lines (39 loc) · 1.97 KB

Change Log

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

Added

  • Babashka support (#17)

0.5.1 - 2022-06-21

Added

  • Indexed session (#12)
  • merged-logs (#13)

Fixed

  • Fix override warning on Clojure 1.11 (#16)

0.5.0 - 2021-03-31

Added

  • Simple logger implemented around one-shot session (#11

0.4.1 - 2021-01-14

Added

  • New stats fn, a short alias for frequencies (#9)

0.4.0 - 2020-02-25

Added

  • New frequencies fn (#7)

0.3.0 - 2020-02-06

Added

  • Multimethod support for instrumentation (#5)
  • instrument's new option for adding :depth to execution logs (#6)

0.2.0 - 2020-01-04

Added

  • New keys fn to get all the log entry keys without completing any log entries (#4)

0.1.0 - 2019-12-09

  • First release