All Versions
56
Latest Version
Avg Release Cycle
80 days
Latest Release
433 days ago

Changelog History
Page 3

  • v0.30.0 Changes

    July 19, 2018

    ๐Ÿ”‹ Features

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #681: Provide error schemas when an endpoint can return a 204 - @adstratm.
    • ๐Ÿ’Ž #683: Fix handling of arrays of complex entities in params so that valid OpenAPI spec is generated - @jdmurphy.
  • v0.29.0 Changes

    May 22, 2018

    ๐Ÿ”‹ Features

    ๐Ÿ›  Fixes

    • ๐Ÿšš #664: Removed all references to obsolete hide_format parameter - @jonmchan.
    • ๐Ÿ’Ž #669: Fix handling of http status codes from routes - @milgner.
    • ๐Ÿ’Ž #672: Rename 'notes' to 'detail' in README - @kjleitz.
  • v0.28.0 Changes

    February 03, 2018

    ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #622: Add support for 'brackets' collection format - @korstiaan.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #631: Fix order of mounts with overrides - @adie.
    • ๐Ÿ’Ž #267: Fix mounting APIs in route_param namespaces - @milgner, @wojciechka.
    • ๐Ÿ’Ž #642: Fix examples link in readme - @iBublik.
    • 0๏ธโƒฃ #641: Exclude default success code if http_codes define one already - @anakinj.
    • 0๏ธโƒฃ #651: Apply values and default of array params to its items - @yewton.
    • ๐Ÿ’Ž #654: Allow setting the consumes for PATCH methods - @anakinj.
    • ๐Ÿ’Ž #656: Fix description field may be null - @soranoba.
  • v0.27.3 Changes

    July 11, 2017

    ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #613: Fix Proc with arity one in param values - @timothysu.

    ๐Ÿ›  Fixes

  • v0.27.2 Changes

    May 11, 2017

    ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #608: Support extensions on the root object - @thogg4.
    • ๐Ÿ’Ž #596: Use route_settings for hidden and operations extensions - @thogg4.
    • ๐Ÿ’Ž #607: Allow body parameter name to be specified - @tjwp.
  • v0.27.1 Changes

    April 28, 2017

    ๐Ÿ”‹ Features

  • v0.27.0 Changes

    March 27, 2017

    ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #583: Issue #582: document file response - @LeFnord.
    • ๐Ÿ’Ž #588: Allow extension keys in Info object - @mattyr.
    • ๐Ÿ’Ž #589: Allow overriding tag definitions in Info object - @mattyr.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #580: Issue #578: fixes duplicated path params - @LeFnord.
    • ๐Ÿ’Ž #585: Issue #584: do not mutate route.path - @LeFnord.
    • ๐Ÿ’Ž #586: Issue #587: Parameters delimited by dash cause exception - @risa.
    • ๐Ÿ’Ž #593: Clarify hidden option in readme - @thogg4.
  • v0.26.1 Changes

    February 03, 2017

    ๐Ÿ”‹ Features

    • ๐Ÿšš #567: Issue#566: removes markdown - @LeFnord.
    • ๐Ÿ’Ž #568: Adds code coverage w/ coveralls - @LeFnord.
    • ๐Ÿšš #570: Removes dead code -> increases code coverage - @LeFnord.
    • ๐Ÿ’Ž #576: Allows custom format, for params and definition properties - @LeFnord.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #562: The guard method should allow regular object methods as arguments - @tim-vandecasteele.
    • ๐Ÿ’Ž #574: Fixes #572: is_array should only be applied to success - @LeFnord.
  • v0.26.0 Changes

    January 09, 2017

    ๐Ÿ”‹ Features

    • โšก๏ธ #558: Version cascading including dependency updates (includes: LeFnord#27) - @LeFnord.
    • ๐Ÿ’Ž #535: Add support for grape version cascading - @qinix.
    • ๐Ÿ’Ž #560: Map clearly Grape desc/detail to Swagger summary/description - @frodrigo.

    ๐Ÿ›  Fixes

  • v0.25.3 Changes

    December 18, 2016

    ๐Ÿ”‹ Features

    • โšก๏ธ #554: Updates travis.yml to align with grape - @LeFnord.

    ๐Ÿ›  Fixes

    • ๐Ÿšš #546: Move development dependencies to Gemfile - @olleolleolle.
    • ๐Ÿ’Ž #547: Use entity_name event if type come from a string - @frodrigo.
    • ๐Ÿšš #548: Remove dots from operation id - @frodrigo.
    • ๐Ÿ’Ž #553: Align array params for post, put request - addition to #540 - @LeFnord.