v1.4.0
Features
- Introduced
IMaybe.Value
andIMaybe
1.Valueand obsoleted the
.GetValueOrDefault(..)` infrastructure methods. - Introduced separate
MapAsync(..)
methods forTask
andValueTask
; obsoleted theMap(..)
overload with the async binder - Introduced
OrElseAsync(..)
methods forTask
andValueTask
to support async creation of alternative values.