Releases: elboman/proofed
Releases · elboman/proofed
0.2.2
Fix
- Proofed Component: You can now provide dynamic schema and the Proofed component with apply it when received.
When applying the new schema model values for nodes are retained.
When getting the model, only nodes that are present in the current schema are returned (7a72efe). - Validation: When a node is updated, errors are calculated for every node, since they may depend on the node's new value. (974b3e7)
0.2.1
0.1.4
0.1.3
0.1.2
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).