New
v2.0.0
What's Changed
Breaking Changes ๐จ
- Change return codes to new Responders defaults by @tagliala in https://github.com/activeadmin/inherited_resources/pull/918
Other Changes ๐
- Add frozen_string_literal magic comments by @technicalpickles in https://github.com/activeadmin/inherited_resources/pull/858
- Add RuboCop performance by @tagliala in https://github.com/activeadmin/inherited_resources/pull/884
- Update Rubocop, enable new cops, fix offenses by @tagliala in https://github.com/activeadmin/inherited_resources/pull/902
- Fix typos by @kianmeng in https://github.com/activeadmin/inherited_resources/pull/905
- Test against Ruby 3.3 by @tagliala in https://github.com/activeadmin/inherited_resources/pull/909
- Test against Rails 7.2 by @tagliala in https://github.com/activeadmin/inherited_resources/pull/921
- Add frozen string literal magic comment (potential breaking change) by @tagliala in https://github.com/activeadmin/inherited_resources/pull/933
New Contributors
- @technicalpickles made their first contribution in https://github.com/activeadmin/inherited_resources/pull/858