Skip to content

Releases: hedzr/errors

v3.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Oct 17:25
2d53d31

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 08 Oct 10:32
982081a

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 02 Apr 01:24
7bad279

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 01:19
a7c3cc6

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 03:34
36d34e7
bump to v3.3.0

v3.1.11

Choose a tag to compare

@github-actions github-actions released this 15 Oct 01:02
9b97c5a
bump to v3.1.11

Signed-off-by: Hedzr Yeh <hedzrz@gmail.com>

v3.1.9

Choose a tag to compare

@github-actions github-actions released this 29 Sep 12:57
1a5e18f
bump to v3.1.9 (fixed a test case)

v3.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:50
b3e4f71
bump to v3.1.6

v3.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Mar 15:04
e3860b3
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

Choose a tag to compare

@github-actions github-actions released this 01 Mar 15:14
21dc46c
bump to v3.1.3

- v3.1.3
  - better output of sites and taggedSites