Releases: alexandermalyga/poltergeist
Releases · alexandermalyga/poltergeist
0.10.0 Mark _T and _E type vars as covariant
Mark _T and _E type vars as covariant
0.9.0 Add catch_async decorator
Add catch_async decorator
0.8.0 Renamed decorator from poltergeist to catch
Renamed decorator from poltergeist to catch
0.7.0 Allow multiple exception types in decorator
Allow specifying multiple exception types in the decorator and also remove default Exception type handling.
0.6.1
Removed dependency on dataclasses
0.6.0
Removed unnecessary generic type vars from Ok and Err.
0.5.1
replace FileNotFoundError with OSError in example
0.5.0
add one more unwrap_or() example
0.4.1
add py.typed
0.4.0
updated examples