Releases: NdoleStudio/stacktrace
Releases · NdoleStudio/stacktrace
Release list
v1.1.0
Stacktrace v1.1.0
Formatting helpers now give GoLand explicit format-string APIs while preserving existing stacktrace behavior.
- Add
NewErrorfandPropagateffor formatted messages - Add formatting variants for coded errors and messages
- Preserve caller attribution, nil propagation, and error codes
- Document static versus formatted calls and the
%wlimitation - Maintain full test coverage across supported Go versions and platforms
v1.0.0
Stacktrace v1.0.0
The first stable release is here: compact Go stack traces with the context you need and none of the noise.
- Capture context-rich traces at intentional wrapping boundaries
- Choose full multiline or brief single-line formatting
- Carry error codes through wrapped error chains
- Work naturally with
errors.Is,errors.As, anderrors.Unwrap - Run confidently on modern Go with cross-platform CI