New
v0.6.0
v0.6.0 [June 28, 2025]
This version provides significantly improved DX/UX. While the project is still evolving, the metadata handling system previously lacked essential functionality and contained critical issues. This release addresses most of the critical bugs affecting developer experience.
Thank you very much.
Added
- Automatic metadata capture helpers
- New
LogMetadata.create()function with automatic source location capture using@src()builtin - Added convenience functions
here(),hereWithTimestamp(), andhereWithThreadId()for ergonomic metadata creation
- New
- Comprehensive formatting test example (
formatting_test.zig) - documentation suite
- Configuration reference with all available options
- Custom formatting guide with templates and placeholders
- Complete API reference documentation
Fixed
- Fixed automatic metadata capture helpers to show correct caller source location instead of helper definition location