Skip to content

Releases: eyre-rs/color-eyre

v0.5.7

09 Nov 18:04
Compare
Choose a tag to compare

fix compiler error with certain feature combinations

v0.5.4

17 Sep 20:23
Compare
Choose a tag to compare

Added

  • Add new "issue-url" feature for generating issue creation links in error
    reports pre-populated with information about the error

v0.5.3

15 Sep 02:34
Compare
Choose a tag to compare

[0.5.3] - 2020-09-14

Added

  • add panic_section method to HookBuilder for overriding the printer for
    the panic message at the start of panic reports

v0.5.2

01 Sep 17:24
e3db043
Compare
Choose a tag to compare

Added

  • make it so all Section trait methods can be called on Report in
    addition to the already supported usage on Result<T, E: Into<Report>>
  • add panic_section to HookBuilder to add custom sections to panic reports
  • add display_env_section to HookBuilder to disable the output indicating what
    environment variables can be set to manipulate the error reports

Changed

  • switched from ansi_term to owo-colors for colorizing output, allowing for
    better compatibility with the Display trait