Skip to content

Releases: felixhammerl/resultify

v1.3.0

30 Jul 21:37
93d528a
Compare
Choose a tag to compare

This release drops Python 3.6 and 3.7 due to being EOL

resultify now has better autocompletion as the decorated method's signature is now available for autocompletion.

typing_extensions backport is opportunistically used on older python versions

1.2.1 (Maintenance Release)

12 Nov 09:50
Compare
Choose a tag to compare

Expand support to Python 3.6

1.2.0 (Feature Release)

12 Nov 09:50
Compare
Choose a tag to compare

Allow positional pattern matching via match_args for Python 3.10+ runtimes

1.1.0 (feature release)

01 Sep 13:10
Compare
Choose a tag to compare

This release brings the retry decorator. See the readme and the tests for further explanation on what it does.

1.0.1

06 Jul 15:35
Compare
Choose a tag to compare

This result leaves behind the Optional nature of the upstream result package, and instead raises when trying to unwrap a value from and error, or vice-versa. Also, it introduces the resultify decorator, which allows to easily convert ordinary functions raising Exception types into functions returning Ok/Err.