Skip to content

Tags: danbrakeley/frog

Tags

v0.11.1

Toggle v0.11.1's commit message
add CLAUDE.md

v0.11.0

Toggle v0.11.0's commit message
bring in latest ansi to fix issue cropping wide runes

v0.10.3

Toggle v0.10.3's commit message
spelling pass; add AutoUnbuffered

v0.10.2

Toggle v0.10.2's commit message
upgrade ansi to latest

v0.10.1

Toggle v0.10.1's commit message
ansi moved to its own repo

v0.10.0

Toggle v0.10.0's commit message
don't escape quotes in message when using text printer

* strings as fields are still escaped
* this is technically a breaking change from previous behavior

v0.9.5

Toggle v0.9.5's commit message
add Path and PathAbs field helpers

v0.9.4

Toggle v0.9.4's commit message
fix for when 2 different anchors end up writing to the same line

v0.9.3

Toggle v0.9.3's commit message
add benchmarks

v0.9.2

Toggle v0.9.2's commit message
tests for min level changes

* added NoAnchorLogger, which is used by frog.AddAnchor to ensure that the number of nested Loggers is consistent, regardless of if you have a RootLogger that supports anchors or not.
* lots more README work
* removed the "buffered log closing" verbose line from Buffered's Close (but left it in as a comment, in case it is needed for future debugging
* renamed some of the demo apps for clarity