Reform v2.2.0 Release Notes

Release Date: 2016-06-20 // almost 8 years ago
    • โœ‚ Remove reform/rails. This is now handled via the reform-rails gem which you have to bundle.
    • ๐Ÿ—„ For coercion, we now use dry-types as a replacement for the deprecated virtus. You have to change to dry-types' constants, e.g. type: Types::Form::Bool.
    • ๐Ÿ‘‰ Use disposable 0.3.0. This gives us the long-awaited nilify: true option.
    # TODO: fix Module and coercion Types::*