Skip to content

Releases: kittinunf/Result

Result - 3.0.1

22 Jun 01:47
2fd02b1
Compare
Choose a tag to compare

Update and Improvment

Small improvement to support Result to be available for Maven central #23

Result - 3.0.0

12 Feb 08:10
98ce895
Compare
Choose a tag to compare

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

Result - 2.3.0

07 Feb 11:07
25dbafd
Compare
Choose a tag to compare
  • Add new getOrElse as well as gerOrNull #62

Thank you @Globegitter for his contribution for this version. 🤗

Result - 2.2.0

10 May 09:23
c850e7a
Compare
Choose a tag to compare
  • Update Kotlin to latest version 1.3.30

Result - 2.0.0

27 Jan 16:12
8c94142
Compare
Choose a tag to compare
:arrow_up: [Release] Update v2.0 (#45)

Result - 1.6.0

15 Oct 03:57
ce56307
Compare
Choose a tag to compare

Update Kotlin version to 1.2.71

Result - 1.5.0

16 Jul 03:26
Compare
Choose a tag to compare
  • Update Kotlin version
  • Improve of function

Result - 1.4.0

17 Apr 02:29
305428d
Compare
Choose a tag to compare

What's new?

  • Update to latest Kotlin version
  • Support Kotlin's Coroutines by @tudorgk, nice work 👏

Result - v1.3.0

10 Jan 13:27
4ff19c2
Compare
Choose a tag to compare
  • Update to Kotlin 1.2.10
  • Add feature for map/flatMap that throws #30

Thanks again for using this library! 🎉 👍 💯 🥇

Result - v1.2.0

04 Sep 12:56
Compare
Choose a tag to compare
  • Upgrade Kotlin to version 1.1.4-3