2.7.0
Features
- Added
suppress_required_validationsoption.
This option allows you to avoid specifying required parameters in the context when you don't need to boot the app (e.g., rails assets:precompile). It's turned on automatically if the SECRET_KEY_BASE_DUMMY is set.
- Added
:integer!type for type coercion.
Fixes
-
Fix handling relative vs. absolute paths in
autoload_static_configs_path=. -
Fixed support for array values in the
exceptoption for required attributes.