Revision history for DBIx::Class::Tree

0.02001 2007-12-16
    - Remove invalid line.

0.02000 2007-10-29
    - Use Module::Install instead of Module::Build.
    - Fixed is_leaf, is_branch, and is_root.
    - Renamed set_primary_ley as set_primary_key.
    - New has_descdendant() method.
    - New repair_tree flag.
    - parent() now repairs the tree if needed/allowed.
    - Do not cascade delete via the parents() relationship.

0.01000 2006-11-06
    - Added is_leaf, is_root, and is_branch to AdjacencyList.
    - Added a validation override for set_primary_key().
    - Removed the _grouping_clause override method.
    - Created a TODO document.
    - attach_child() attach_sibling() now accept more than 
      one object to attach.
    - Added tests for Ordered.
    - Renamed Positional as Ordered.
    - Added tests for AdjacencyList.
    - Moved Positional functionality out of AdjacencyList
      and in to AdjacencyList::Positional.
    - AdjacencyList module created.
    - First version.