grape-swagger v0.20.0 Release Notes

Release Date: 2016-04-09 // about 8 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #336: Added Swagger 2.0 support - @LeFnord.
    • ๐Ÿ’Ž #371: Added param type body handling - @LeFnord.
    • 0๏ธโƒฃ #367: Set default type: Integer and required: true for path params, if they weren't specified inside the params block as required - @LeFnord.
    • ๐Ÿ’Ž #365: Fixed passing markdown with redcarpet even with nil description and detail - @LeFnord.
    • ๐Ÿšš #358: Removed allowMultiple property from params, added format to definition property and renamed defaultValue to default - @LeFnord.
    • ๐Ÿ’Ž #356: Added consumes - @LeFnord.
    • ๐Ÿ”ง #354: Fixed setting of base_path and host, added possibility to configure the setting of version and base_path in documented path and operationId - @LeFnord.
    • ๐Ÿ’Ž #353, #352: Fixed exception with routes having a dynamic :section - @LeFnord.