Skip to content

Releases: z0mt3c/node-restify-validation

Release 1.3.0

02 Jul 16:01
Compare
Choose a tag to compare
  • Add support for isDictionary validation (#76)
  • Configurable Validator Models (#73)
  • Fix isBoolean validation to work with boolean values (#71 )
  • Support for specifying property model (#72 )

Minor release 1.1.0

21 Nov 10:29
Compare
Choose a tag to compare
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.