- Drop Ruby 3.0 and 3.1 support.
- Add Ruby 4.0 support.
- Update runtime dependencies.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Improve CI config.
- 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
gemspecintoGemfile.
- Allow
gorilla_patchversion 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-auditCI task. - Update metadata in gemspec.
- Support Ruby 3.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Fix
Floatcoercion toBigDecimal.
- Add
BigDecimalcoercion. - Support
BigDecimalforFloatcoercion.
- Make
Form::Outcomeconstant public. Useful for re-defining#runmethod in modules.
- Fix
includedin child forms. Callsuper, and usemodule_methodsat all. - Update bundle.
- Initial version