Skip to content

Releases: zignd/errors

v1.3.0

24 Jul 21:36
92c8c61
Compare
Choose a tag to compare

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

24 Jul 02:25
42b9692
Compare
Choose a tag to compare

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

24 Jul 01:38
144a742
Compare
Choose a tag to compare

What's Changed

  • Fix errors serialization by @zignd in #2

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

v1.2.0

09 Jul 13:03
Compare
Choose a tag to compare

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

v1.1.0

03 Jul 16:13
Compare
Choose a tag to compare

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

v1.0.0

02 Jul 15:58
Compare
Choose a tag to compare
  • 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

02 Jul 15:56
3a3f715
Compare
Choose a tag to compare

The initial version