kotlin-result v1.1.1 Release Notes

Release Date: 2018-11-01 // over 5 years ago
    • Migrate to Kotlin Gradle DSL(80bd9dd)
    • ✂ Remove jdk dependency of kotlin stdlib (722ddd7)
    • ⚡️ Update Kotlin to 1.3.0 (7e45bfb)
    • ➕ Add fold as an alias to mapBoth (4eb5d80)
    • Return the Result in on{Success,Failure} (3a3b541)
      • This facilitates chaining onSuccess/onFailure calls that may perform arbitrary side-effects, such as logging.
    • ➕ Add Result.recover (b5aab62)
      • Similar to getOrElse but returns an Ok of the transformed error