Skip to content

Releases: quantumcycle/metaerr

v1.1.0

09 May 18:58
1a74996

Choose a tag to compare

Added non formatting methods for go 1.24 (#17)

v1.0.0

13 Apr 15:49
be6bafe

Choose a tag to compare

No change from v0.6.3. Just upgrading to a stable 1.x release cycle.

v0.6.3

13 Apr 15:45
be6bafe

Choose a tag to compare

  • Fixes #15. When making multiple meta calls, keep the previously set metas

v0.6.2

04 Nov 18:03
606d873

Choose a tag to compare

Fix panic when location skip is too high

v0.6.1

04 Nov 17:52
f4dc212

Choose a tag to compare

Remove duplicate values in metadata

v0.6.0

04 Nov 17:30
fb77261

Choose a tag to compare

  • Change the API contract to return error at error creation
  • Filter stacktraces instead of using predefined call stack skips
  • Improved readme documentation
  • Make most error fields public
  • Fix the GetMeta for error pointers

v0.5.0

03 Nov 00:24
7b2732e

Choose a tag to compare

  • Added a context to the error as a source of metadata
  • Added a builder to create errors with options
  • Better documentation and examples

v0.4.2

23 Oct 13:39
6733a35

Choose a tag to compare

Optimize stacktraces creation

v0.4.1

23 Oct 02:16
41966f4

Choose a tag to compare

Just a quick fix to improve readability of the new stacktraces. We're not presenting stacktraces the same as location, so stacktraces allow us to add more than one line, but they are presented the same.

v0.4.0

22 Oct 20:26
7e1ae82

Choose a tag to compare

Introduce optional stacktraces