Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@warrickbayman warrickbayman released this 27 Aug 16:14
· 2 commits to main since this release
  • [feat] Added a propertyNames property to the Validated class
  • [change] Rules without a message set will return null. Use passed() or failed() methods to determine passing validations.
  • [change] The Result class can no longer be cast as a string. Use the message() method instead.
  • [fix] Properties without rules will no longer be included in the results.