Releases: benchkram/errz
Releases · benchkram/errz
0.3.1
10 Dec 13:52
Compare
Sorry, something went wrong.
No results found
adjust go module name to match benchkram org
v0.3
22 Oct 11:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Adding a option to do logging with zeroLog
v0.1
09 Jan 11:10
Compare
Sorry, something went wrong.
No results found
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()