Skip to content

Releases: hedzr/errors

v3.3.5

30 Oct 17:25
2d53d31
Compare
Choose a tag to compare

v3.3.3

08 Oct 10:32
982081a
Compare
Choose a tag to compare

v3.3.2

02 Apr 01:24
7bad279
Compare
Choose a tag to compare

v3.3.1

11 Jan 01:19
a7c3cc6
Compare
Choose a tag to compare

v3.3.0

13 Dec 03:34
36d34e7
Compare
Choose a tag to compare
bump to v3.3.0

v3.1.11

15 Oct 01:02
9b97c5a
Compare
Choose a tag to compare
bump to v3.1.11

Signed-off-by: Hedzr Yeh <[email protected]>

v3.1.9

29 Sep 12:57
1a5e18f
Compare
Choose a tag to compare
bump to v3.1.9 (fixed a test case)

v3.1.6

08 Aug 11:50
b3e4f71
Compare
Choose a tag to compare
bump to v3.1.6

v3.1.5

04 Mar 15:04
e3860b3
Compare
Choose a tag to compare
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 <[email protected]>

v3.1.3

01 Mar 15:14
21dc46c
Compare
Choose a tag to compare
bump to v3.1.3

- v3.1.3
  - better output of sites and taggedSites