This release enhances the validateOrFail() method to provide better filtering of nested structures and arrays, ensuring that only validated fields are returned in the result.
Changed
validateOrFail now filters nested structs and arrays to only return keys matching constraints, not just top-level keys (PR #85)