All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- project.clj -> deps.edn
- Refactoring archive feature
- Updated dependencies and docs
- Refactored value-X macros for greater efficiency
- Dependency and documentation updates
- Dependency updates
- Fixed message behavior when graph-log not engaged.
- Archiving is done through core.async channels, broken out into its
own module.
- Show now takes 1-3 arguments.
- set-level! now takes 1 or 2 argements, with 1-arg implying :LogGraph
as the
element
argument.
- Archiving is done in a separate thread by an agent called archiver.
- standard logging an graph logging are orthogonal
- adding a :glog/message statement will be sent to std logging even
if log-graph was never enabled.
- Fixed some errors in quotation in value-* functions.
- Timbre version upped to 4.11.0-alpha1