v1.9.0
[1.9.0] - 2026-01-04
Added
- Try Extensions for Result:
andTryAsync<U>- LikeandThenAsync, but auto-catches exceptions/Promise rejections and converts them toErrorTryAsync<F>- LikeorElseAsync, but auto-catches exceptions in recovery logic
Changed
- Performance:
map()andmapErr()now returnthiswhen the Result variant doesn't match, avoiding unnecessary object creation
Removed
promiseToAsyncResult()- UsetryAsyncResult()instead (deprecated since v1.7.0)
Full Changelog: v1.8.0...v1.9.0