kotlin-result v1.1.7 Release Notes

Release Date: 2020-06-28 // almost 4 years ago
    • ➕ Add Result#toErrorIf (cf95820) by @Globegitter
      • Facilitates transforming an Ok to an Err if the value satisfies a given predicate.
    • ➕ Add Result#toErrorUnless (1000c58)
      • Facilitates transforming an Ok to an Err unless the value satisfies a given predicate.
    • ➕ Add monad comprehensions via binding block (9bcaa97) by @Munzey
      • See the Binding section on the README for an introduction to this concept
    • ➕ Add benchmarking framework (0910e9f) by @Munzey
    • ⚡️ Update Gradle to 6.5 (b4b2224)
    • ➕ Add unit tests for zip functions (31965ce) by @jvanderwee
    • Convert to multi-platform project structure (bca344d) by @Munzey