Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 929 Bytes

Change Log

Next Release

Version 0.3.0 (2023-06-16)

New

  • Add kotlin.Result.toEither()

Fixes

  • Adds validateNotNull extension function on nullable values <Hugo Müller-Downing>

Version 0.2.0 (2023-04-06)

New

  • Add Either.traverse
  • Either, Nullable & Ior zip
  • Adds validateNotNull extension function on nullable values <Hugo Müller-Downing>

Fixes

  • Fix outcome traverse
  • Fix nested nullable issue
  • Fix nested null bug (#22)

Version 0.1.0 (2023-03-06)

  • Add Option.unit() and Either.unit() to replace the void() method deprecated by Arrow.
  • Include withRetries method on suspended supplier functions to provide opinionated access to Arrow's Schedule.