Skip to content

Releases: alexandermalyga/poltergeist

0.10.0 Mark _T and _E type vars as covariant

21 Apr 11:40
Compare
Choose a tag to compare
Mark _T and _E type vars as covariant

0.9.0 Add catch_async decorator

27 Aug 14:07
Compare
Choose a tag to compare
Add catch_async decorator

0.8.0 Renamed decorator from poltergeist to catch

21 May 18:14
Compare
Choose a tag to compare
Renamed decorator from poltergeist to catch

0.7.0 Allow multiple exception types in decorator

21 May 17:52
Compare
Choose a tag to compare

Allow specifying multiple exception types in the decorator and also remove default Exception type handling.

0.6.1

22 Jan 19:42
Compare
Choose a tag to compare

Removed dependency on dataclasses

0.6.0

14 Jan 16:32
1ebd311
Compare
Choose a tag to compare

Removed unnecessary generic type vars from Ok and Err.

0.5.1

28 Dec 22:34
Compare
Choose a tag to compare
replace FileNotFoundError with OSError in example

0.5.0

27 Dec 01:07
Compare
Choose a tag to compare
add one more unwrap_or() example

0.4.1

24 Dec 23:23
Compare
Choose a tag to compare
add py.typed

0.4.0

24 Dec 14:55
Compare
Choose a tag to compare
updated examples