Releases: kittinunf/Result
Releases · kittinunf/Result
Result - 3.0.1
Update and Improvment
Small improvement to support Result to be available for Maven central #23
Result - 3.0.0
Description
- This is a major update to the Result library. After a long discussion, we now allow support for nullable for the value type. As for version 3.0.0, the Result will support nullable success in the form of
Result<V?, E>
.
Acknowledgement
- Thanks, @Globegitter for making this possible. #63
Result - 2.3.0
- Add new getOrElse as well as gerOrNull #62
Thank you @Globegitter for his contribution for this version. 🤗
Result - 2.2.0
- Update Kotlin to latest version 1.3.30
Result - 2.0.0
:arrow_up: [Release] Update v2.0 (#45)
Result - 1.6.0
Update Kotlin version to 1.2.71
Result - 1.5.0
- Update Kotlin version
- Improve
of
function
Result - 1.4.0
What's new?
- Update to latest Kotlin version
- Support Kotlin's Coroutines by @tudorgk, nice work 👏
Result - v1.3.0
- Update to Kotlin 1.2.10
- Add feature for map/flatMap that throws #30
Thanks again for using this library! 🎉 👍 💯 🥇
Result - v1.2.0
- Upgrade Kotlin to version 1.1.4-3