Skip to content

v0.4.0

Compare
Choose a tag to compare
@carlosforero carlosforero released this 29 Mar 00:43
· 14 commits to master since this release
3679d79

What's Changed

  • Variadic Parameters for Is and Check: The Is and Check 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