grape-swagger v0.22.0 Release Notes

Release Date: 2016-07-12 // almost 8 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #470: Document request definitions inline - @LeFnord.
    • ๐Ÿ’Ž #448: Header parameters are now prepended to the parameter list - @anakinj.
    • ๐Ÿ“š #444: With multi types parameter the first type is use as the documentation type - @scauglog.
    • ๐Ÿ“š #463: Added 'hidden' option for parameter to be exclude from generated documentation - @anakinj.
    • ๐Ÿ”’ #471: Allow Security Definitions Objects to be defined - @bendodd.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #472: Fixes required property for request definitions - @LeFnord.
    • ๐Ÿ”จ #467: Refactors moving of body params - @LeFnord.
    • ๐Ÿ’Ž #464: Fixes array params, sets correct type and format for items - @LeFnord.
    • ๐Ÿ’Ž #461: Fixes issue by adding extensions to definitions. It appeared, if for the given status code, no definition could be found - @LeFnord.
    • ๐Ÿ’Ž #455: Setting type: option as Array[Class] creates array type in JSON - @tyspring.
    • ๐Ÿ’Ž #450: Do not add :description to definitions if :description is missing on path - @texpert.
    • ๐Ÿ’Ž #447: Version part of the url is now ignored when generating tags for endpoint - @anakinj.
    • ๐Ÿ“š #444: Default value provided in the documentation hash, override the grape default - @scauglog.
    • ๐Ÿ“š #443: Type provided in the documentation hash, override the grape type - @scauglog.
    • ๐Ÿ“š #454: Include documented Hashes in documentation output - @aschuster3.
    • #457: Using camel case on namespace throws exception on add_swagger_documentation method - @rayko.