6f5944a715ea6b6bd7ddb282bc4b2919975cb7e0
[dbsrgits/DBIx-Class-Tree.git] / Changes
1
2 Revision history for DBIx::Class::Tree
3
4 0.03000 2009-08-18
5     - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs
6       if there were any serious problems. (Ian Wells)
7     - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used)
8       (ribasushi)
9     - Increase DBIC dependency to 0.08100. (bluefeet)
10
11 0.02001 2007-12-16
12     - Remove invalid line.
13
14 0.02000 2007-10-29
15     - Use Module::Install instead of Module::Build.
16     - Fixed is_leaf, is_branch, and is_root.
17     - Renamed set_primary_ley as set_primary_key.
18     - New has_descdendant() method.
19     - New repair_tree flag.
20     - parent() now repairs the tree if needed/allowed.
21     - Do not cascade delete via the parents() relationship.
22
23 0.01000 2006-11-06
24     - Added is_leaf, is_root, and is_branch to AdjacencyList.
25     - Added a validation override for set_primary_key().
26     - Removed the _grouping_clause override method.
27     - Created a TODO document.
28     - attach_child() attach_sibling() now accept more than 
29       one object to attach.
30     - Added tests for Ordered.
31     - Renamed Positional as Ordered.
32     - Added tests for AdjacencyList.
33     - Moved Positional functionality out of AdjacencyList
34       and in to AdjacencyList::Positional.
35     - AdjacencyList module created.
36     - First version.
37