Skip to content

Releases: uber-go/multierr

v1.1.0

30 Jun 17:55
Compare
Choose a tag to compare
  • Added an Errors(error) []error function to extract the underlying list of
    errors for a multierr error.

v1.0.0

31 May 23:58
Compare
Choose a tag to compare

No changes since v0.2.0. This release is committing to making no breaking
changes to the current API in the 1.X series.

v0.2.0

11 Apr 21:33
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Repeatedly appending to the same error is now faster due to fewer
    allocations.

v0.1.0

01 Apr 00:21
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial release