Grape v0.19.0 Release Notes

Release Date: 2016-12-18 // over 7 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #1503: Allowed use of regexp validator with arrays - @akoltun.
    • ๐Ÿ’Ž #1507: Added group attributes for parameter definitions - @304.
    • 0๏ธโƒฃ #1532: Set 204 as default status for DELETE - @LeFnord.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #1505: Run before and after callbacks, but skip the rest when handling OPTIONS - @jlfaber.
    • ๐Ÿ’Ž #1517, #1089: Fix: priority of ANY routes - @namusyaka, @wagenet.
    • ๐Ÿ’Ž #1512: Fix: deeply nested parameters are included within #declared(params) - @krbs.
    • ๐Ÿ’Ž #1510: Fix: inconsistent validation for multiple parameters - @dgasper.
    • โš  #1526: Reduced warnings caused by instance variables not initialized - @cpetschnig.