Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@callius callius released this 18 Nov 22:57
· 6 commits to main since this release
2c7e8c2

Features:

  • Add Either.mapAsync.
  • Add NonEmptyList.foldWithHead.
  • Rename Either.orNull to Either.getOrNull.
  • Rename Either.tap to Either.onRight.
  • Rename Either.tapLeft to Either.onLeft.
  • Remove NonEmptyList.fromList.