Skip to content

Releases: zignd/errors

v1.3.0

Choose a tag to compare

@zignd zignd released this 24 Jul 21:36
92c8c61

What's Changed

  • Add IsErrComposition to help check if a custom error type is a composition of Err by @zignd in #5

Full Changelog: v1.2.2...v1.3.0

v1.2.2

Choose a tag to compare

@zignd zignd released this 24 Jul 02:25
42b9692

What's Changed

  • Update go.yml by @zignd in #3
  • Skip nil data from serialized JSON by @zignd in #4

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@zignd zignd released this 24 Jul 01:38
144a742

What's Changed

  • Fix errors serialization by @zignd in #2

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@zignd zignd released this 09 Jul 13:03

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@zignd zignd released this 03 Jul 16:13

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@zignd zignd released this 02 Jul 15:58
  • 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

Full Changelog: v0.0.1...v1.0.0

v0.0.1

Choose a tag to compare

@zignd zignd released this 02 Jul 15:56
3a3f715

The initial version