Release 4.0.0
What's new?
- Rewrote stack frame logic from scratch and now uses
runtime.CallerFrames - Added the ability for error helper to be registered via import alone.
- Updated error string logic for better performance
- updated to using Go modules
NOTE:
This is a breaking change for 2 reasons only if neither applies to you it is backward compatible.
- If you're using the
Stack()orStackLevel(...)functions the levels have changed. - Update to using Go modules makes it compatible with Go 1.11+