Skip to content

Release 5.1.0

Choose a tag to compare

@deankarn deankarn released this 01 Jul 05:08
· 12 commits to master since this release
9dfe262

What's new

  • Updated to make it a 100% drop-in replacement for the std Go library errors package
  • Updated to make error chain work with std Go errors Unwrap, As, and Is interfaces. It's 100% inter-operable with std Go wrapping.
  • Added RegisterErrorFormatFn to allow custom formatting of error output.
  • Optimized default error printing.
  • Updated output format to include full path to the file to clearly delineate where the error happened if the file name is the same.