Releases: alexlafroscia/eventual-result
Releases · alexlafroscia/eventual-result
v0.9.1
v0.9.0
Added
#or
and#orElse
methods onEventualResult
v0.8.1
Fixed
EventualResult
handles an exception thrown in an originator function
v0.8.0
Added
EventualResult
now has an.unwrapErr
method
v0.7.0
Added
isSome
,isNone
,isOk
andisErr
helper functionsNone
is now immutable
Removed
isSome
,isNone
,isOk
andisErr
methods have been removed
v0.6.0
Added
- Add
mapErr
method toEventualResult
Changed
- Removed distinct
Option
union type andOptionMethods
interface in favor of
a single interface thatOption
andNone
implement - Removed distinct
Result
union type andResultMethods
interface in favor of
a single interface thatOk
andErr
implement isSome
,isNone
,isOk
andisErr
are now methods, rather than properties