Grape v1.0.0 Release Notes

Release Date: 2017-07-03 // almost 7 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #1594: Replace Hashie::Mash parameters with ActiveSupport::HashWithIndifferentAccess - @james2m, @dblock.
    • ๐Ÿ’Ž #1622: Add except_values validator to replace except option of values validator - @jlfaber.
    • ๐Ÿ’Ž #1635: Instrument validators with ActiveSupport::Notifications - @ktimothy.
    • ๐Ÿ’Ž #1646: Add ability to include an array of modules as helpers - @pablonahuelgomez.
    • #1623: Removed multi_json and multi_xml dependencies - @dblock.
    • ๐Ÿ’Ž #1650: Add extra specs for Boolean type field - @tiarly.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #1648: Declared now returns declared options using the class that params is set to use - @thogg4.
    • โš  #1632: Silence warnings - @thogg4.
    • 0๏ธโƒฃ #1615: Fix default and type validator when values is a Hash with no value attribute - @jlfaber.
    • ๐Ÿ’Ž #1625: Handle given correctly when nested in Array params - @rnubel, @avellable.
    • ๐Ÿ’Ž #1649: Don't share validator instances between requests - @anakinj.