Skip to content

Releases: kittinunf/Result

Result - 5.6.0

04 Apr 14:28
7784619
Compare
Choose a tag to compare

Description

Implement WASM Support by @iNoles
Add watchOS support by @yosephws

Result - 5.5.0

12 Nov 22:39
231d835
Compare
Choose a tag to compare

Update Kotlin to 1.9.20

Result - 5.4.0

30 Mar 13:17
21d56e2
Compare
Choose a tag to compare

Description

Update Kotlin to 1.8.10

Result - 5.3.0

30 Nov 04:38
a4cc90d
Compare
Choose a tag to compare

Description

Update to Kotlin 1.7.20

Result - 5.2.1

18 Jan 04:27
Compare
Choose a tag to compare

Description

This new version updates with Kotlin 1.6.10

Result - 5.2.0

24 Aug 02:42
2816893
Compare
Choose a tag to compare

Description

This new version brings an update to Result to make it more usable and easier to use.

Include

  • Support Kotlin/JS #99 #101
  • Add mapBoth #96
  • Add lift(...) #80
  • Create Result.Success and Failure extension #97
  • Enforce nullability #91

Result - 5.1.0

17 Jul 07:26
2cc4c28
Compare
Choose a tag to compare

Update and improvement

Add get failure or null #88

Result - 5.0.0

15 Jul 11:38
5d9180b
Compare
Choose a tag to compare

! Breaking changes

We update the Result library to support Kotlin Multiplatform Mobile and simplify the API surface by keeping only the ones that are used often.

Result - 4.0.0

18 Jan 10:24
570bcd6
Compare
Choose a tag to compare

Description

! Breaking changes

We improve the internal implementation and also improve the API surface. This leads to a better and more developer friendly with regards to working with error. Thank you so much for @Globegitter 's awesome PR! #74

  • Added new methods and inline methods 74
  • Update with the new version of Kotlin and other minor library version upgrades.

Result - 3.1.0

20 Aug 05:13
3f626af
Compare
Choose a tag to compare

Update and improvement

Nothing functionally changes. Just build against the Kotlin v1.4.0