All Versions
14
Latest Version
Avg Release Cycle
108 days
Latest Release
194 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0
August 20, 2020โก๏ธ Update and improvement
๐ Nothing functionally changes. Just build against the Kotlin v1.4.0
-
v3.0.0
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
February 07, 2020- โ Add new getOrElse as well as gerOrNull #62
๐ฑ Thank you @Globegitter for his contribution for this version. ๐ค
-
v2.2.0
May 10, 2019- โก๏ธ Update Kotlin to latest version 1.3.30
-
v2.0.0
January 27, 2019 -
v1.6.0
October 15, 2018โก๏ธ Update Kotlin version to 1.2.71
-
v1.5.0
July 16, 2018- โก๏ธ Update Kotlin version
- ๐ Improve
of
function