Skip to content

Releases: Bibob7/sterrors

v0.4.0

22 Jan 13:04
0b36c54
Compare
Choose a tag to compare

CHANGELOG

  • Remove logger interface
  • Remove severity type to decouple error handling from logging

v0.3.3

06 Nov 15:39
eb76909
Compare
Choose a tag to compare

CHANGELOG

  • Do not add call stack entry with empty message

v0.3.2

06 Nov 15:02
2cac766
Compare
Choose a tag to compare

CHANGELOG

  • Bugfix: Fix wrapping behavior for errors

v0.3.1

05 Nov 20:13
f9c72da
Compare
Choose a tag to compare

Bugfix version for override latest release, which was retracted

v0.3.0

05 Nov 19:57
f9c72da
Compare
Choose a tag to compare

CHANGELOG

  • Add Wrap method to create a new error based on an existing one.

v0.2.0

05 Nov 18:47
Compare
Choose a tag to compare

CHANGELOG

  • Wrap error messages
  • Remove Kind to use custom errors instead

v0.1.0

14 Aug 10:45
17f13c0
Compare
Choose a tag to compare

CHANGELOG

  • Remove dependency to logrus and testify

v0.1.0-rc.6

27 Feb 21:28
32ef1f2
Compare
Choose a tag to compare
v0.1.0-rc.6 Pre-release
Pre-release

Add recursive check for kind

v0.1.0-rc.5

27 Feb 20:15
4416683
Compare
Choose a tag to compare
v0.1.0-rc.5 Pre-release
Pre-release

Add Kind to error type.

This enabled checking for kind withs sterrors.Is(err, Kind)

v0.1.0-rc.4

27 Feb 18:06
a5d04b4
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release

Remove caller entry from printed stack trace, if not caller exists.