- Expose format validators just as they can be reused
- Fixed format validator support so it can be modified at run-time
- Fixed for changes in validator library
- Made validator dependency stricter
- Added format validators.
- Fixed a case where filters remove an instance in an array.
- Added docs
- Added removeEmpty filter that removes empty properties before validation, useful for validating optional form inputs
- Tweaked ValidationError, added toString()
- wrap() and view() now preparse schemas for performance
- Added schema() to predefine schemas for future use
- Initial release