errorstash 0.3.1

A library for collecting multiple related errors, and reporting them together
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog
All notable changes to this project will be documented in this file.

## v0.3.1 (2025-10-21)

- Added support for flattening nested ErrorLists when using `StashableResult`
  with `BoxedErrors`.
- Renamed the `BoxedErrors` alias to `BoxedErrorList` to improve disambiguation
  with the `BoxedError` alias.
- Fixed Github Actions CD configuration.
- Documentation additions.

## v0.2.1 (2025-10-19)

- First public release. Includes the `ErrorStash` trait, `BoxedStash` and `TypedStash`
  implementations, the `ErrorList` wrapper error type, and the `StashableResult` and
  the `StashErrorsIter` extension traits.