All Versions
14
Latest Version
Avg Release Cycle
108 days
Latest Release
903 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0 Changes
August 20, 2020โก๏ธ Update and improvement
๐ Nothing functionally changes. Just build against the Kotlin v1.4.0
-
v3.0.1 Changes
June 22, 2020โก๏ธ Update and Improvment
๐ Small improvement to support Result to be available for Maven central #23
-
v3.0.0 Changes
February 12, 2020Description
- โก๏ธ 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
- โก๏ธ 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
-
v2.3.0 Changes
February 07, 2020- โ Add new getOrElse as well as gerOrNull #62
๐ฑ Thank you @Globegitter for his contribution for this version. ๐ค
-
v2.2.0 Changes
May 10, 2019- โก๏ธ Update Kotlin to latest version 1.3.30
-
v2.0.0
January 27, 2019 -
v1.6.0 Changes
October 15, 2018โก๏ธ Update Kotlin version to 1.2.71
-
v1.5.0 Changes
July 16, 2018- โก๏ธ Update Kotlin version
- ๐ Improve
of
function
-
v1.4.0 Changes
April 17, 2018What's new?
- โก๏ธ Update to latest Kotlin version
- ๐ฑ Support Kotlin's Coroutines by @tudorgk, nice work ๐
-
v1.3.0 Changes
January 10, 2018- โก๏ธ Update to Kotlin 1.2.10
- Add feature for map/flatMap that throws #30
Thanks again for using this library! ๐ ๐ ๐ฏ ๐ฅ