Skip to content

Releases: friendsofgo/errors

v0.9.2

23 Oct 18:18
Compare
Choose a tag to compare

Fixing checksum error with previous version v0.9.1

v0.9.1

22 Sep 08:51
Compare
Choose a tag to compare

Don't use this version, instead of upgrade to the version v0.9.2, this version has an error with the checksum

  • Add support to new Wrapper interface on the standard library.
  • Add tests for check if method Is and As working while wraping standard errors.

v0.9.0

21 Sep 22:52
Compare
Choose a tag to compare

Apply changes to github.com/pkg/errors package to make it compatible with the new errors of version go 1.13.

Furthermore if you use a previous version than go 1.13 the library was be compiled using golang.org/x/xerrors package.

The change have been aplying about Wrap, Wrapf and Cause, on the other hand now the package have the methods As and Is, more information on project godoc