Skip to content

Releases: blugnu/errorcontext

v0.4.0

25 Jul 18:04
3d04823

Choose a tag to compare

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

04 Dec 17:44
206e74b

Choose a tag to compare

Changelog

  • 206e74b fix: return most wrapped context (fixes #12)

v0.3.1

31 May 03:08
569ff94

Choose a tag to compare

Changelog

  • 569ff94 cicd: updated release workflow (closes #11)
  • 149161a docs: tech stack incorporated in README and fixed for Github dark mode

v0.3.0

27 Apr 07:32
f812aa5

Choose a tag to compare

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

15 Nov 07:14

Choose a tag to compare

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

28 Sep 08:18

Choose a tag to compare

  • corrected behaviour of From() function
  • consistent use of value receiver
  • implemented Is()
  • added comprehensive tests for expected errors.Is()/As() behaviours

v0.2.0

27 Sep 02:05

Choose a tag to compare

retraction of v0.1.0

v0.1.0

27 Sep 01:09
86c8925

Choose a tag to compare

migrated from go-errorcontext