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