Skip to content

1.1.9

Compare
Choose a tag to compare
@michaelbull michaelbull released this 29 Aug 11:42
· 204 commits to master since this release
  • Coroutine binding support moved to kotlin-result-coroutines module (b16fb55) by @Munzey
  • Add Scala's merge (09d341a)
    • Calling .merge() on a Result<List<Int>, Set<Int>> will return a Collection<Int> (their most common supertype).
  • Remove deprecation of eager-evaluating functions (a76768f)
    • Rust includes these eager evaluating variants with a simple warning in their comments with regards to using the lazy variants for heavy lifting.
  • Update Gradle to 6.6.1 (30d2778)
  • Update Kotlin to 1.4.0 (a662ebc)
  • Use Kotlin 1.4's Explicit API mode (a9a0c38) by @Munzey