- Allow
gorilla_patch
version 5.
- Drop Ruby 2.5 support.
- Add Ruby 3.1 support.
- Add coercion to
Object
. - Add coercion to
Class
. - Update development dependencies.
- Resolve new offenses from RuboCop.
- Resolve Ruby warnings.
- Increase tests coverage to 100%.
- Add
bundle-audit
CI task. - Update metadata in gemspec.
- Support Ruby 3.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Fix
Float
coercion toBigDecimal
.
- Add
BigDecimal
coercion. - Support
BigDecimal
forFloat
coercion.
- Make
Form::Outcome
constant public. Useful for re-defining#run
method in modules.
- Fix
included
in child forms. Callsuper
, and usemodule_methods
at all. - Update bundle.
- Initial version