- Drop Ruby 2.6 and 2.7 support.
- Add Ruby 3.2, 3.3 and 3.4 support.
- Lock Ruby version more strict. There can be breaking changes in minor updates.
- Improve documentation.
- Update development dependencies.
- Resolve new offenses from RuboCop.
- Move development dependencies from
gemspec
intoGemfile
.
- 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