Skip to content

Tags: zignd/errors

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from zignd/add-is-err-composition

Add IsErrComposition to help check if a custom error type is a composition of Err

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from zignd/skip-nil-data-json

Skip nil data from serialized JSON

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from zignd/fix-errors-serialization

Fix errors serialization

v1.2.0

Toggle v1.2.0's commit message
Add WithCause

v1.1.0

Toggle v1.1.0's commit message
Add WithStack and rename Error to Err to allow composition

v1.0.0

Toggle v1.0.0's commit message
Refactor the package

- Add support for Go modules
- Add support for Go >= 1.13 errors
- Improve the stack trace serialization
- Rename the "context" for "data" to avoid conflicts with Go
  context.Context
- Add a new example

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in README.md