added metadata links to pod
[dbsrgits/DBIx-Class-Tree.git] / Changes
CommitLineData
87427fdb 1
2Revision history for DBIx::Class::Tree
3
806b784d 40.03002 2010-09-23
5 - Added various docs
3c94ae56 6 - Added ordered ancesors (nebulous)
7
3d2490e1 80.03001 2010-04-25
1dfd20a4 9 - Fixed the parents (note the plural) relationship to
10 not have cascade_copy set by default
11
98277fa5 120.03000 2009-08-18
af9120b0 13 - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs
14 if there were any serious problems. (Ian Wells)
15 - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used)
16 (ribasushi)
98277fa5 17 - Increase DBIC dependency to 0.08100. (bluefeet)
18
190.02001 2007-12-16
20 - Remove invalid line.
21
220.02000 2007-10-29
23 - Use Module::Install instead of Module::Build.
24 - Fixed is_leaf, is_branch, and is_root.
25 - Renamed set_primary_ley as set_primary_key.
26 - New has_descdendant() method.
27 - New repair_tree flag.
28 - parent() now repairs the tree if needed/allowed.
29 - Do not cascade delete via the parents() relationship.
af9120b0 30
609f3762 310.01000 2006-11-06
74d97bdc 32 - Added is_leaf, is_root, and is_branch to AdjacencyList.
33 - Added a validation override for set_primary_key().
9717d3ca 34 - Removed the _grouping_clause override method.
35 - Created a TODO document.
3d2490e1 36 - attach_child() attach_sibling() now accept more than
9717d3ca 37 one object to attach.
c11aa533 38 - Added tests for Ordered.
39 - Renamed Positional as Ordered.
40 - Added tests for AdjacencyList.
57f04bd5 41 - Moved Positional functionality out of AdjacencyList
42 and in to AdjacencyList::Positional.
87427fdb 43 - AdjacencyList module created.
44 - First version.
45