Skip to content

Releases: joomcode/errorx

v1.1.1

04 Jul 08:39
a1c187a
Compare
Choose a tag to compare
  • Fixed panic on unwrapping nil typed as *errorx.Error #42

v1.1.0

10 Jan 14:59
a6c2e1d
Compare
Choose a tag to compare

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
27780fa
Compare
Choose a tag to compare

Add go modules support.

v1.0.2

19 Aug 08:57
6b68246
Compare
Choose a tag to compare
Merge go-1.8-fix

v1.0.1

14 Feb 07:49
Compare
Choose a tag to compare
Remove redundant `.Transparent()` calls

v1.0.0

14 Aug 12:32
30da670
Compare
Choose a tag to compare
  • Panic() now handles stack traces better, especially across multiple goroutines

v0.8.0

14 Feb 21:36
fdac6a0
Compare
Choose a tag to compare
Merge pull request #15 from isopov/common-fmt

gofmt common.go after adding comments

v0.1.0

01 Nov 09:27
Compare
Choose a tag to compare
godoc