Releases: blugnu/errorcontext
Releases · blugnu/errorcontext
v0.4.0
Changelog
- 3d04823 feat: add support for > 2 errors to Wrap()
- cdd741b chore: upgrade blugnu/test
- 1f4eef6 docs: identify analog functions in comments
- f1c3f67 refactor: black-box tests
- f7292d3 cicd: add coderabbit config
- d5973cb cicd: update goreleaser config
- d343b78 cicd: add dependabot configuration
- 82fb7ef cicd: update release workflow
v0.3.2
v0.3.1
v0.3.0
Changelog
- f812aa5 release: new errors.Join(); simplified errors.Wrap()
- cc52928 fix: corrected .vscode comment
- ec58a59 docs: errors.Join() example and general tidy-up
- e91b280 cicd: updated to goreleaser workflow (closes #9)
- ff67c55 feat: errors.Join() function introduced and errors.Wrap() simplified (fixes #8)
- 44b1a2f deps: uses blugnu/test for tests
v0.2.2
adds support for Wrap() to wrap multiple errors; although a new feature, it is a patch release because it does not change the behaviour of existing code.
v0.2.1
- corrected behaviour of From() function
- consistent use of value receiver
- implemented Is()
- added comprehensive tests for expected errors.Is()/As() behaviours
v0.2.0
retraction of v0.1.0
v0.1.0
migrated from go-errorcontext