All Versions
56
Latest Version
Avg Release Cycle
80 days
Latest Release
775 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.25.2 Changes
November 30, 2016 -
v0.25.1 Changes
November 29, 2016 -
v0.25.0 Changes
October 31, 2016๐ Features
- ๐ #524: Use route tags for global tag set - @LeFnord.
- ๐ #523: Allow specifying custom tags at the route level - @jordanfbrown.
- ๐ #520: Response model can have required attributes - @WojciechKo.
- #510: Use 'token_owner' instead of 'oauth_token' on Swagger UI endpoint authorization - @texpert.
๐ Fixes
-
v0.24.0 Changes
September 23, 2016๐ Features
- ๐ #504: Added support for set the 'collectionFormat' of arrays - @rczjns.
- ๐ #502: Adds specs for rake tasks - @LeFnord.
- ๐ #501: Adds getting of a specified resource for Rake Tasks - @LeFnord.
- ๐ #500: Adds Rake tasks to get and validate OAPI/Swagger documentation - @LeFnord.
- ๐ #493: Swagger UI endpoint authorization - @texpert.
- ๐ #492: Define security requirements on endpoint methods - @tomregelink.
- ๐ #497: Use ruby-grape-danger in Dangerfile - @dblock.
๐ Fixes
-
v0.23.0 Changes
August 05, 2016๐ Features
- 0๏ธโฃ #491: Add
ignore_defaults
option - @pezholio. - ๐ #486: Use an automated PR linter, danger.systems - @dblock.
๐ Fixes
- โก๏ธ #489: Makes version settings/usage more clear; updates
UPGRADE.md
,README.md
- @LeFnord. - ๐ #476: Fixes for handling the parameter type when body parameters are defined inside desc block - @anakinj.
- ๐ #478: Refactors building of properties, corrects documentation of array items - @LeFnord.
- ๐ #479: Fix regex for Array and Multi Type in doc_methods. Parsing of "[APoint]" should return "APoint" - @frodrigo.
- ๐ #483: Added support for nicknamed routes - @pbendersky.
- 0๏ธโฃ #491: Add
-
v0.22.0 Changes
July 12, 2016๐ 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 asArray[Class]
createsarray
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.
-
v0.21.0 Changes
June 01, 2016๐ Features
- ๐ #413: Move all model parsing logic to separate gems
grape-swagger-entity
and added representable parsergrape-swagger
- @Bugagazavr. - ๐ #434: Add summary to the operation object generator to be more compliant with OpenAPI v2 - @aschuster3.
- ๐ #441: Accepting
String
,lambda
andproc
forhost
andbase_path
- @LeFnord.
๐ Fixes
- ๐ #416: Support recursive models - @lest.
- ๐ #419: Replaced github ref to rubygems for external gems - @Bugagazavr.
- ๐ #420: Raise SwaggerSpec exception if swagger spec isn't satisfied, when no parser for model is registered or response model is empty - @Bugagazavr.
- #438: Route version was missing in :options passed to PathString, so Endpoint.path_and_definitions_objects wasn't returning a versioned path when required - @texpert.
- ๐ #413: Move all model parsing logic to separate gems
-
v0.20.3 Changes
May 09, 2016๐ Features
- ๐ #407: Added support for Grape 0.15.x and 0.16.x - @dblock.
- ๐ #406: Force usage of entities for response definition issue #385 - @LeFnord.
- ๐ #405, #403: Added version support matrix - @LeFnord.
- ๐ #408: Added support for
HEAD
endpoints - @Bugagazavr. - ๐ #408: Added support for
OPTIONS
endpoints - @Bugagazavr.
๐ Fixes