v0.5.4 (2022-04-27)
v0.5.3 (2022-04-17)
v0.5.2 (2022-03-09)
v0.5.1 (2021-06-22)
- move type reflection so As will work with external errors (#100)
v0.5.0 (2020-12-25)
- provide error assertion with As function (#90)
v0.4.1 (2020-07-08)
- check for zero length wrapPCs when inserting into stacks (#92)
v0.4.0 (2020-05-20)
- add helper methods to show correct trace in sentry (#85)
- wrap external errors instead of changing them to root errors (#84)
- try to unwrap external errors during error wrapping (#80)
v0.3.0 (2020-02-13)
- return correct stack for local/global vars and add stack tests (#74)
- insert frames during error wrapping instead of unpacking (#70)
- allow error output and stack trace inversion (#73)
v0.2.1 (2020-01-28)
- check for global stack traces instead of forcing NewGlobal (#71)
v0.2.0 (2020-01-17)
- add discord invite link (#65)
- copy global root errors to ensure stack traces are isolated (#58, #59)
- eris errors are now compatible with sentry error tracing (#60)
- improve default formatters and add custom format support (#57)
- improve error wrapping, stack trace management, and formatting (#46)
v0.1.1 (2019-12-26)
- update mod file
- json and str formats support with custom error type
- finish implementing and testing Is and Cause
- improve default printer and add json printer
- add error type checking
- improve error wrapping and integrate basic default printer
- add stack trace implementation and root error types