- [feat] Added a
propertyNames
property to theValidated
class - [change] Rules without a message set will return null. Use
passed()
orfailed()
methods to determine passing validations. - [change] The
Result
class can no longer be cast as a string. Use themessage()
method instead. - [fix] Properties without rules will no longer be included in the results.