krakenjs / swaggerize-routes

Swagger document driven route builder.
Other
58 stars 57 forks source link

Fix coerce for booleans #42

Closed yodeyer closed 9 years ago

yodeyer commented 9 years ago

coercion() method doesn't work with parameters of type boolean. A string with value 'false' was coerced to true because not empty strings are truthy.

bg-o commented 9 years ago

:+1:

tlivings commented 9 years ago

Thanks!