0.13.0
What's Changed
- Adopt
ValueValidator
to create aBiValidator
by @making in #325 BiValidator
accepts genericValueValidator
by @making in #327- Deprecate
BiValidator
in favor ofValidatable#toBiConsumer
andValueValidator#toBiConsumer
by @making in #328 - Bump kotlinx-coroutines-core from 1.7.0 to 1.7.1 by @dependabot in #326
- Respect failFast mode of Nested Validators by @making in #329
- Throw UnsupportedOperationException when default
lazy
method is called by @making in #330 - Introduce Conflict Strategy that defines the behavior when a constraint name conflicts by @making in #331
Full Changelog: 0.12.3...0.13.0