Errorx Versions Save

A comprehensive error handling library for Go

v1.1.1

10 months ago

v1.1.0

2 years ago

Added support of go 1.13 errors package:

  • errors.Unwrap() works properly for errorx.Error
  • errors.Unwrap() respects opaque (errorx.Error::Wrap()) and transparent (errorx.Decorate()) wrapping contract
  • Unwrapping via errors.Unwrap() works with chains of errorx and non-errorx errors
  • The same behaviour is true for errors.Is()

v1.0.3

3 years ago

Add go modules support.

v1.0.2

3 years ago

v1.0.1

4 years ago

v1.0.0

4 years ago
  • Panic() now handles stack traces better, especially across multiple goroutines

v0.8.0

5 years ago

v0.1.0

5 years ago