Grape v1.0.2 Release Notes

Release Date: 2018-01-10 // over 6 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #1686: Avoid coercion of a value if it is valid - @timothysu.
    • ๐Ÿšš #1688: Removes yard docs - @ramkumar-kr.
    • ๐Ÿ’Ž #1702: Added danger-toc, verify correct TOC in README - @dblock.
    • ๐Ÿ“œ #1711: Automatically coerce arrays and sets of types that implement a parse method - @dslh.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #1710: Fix wrong transformation of empty Array in declared params - @pablonahuelgomez.
    • ๐Ÿ’Ž #1722: Fix catch-all hiding multiple versions of an endpoint after the first definition - @zherr.
    • ๐Ÿ’Ž #1724: Optional nested array validation - @ericproulx.
    • ๐Ÿ“š #1725: Fix rescue_from :all documentation - @Jelkster.
    • ๐ŸŽ #1726: Improved startup performance during API method generation - @jkowens.
    • ๐Ÿ’Ž #1727: Fix infinite loop when mounting endpoint with same superclass - @jkowens.