Grape v0.19.2 Release Notes

  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #1555: Added code coverage w/Coveralls - @dblock.
    • ๐Ÿ’Ž #1568: Add proc option to values validator to allow custom checks - @jlfaber.
    • ๐Ÿ’Ž #1575: Include nil values for missing nested params in declared - @thogg4.
    • ๐Ÿ’Ž #1585: Bugs in declared method - make sure correct options var is used and respect include missing for non children params - @thogg4.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #1570: Make versioner consider the mount destination path - @namusyaka.
    • ๐Ÿ’Ž #1579: Fix delete status with a return value - @eproulx-petalmd.
    • ๐Ÿ’Ž #1559: You can once again pass nil to optional attributes with values validation set - @ghiculescu.
    • ๐Ÿ’Ž #1562: Fix rainbow gem installation failure above ruby 2.3.3 on travis-ci - @brucehsu.
    • ๐ŸŽ #1561: Fix performance issue introduced by duplicated calls in StackableValue#[] - @brucehsu.
    • ๐Ÿ’Ž #1564: Fix declared params bug with nested namespaces - @bmarini.
    • ๐Ÿ’Ž #1567: Fix values validator when value is empty array and apply except to input array - @jlfaber.
    • โฌ†๏ธ #1569, #1511: Upgrade mustermann-grape to 1.0.0 - @namusyaka.
    • 0๏ธโƒฃ #1589: #726: Use default_format when Content-type is missing and respond with 406 when Content-type is invalid - @inclooder.