Skip to content

Releases: SierraSoftworks/human-errors-rs

Version 0.1.5

10 Dec 00:49
d42472a
Compare
Choose a tag to compare

Changes

Version 0.1.4

10 Dec 00:42
85ae22d
Compare
Choose a tag to compare

Changes

  • build(deps): Bump actions/download-artifact from 4.1.7 to 4.1.8 @dependabot (#3)
  • build(deps): Bump Swatinem/rust-cache from 1 to 2 @dependabot (#4)
  • build(deps): Bump actions/upload-artifact from 2 to 4 @dependabot (#5)
  • build(deps): Bump actions/checkout from 1 to 4 @dependabot (#7)
  • build(deps): Bump codecov/codecov-action from 1.2.1 to 5.1.1 @dependabot (#6)
  • feat: Add support for recursively resolving standard error causes @notheotherben (#2)
  • build(deps): Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows @dependabot (#1)

Version 0.1.3

01 May 14:37
5ae0adf
Compare
Choose a tag to compare

Changes

  • Fixes the generation of advice when empty strings are provided
  • Addresses a clippy warning caused by the use of Into instead of From for the extend macro.

Version 0.1.2

13 Nov 15:58
Compare
Choose a tag to compare

Changes

  • Improved documentation to avoid failing tests in derived libraries.

Version 0.1.1

22 Feb 11:22
98cf81e
Compare
Choose a tag to compare

Changes

  • feat: Added a macro to expose a custom human_errors::Error type in your module for extension with From<T> and Into<T> if you need it.

Version 0.1.0

22 Feb 09:40
3ddc675
Compare
Choose a tag to compare

This is the initial release of the human-errors crate as it is used in Git-Tool today. It includes support for capturing nested causal chains using either Box<std::error::Error> errors, or nested human errors (with corresponding support for nested advice).