4.0.0
- Support for logging errors with promises.
- Setting a cause in an Error will print as part of the stack trace (works like inner exceptions in C# now).
- Type and Source will get the type and source of the most inner cause.
- Support for Inspector.
- ASP.NET Core 6 sample.
- Fixed bug where sending a non-Error object to one of the log methods accepting an Error would cause an exception.