Skip to content

Releases: darwayne/errutil

v1.7.0

20 Apr 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

18 Apr 00:28
Compare
Choose a tag to compare

What's Changed

  • adds some helper functions to simplify creating & wrapping errors with initial behavior by @darwayne in #2

Full Changelog: v1.5.0...v1.6.0

v1.5.0

17 Apr 22:47
Compare
Choose a tag to compare

What's Changed

  • adds Codeable, Temporarily, StatusCodeable, InternalErrorMessageable and Unauthorizable behavioral errors by @darwayne in #1

Full Changelog: v1.4.0...v1.5.0

v1.4.0

17 Apr 21:05
Compare
Choose a tag to compare

Full Changelog: v1.3.1...v1.4.0
Breaking Changes

  • New now expects a string
    • it will now create a new error with that string

Updates

  • Wrap should now be used when you want to add behavior to an existing error
  • StackTrace now enabled by default for both Wrap and New

v1.3.1

17 Apr 20:10
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Apr 22:05
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Apr 20:09
Compare
Choose a tag to compare

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

v1.1.0

20 Feb 02:23
Compare
Choose a tag to compare

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

v1.0.0

05 Feb 18:56
Compare
Choose a tag to compare

adds initial 1.0.0 errutil logic