Velocity v1.1.3
Velocity v1.1.3
Fast, zero-allocation structured logging for Go with rich terminal output.
Install
go get github.com/tensorfoundrylabs/velocity@v1.1.3Changelog
Other
- 724d436: auto-cache themes at entry points so user-defined themes render colours (@thushan)
- 0e4dfd6: examples: add indented table case demonstrating log.Render (@thushan)
- d8bce56: recompute template cache after applying custom TimeFormat (@thushan)
- 4d92edc: recompute template cache after console writer mutations to keep widths in sync (@thushan)
- 376209b: switch theme caching to sync.Once for in-place, concurrent-safe population (@thushan)