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