Skip to content

v0.0.2

Compare
Choose a tag to compare
@warrickbayman warrickbayman released this 26 Aug 19:37
· 9 commits to main since this release

A few changes to make quick validation of an entire class a little easier.

  • [feat] Added passed and failed methods to the Validated class.
  • [change] The second parameters of the property method is now nullable.
  • [fix] Minor bug fix converting array to string when validation array length.
  • [tests] Added a test for custom rules.
  • [tests] Added a test for validating the length of an array.