Releases: tayvs/typed-future
Releases · tayvs/typed-future
v0.3.0
Main change is that Error type is not covariant anymore. It allows to extend TypedFuture
from AnyVal
and now it's just a wrapper.
Few more methods were introduced like sequence
, traverse
and upliftError