Releases: joomcode/errorx
Releases · joomcode/errorx
v1.2.0
08 Nov 14:43
Compare
Sorry, something went wrong.
No results found
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
04 Jul 08:39
Compare
Sorry, something went wrong.
No results found
Fixed panic on unwrapping nil typed as *errorx.Error #42
v1.1.0
10 Jan 14:59
Compare
Sorry, something went wrong.
No results found
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
19 Aug 09:41
Compare
Sorry, something went wrong.
No results found
v1.0.2
19 Aug 08:57
Compare
Sorry, something went wrong.
No results found
v1.0.1
14 Feb 07:49
Compare
Sorry, something went wrong.
No results found
Remove redundant `.Transparent()` calls
v1.0.0
14 Aug 12:32
Compare
Sorry, something went wrong.
No results found
Panic() now handles stack traces better, especially across multiple goroutines
v0.8.0
14 Feb 21:36
Compare
Sorry, something went wrong.
No results found
Merge pull request #15 from isopov/common-fmt
gofmt common.go after adding comments
v0.1.0
01 Nov 09:27
Compare
Sorry, something went wrong.
No results found