Releases: z0mt3c/node-restify-validation
Releases · z0mt3c/node-restify-validation
Release 1.3.0
Minor release 1.1.0
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.