Releases: felixhammerl/resultify
Releases · felixhammerl/resultify
v1.3.0
1.2.1 (Maintenance Release)
Expand support to Python 3.6
1.2.0 (Feature Release)
Allow positional pattern matching via match_args for Python 3.10+ runtimes
1.1.0 (feature release)
This release brings the retry
decorator. See the readme and the tests for further explanation on what it does.
1.0.1
This result leaves behind the Optional
nature of the upstream result
package, and instead raise
s 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
.