Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 300 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 300 Bytes

1.0.1

  • Fix for #9 - Type coercion for number types.
  • Fix for #10 - If the swagger spec definition for a parameter is optional ("required": "false"), allow null or undefined value to be passed to the validator.
  • Fix for #8 - Coercion is done only, if data is not null or not undefined.