Skip to content

Release 4.0.0

Choose a tag to compare

@deankarn deankarn released this 11 Mar 04:41
· 16 commits to master since this release
4050dd2

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.

  1. If you're using the Stack() or StackLevel(...) functions the levels have changed.
  2. Update to using Go modules makes it compatible with Go 1.11+