Skip to content

Releases: AvisoNovate/tracker

Optional Trace Logging

25 Sep 14:12
Compare
Choose a tag to compare
Pre-release

This release introduces a new dynamic var, log-traces. When enabled, each track call will log its trace message (at level TRACE) before executing its body; this can result in very verbose logging output, but is often useful when tracking down behavior errors that do not directly result in thrown exceptions.

Improve efficiency

29 Aug 21:59
Compare
Choose a tag to compare
Improve efficiency Pre-release
Pre-release

This release marginally improves the efficiency of the code used to track the trace and exceptions. It also updates some other dependencies.

Initial Release

09 Feb 16:51
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Split the code out of io.aviso/twixt and made some minor refactorings.