Releases: darwayne/errutil
Releases · darwayne/errutil
v1.7.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v1.6.0...v1.7.0
v1.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Full Changelog : v1.3.0...v1.3.1
v1.3.0
Compare
Sorry, something went wrong.
No results found
Full Changelog : v1.2.0...v1.3.0
v1.2.0
Compare
Sorry, something went wrong.
No results found
Full Changelog : v1.1.0...v1.2.0
v1.1.0
Compare
Sorry, something went wrong.
No results found
Full Changelog : v1.0.0...v1.1.0
v1.0.0
Compare
Sorry, something went wrong.
No results found
adds initial 1.0.0 errutil logic