Grape v1.0.3 Release Notes

Release Date: 2018-04-23 // about 6 years ago
  • ๐Ÿ›  Fixes

    • #1755: Fix shared params with exactly_one_of - @milgner.
    • ๐Ÿ’Ž #1740: Fix dependent parameter validation using given when parameter is a Hash - @jvortmann.
    • ๐Ÿ’Ž #1737: Fix translating error when passing symbols as params in custom validations - @mlzhuyi.
    • ๐Ÿ’Ž #1749: Allow rescue from non-StandardError exceptions - @dm1try.
    • โš  #1750: Fix a circular dependency warning due to router being loaded by API - @salasrod.
    • ๐Ÿ’Ž #1752: Fix include_missing behavior for aliased parameters - @jonasoberschweiber.
    • 0๏ธโƒฃ #1754: Allow rescue from non-StandardError exceptions to use default error handling - @jelkster.
    • ๐Ÿ’Ž #1756: Allow custom Grape exception handlers when the built-in exception handling is enabled - @soylent.