All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
WrapErrtrait no longer has a generic and takesselfas the first argument.
- Optional error type argument in macros.
- Implementation
WrapErrforanyhow::Errorandeyre::Reportno longer requiresstd::error::Errorfor generic<E>type, but requiresDebug + Display.
- Function visibility added to generated function.
WrapErrtrait for a custom error type to save context.- Support for a custom error type in macros.
- Rename
context->errifyandwith_context->errify_withmacros.