Skip to content

v6.0.0

Compare
Choose a tag to compare
@regevbr regevbr released this 04 Dec 15:11
· 7 commits to master since this release
b3e6e1a

BREAKING CHANGE

Currently, during validation, we don't run the expression functions, not allowing them to be validated.
This major version always runs the expression functions and custom rules, while passing a new third argument stating that validation occurs, to allow the functions to only perform validation and skip business logic.