Skip to content

error-stack@0.3.0

Compare
Choose a tag to compare
@TimDiekmann TimDiekmann released this 01 Feb 14:58
· 3446 commits to main since this release
f271dd3

What's Changed

Breaking Changes

  • Remove all previously deprecated methods (#1485)
  • Remove pretty-print feature (#1800)

Features

  • Add initial serializing support using serde (#1290)
  • Support Debug hooks on no-std platforms via the hooks feature (#1556)
  • Support converting Report into Error via Report::as_error and Report::into_error (#1749)
  • Support converting Report into Box<dyn Error> via the From trait (#1749)
  • Programmatic selection of color mode and charset used for Debug output (#1800)

Full Changelog