Skip to content

Tags: quantumcycle/metaerr

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add non formatting methods for golang 1.24 govet (#17)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: when calling meta multiple times, keep previously set metas (#16)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: when calling meta multiple times, keep previously set metas (#16)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: panic when location skip is too high (#14)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove duplicate values in metadata (#13)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: return a uniform error interface (#12)

In order to simplify the interface, the New and Wrap now return a
standard `error`. Also, we fix the differences in frame skipping when
using errors directly or the builder.

This changes the interface quite a bit, so it's a major version bump.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: multiple improvements (#11)

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

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: optimize stacktrace creation (#10)

There is no need to inspect all the stack frames once we hit the stdlib
code from GOROOT, since it's unlikely that this code will call back
user code.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: present stacktraces as continuous instead of 2 blocks (#9)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: introduce stacktraces as an option (#8)