Grape v1.6.2 Release Notes
Release Date: 2021-12-30 // 6 months agoPrevious changes from v1.6.1
-
🔋 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