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