Skip to content

v2.0.0

Choose a tag to compare

@berry-langerak berry-langerak released this 30 Oct 14:01
· 88 commits to master since this release

In this version:

  • Added support for validating nested repeating arrays;
  • Always return a ValidationResult instead of a boolean;
  • Added ability to "mount" rules on a Chain object;
  • Added support for outputting the entire validator structure to an Output, so that it can be formatted and printed;
  • Various bugfixes