Errors now supports any error that implements multiple-error interface.Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.Add AppendFunc that allow passsing functions to similar to AppendInvoke.
Bump up yaml.v3 dependency to 3.0.1.
Combine: perform zero allocations when there are no errors.AppendInvoke to append into errors from defer blocks.AppendInto function to more ergonomically build errors inside a loop.errors.As and errors.Is.Errors(error) []error function to extract the underlying list of errors for a multierr error.No changes since v0.2.0. This release is committing to making no breaking changes to the current API in the 1.X series.