v2.0.0
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