v2.0.2 stable
- 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