The syntax for rich_enums itself is not changed as part of this release and will only support keyword syntax for now [i.e. existing rich_enums based code will continue to work without requiring any changes]. But internally when invoking ActiveRecord::Enum#enum it would use the correct syntax depending on the ActiveRecord version.
What's Changed
- Add alt_name_to_ids method for enum value to string mapping by @aldinrozario in #4
- Address rails 8 enum syntax deprecation by @harunkumars in #7
New Contributors
- @aldinrozario made their first contribution in #4
Full Changelog: v0.1.4...v0.1.5