Skip to content

0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@elboman elboman released this 24 Aug 15:38

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).