Skip to content

Releases: friendsofgo/errors

v0.9.2

Choose a tag to compare

@aperezg aperezg released this 23 Oct 18:18

Fixing checksum error with previous version v0.9.1

v0.9.1

Choose a tag to compare

@aperezg aperezg released this 22 Sep 08:51

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

Choose a tag to compare

@aperezg aperezg released this 21 Sep 22:52

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