Skip to content

1.1.7

Compare
Choose a tag to compare
@michaelbull michaelbull released this 28 Jun 11:22
· 230 commits to master since this release
  • 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