Changelog for eris
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
No notable changes have been made.
0.2.3 - 2022-01-13
Added
Add
eris.ErisResulttype.
0.2.2 - 2021-12-24
Changed
Represent all
ExcInfoobjects as dictionaries.Make
AbstractResultapart of public API.
0.2.1 - 2021-12-23
Changed
The
Errdataclassnow accepts an optionalupkwarg.
0.2.0 - 2021-12-23
Changed
Allow custom sub-types of
ErisErrorto be used with theResulttype.BREAKING CHANGE: The
Errtype is now a generic with two type variables.
0.1.2 - 2021-12-23
Changed
Add
eris.ErisErrorChainanderis.ErisErrorDictto public API.
Removed
Remove
eris.chain_errors()public API function.
0.1.1 - 2021-12-22
Changed
Rename
ErrortoErisError.
0.1.0 - 2021-12-22
Miscellaneous
Port
erislibrary from (original)bugyi-liblibrary.First release.