Releases: joomcode/errorx
Releases · joomcode/errorx
v1.2.0
v1.1.1
v1.1.0
Added support of go 1.13 errors package:
errors.Unwrap()
works properly forerrorx.Error
errors.Unwrap()
respects opaque (errorx.Error::Wrap()
) and transparent (errorx.Decorate()
) wrapping contract- Unwrapping via
errors.Unwrap()
works with chains oferrorx
and non-errorx
errors - The same behaviour is true for
errors.Is()
v1.0.3
Add go modules support.
v1.0.2
Merge go-1.8-fix
v1.0.1
Remove redundant `.Transparent()` calls
v1.0.0
- Panic() now handles stack traces better, especially across multiple goroutines
v0.8.0
Merge pull request #15 from isopov/common-fmt gofmt common.go after adding comments
v0.1.0
godoc