0.1.2
Pre-release
Pre-release
Added
- Valid: add
isValid
API in order to check if specified node/whole model is valid in render function (c865961). - Errors: add
errors
API for listing single node/whole model errors in render function (ef2d297). - Validation rules: validation rules can take a second argument containing the whole model, for implementing advanced validation. (4143c8d).
- Exceptions: add error handling when path nodes or callback functions provided are undefined or not specified in validation schema (fdac7a4).
Fix
- Lodash: fix import statements to work properly in TypeScript (234f967).