Releases: muonsoft/errors
Releases · muonsoft/errors
v0.4.1
v0.4.0
errors.Join()function addederrors.Stringer()option added- adopt errors wrapping behaviour to be consistent with multi errors introduced in go v1.20
- minimal go version fixed to v1.20
v0.3.0
errors.IsOfType[T any](err error)function added- logrus adapter improvements
v0.2.0
errors.As()function based on typed parameters- fixes for logrus adapter
- minimal required Go version is v1.18
v0.1.0
Initial version