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