- Fix when an html content is expected and no content type is specified
- Prevents conflicts with Sinatra::Json library, fix by Grant McLendon
- Fix for header parameters
- Accept file parameter
- Validate responses
- No validation when the parameter is null
- Accept :no_swagger param in declaration
- Can now accept types as parameters
- Accept json utf-8 content type
- Fix empty value returned from validation when a parameter is a String
- Added maxLength and minLength validations
- Add produces parameter
- Add fluent syntax
- Added verification and enrichment form params
- Added type extends
- Added validation for min and max value for numbers
- First version