Releases: uber-go/multierr
Releases · uber-go/multierr
v1.11.0
29 Mar 23:02
Compare
Sorry, something went wrong.
No results found
Errors now supports any error that implements multiple-error interface.
Add Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.
v1.10.0
08 Mar 14:47
Compare
Sorry, something went wrong.
No results found
Support Go 1.20 Unwrap() []error
Remove unused glide.yaml
Drop external atomic dependency
README: Add Features section
v1.9.0
12 Dec 19:31
Compare
Sorry, something went wrong.
No results found
v1.8.0
28 Feb 20:36
Compare
Sorry, something went wrong.
No results found
Combine: perform zero allocations when there are no errors.
v1.7.0
06 May 22:25
Compare
Sorry, something went wrong.
No results found
Add AppendInvoke to append into errors from defer blocks.
v1.6.0
14 Sep 16:33
Compare
Sorry, something went wrong.
No results found
Actually drop library dependency on development-time tooling.
v1.5.0
24 Feb 22:08
Compare
Sorry, something went wrong.
No results found
Drop library dependency on development-time tooling.
v1.4.0
04 Nov 18:43
Compare
Sorry, something went wrong.
No results found
Add AppendInto function to more ergonomically build errors inside a
loop.
v1.3.0
29 Oct 22:19
Compare
Sorry, something went wrong.
No results found
v1.2.0
26 Sep 22:04
Compare
Sorry, something went wrong.
No results found
Support extracting and matching against wrapped errors with errors.As
and errors.Is.