Ancestry v1.1.0 Release Notes

Release Date: 2009-10-22 // over 14 years ago
    • Depth caching (and cache rebuilding)
    • Depth method for nodes
    • Named scopes for selecting by depth
    • Relative depth options for tree navigation methods:
      • ancestors
      • path
      • descendants
      • descendant_ids
      • subtree
      • subtree_ids
    • ⚡️ Updated README
    • 🔌 Easy migration from existing plugins/gems
    • acts_as_tree checks unknown options
    • acts_as_tree checks that options are hash
    • ➕ Added a bang (!) to the integrity functions
      • Since these functions should only be used from ./script/console and not from your application, this change is not considered as breaking backwards compatibility and the major version wasn't bumped.
    • 📚 Updated install script to point to documentation
    • ✂ Removed rails specific init
    • ✂ Removed uninstall script