Releases: antitypical/Result
Releases · antitypical/Result
0.4.3: @autoclobber
- [fixed] non-short-circuiting evaluation of
recover
andrecoverWith
’s operands.
0.4.2: Discover Recover
- [new]
recover
andrecoverWith
as synonyms for??
. (Thanks, @nvh!)
0.4.1: Oh Ess Ex
0.4: Once More Unto The Box
- [new]
Result
is once again anenum
and can be pattern matched over. - [new] We depend upon
Box
again so that it can used as a shared dependency without introducing ambiguity.
0.3.2: How Did That Even Work?
- [fixed] The tests no longer depend on a framework which Xcode found by ✨ magic ✨.
0.3.1: Now with Actually Builds™!
- [fixed] building for iOS, 🎩 @jcavar
0.3: I Got 99 Problems but a Dependency Ain’t One
- [improved] Result is standalone (it has no dependencies of its own)
0.2: Only App Extensions Can Do This
- [new] App extension support, c/o @NachoSoto!