New
v3.7.0 with Rails 7.2 support
What's Changed
- Destroy in reverse order to respect foreign keys by @kaspernj in https://github.com/collectiveidea/awesome_nested_set/pull/478
- Get CI passing on Rails main again by @botandrose in https://github.com/collectiveidea/awesome_nested_set/pull/482
- Teach
#move_to_child_with_indexto accept:rootas a target by @botandrose in https://github.com/collectiveidea/awesome_nested_set/pull/481 - Update helper.rb by @scottbarrow in https://github.com/collectiveidea/awesome_nested_set/pull/483
- Add Rails 7.2 support by @AhmedAliIbrahim in https://github.com/collectiveidea/awesome_nested_set/pull/484
New Contributors
- @kaspernj made their first contribution in https://github.com/collectiveidea/awesome_nested_set/pull/478
- @scottbarrow made their first contribution in https://github.com/collectiveidea/awesome_nested_set/pull/483
- @AhmedAliIbrahim made their first contribution in https://github.com/collectiveidea/awesome_nested_set/pull/484
Full Changelog: https://github.com/collectiveidea/awesome_nested_set/compare/v3.6.0...v3.7.0