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