Release v7.0.0
What's new?
NOTE: breaking change as now relying on go-playground/pkg/runtime
for stack information previously within go-playground/errors
and updated to the latest version of the errors package.
- Added default logger. If you register your own logger, of any kind,
the default logger is removed and so is backward compatible. It is only registered when attached to a terminal. - Added Close methods to handlers to allow resource cleanup & automatic
removal of the logger now that RemoveHandler and AddHandler can be made
on the fly. - Updated to use
go-playground/pkg/runtime.StackLevel(...)
previously found intgo-playground/errors