Skip to content

0.2.2

Compare
Choose a tag to compare
@making making released this 07 May 16:51
· 561 commits to develop since this release
  • Add ValidationBuilderExtensions.konstraint and deprecate ValidationBuilderExtensions.constraint (#16)
    It can be automatically replaced with Kotlin's ReplaceWith mechanism
    replace-with-konstraint
  • Fix a bug in Either.doOnLeft and Either.doOnRight which can throw NullPointerException
  • Small tweaks