Grape v1.6.1 Release Notes
Release Date: 2021-12-28 // over 1 year ago-
๐ Features
- #2196: Add support for
passwords_hashed
param fordigest_auth
- @lHydra. - ๐ #2208: Added Rails 7 support - @ericproulx.
๐ Fixes
- ๐ #2206: Require main active_support lib before any of its extension definitions - @annih.
- ๐ #2193: Fixed the broken ruby-head NoMethodError spec - @Jack12816.
- ๐ #2192: Memoize the result of Grape::Middleware::Base#response - @Jack12816.
- ๐ #2200: Add validators module to all validators - @ericproulx.
- ๐คก #2202: Fix random mock spec error - @ericproulx.
- ๐ #2203: Add rubocop-rspec - @ericproulx.
- ๐ #2207: Autoload Validations/Validators - @ericproulx.
- ๐ #2209: Autoload Validations/Types - @ericproulx.
- #2196: Add support for