Sourced from snafu's changelog.
0.7.5 - 2023-07-09
Added
- The
CleanedErrorText
iterator can be used to remove redundant parts from the messages that many errors duplicate from their underlying sources. This is the same behavior asReport
, but can be used in contexts other than console output, such as when reporting an error in structured output like HTML or JSON.Fixed
- The documentation for the compatability feature flags now mentions
rust_1_39
and shows the correct default state ofrust_1_61
.
d833d11
Release 0.7.5742a212
Update the changeloge04a77c
Merge pull request #386
from shepmaster/compat-docsecd6c82
Merge pull request #383
from shepmaster/cleaned-error-textf00b5c0
Correct documented default state for the rust_1_61
feature
flag93f55e2
Document the rust_1_39
feature flage4e57ea
Extract an iterator that cleans redundant nested error textd993c94
Merge pull request #385
from Enet4/fix/update-compile_error-messages2bf38fb
Update compile_error test snapshots