Skip to content

Minor release 1.1.0

Compare
Choose a tag to compare
@gchauvet gchauvet released this 21 Nov 10:29
· 13 commits to master since this release
Fix bug with forbidUndefinedVariables (#62)

The forbidUndefinedVariables check wrongly flagged keys that existed in other scopes as undefined, this fix checks for the key in the other scopes of the validationModel before flagging it as undefined.