Skip to content

v2.0.2 stable

Compare
Choose a tag to compare
@BlakvGhost BlakvGhost released this 18 May 15:30
· 3 commits to main since this release
  • Set empty field to blank string before validation

Addresses bug where validation fails on non-required fields
that are not present in the data. By initializing missing
fields to an empty string, validation rules like min, max,
size, etc. can be properly applied without triggering an
error due to an undefined index.

Fixes #124
Full Changelog: v2.0.1...v2.0.2