Skip to content

Releases: benchkram/errz

0.3.1

10 Dec 13:52

Choose a tag to compare

  • adjust go module name to match benchkram org

v0.3

22 Oct 11:31
69e30ae

Choose a tag to compare

  • go mod support
  • accept logr interface https://github.com/go-logr/logr
  • less verbose stack traces
  • split error annotations into seprate funcs => Fatalf() and Fatalm()

This release contains a breaking change on error annotations. Fix it with this replacement.

  • errz.Fatal(err, "msg") => errz.Fatalm(err, "msg")

v0.2-alpha Logging using zeroLog

25 Aug 15:01

Choose a tag to compare

Pre-release
  • Adding a option to do logging with zeroLog

v0.1

09 Jan 11:10

Choose a tag to compare

v0.1 Pre-release
Pre-release

Initial release of errz.
Despite it has been used in multiple midsize projects it is not production ready.
The api may change in future releases.

  • Provides simple error handling api namely Log(), Fatal() and Recover()