Releases: hedzr/errors
Releases · hedzr/errors
Release list
v3.3.5
v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.1.11
bump to v3.1.11 Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>
v3.1.9
v3.1.6
v3.1.5
bump to v3.1.5
- v3.1.5
- fixed `errors.New("").Attach(errs...)` don't skip the `empty` error.
**Attach ignores an error only if it is nil**.
- fixed the emptiness test for `WithStackInfo`.
- cleanup an unused `if len(errs) > 0`.
- added `WithMaxObjectStringLength(maxObjectStringLen)` for long formatting data/taggedData by WithData/WithTaggedData
Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>
v3.1.3
bump to v3.1.3 - v3.1.3 - better output of sites and taggedSites