imbrn / v8n

☑️ JavaScript fluent validation library

Home Page:https://imbrn.github.io/v8n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `testAll` function to return array of `ValidationException`s instead of rules

imbrn opened this issue · comments

This behavior can make the results more useful as ValidationException objects contain more information about the validation process, and they also have information about nested validation results (through cause and target properties).