Closure Tree v3.9.0 Release Notes

    • ➕ Added .child_ids.
    • Removed dependent => destroy on the descendant_hierarchy and ancestor_hierarchy collections (they were a mistake).
    • 📚 Clarified documentation for creation and child associations. Because Tag.create!(:parent => ...) requires a .reload, I removed it as an example.

    All three of these improvements were suggested by Andrew Bromwich. Thanks!