v0.4.0
What's Changed
- Variadic Parameters for
Is
andCheck
: TheIs
andCheck
functions now accept variadic parameters, streamlining validation by enabling multiple validators in a single call. This enhancement simplifies the validation process, reduces code verbosity, and promotes the reuse of validation logic across projects. For more details, see PR #19.
Full Changelog: v0.3.0...v0.4.0