0.2.2
- Add
ValidationBuilderExtensions.konstraint
and deprecateValidationBuilderExtensions.constraint
(#16)
It can be automatically replaced with Kotlin's ReplaceWith mechanism
- Fix a bug in
Either.doOnLeft
andEither.doOnRight
which can throwNullPointerException
- Small tweaks