- Notifications
You must be signed in to change notification settings - Fork31
Releases: joomcode/errorx
Releases · joomcode/errorx
v1.2.0
What's Changed
- Drop ancient Go versions and add modern ones by@g7r in#44
- Respect TypeModifierOmitStackTrace in Builder by@g7r in#43
Full Changelog:v1.1.1...v1.2.0
v1.1.1
a1c187a This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.1.0
a6c2e1d This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Added support of go 1.13 errors package:
errors.Unwrap()works properly forerrorx.Errorerrors.Unwrap()respects opaque (errorx.Error::Wrap()) and transparent (errorx.Decorate()) wrapping contract- Unwrapping via
errors.Unwrap()works with chains oferrorxand non-errorxerrors - The same behaviour is true for
errors.Is()
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.0.3
27780fa This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Add go modules support.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.0.2
6b68246 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Merge go-1.8-fix
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.0.1
Remove redundant `.Transparent()` calls
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.0.0
30da670 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
- Panic() now handles stack traces better, especially across multiple goroutines
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.8.0
fdac6a0 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Merge pull request #15 from isopov/common-fmtgofmt common.go after adding comments
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.1.0
godoc
Assets2
Uh oh!
There was an error while loading.Please reload this page.