forked from icydee/dbic-class-tree-nestedset
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
executable file
·39 lines (29 loc) · 1.26 KB
/
Changes
File metadata and controls
executable file
·39 lines (29 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Revision history for Perl extension DBIx::Class::Tree::NestedSet.
xxxx
- fix wrong level after take_cutting and dissolve
0.10 Thu Sep 22 15:50:00 2011
- got rid of namespace::autoclean and Moose dependencies
(both were only used for testing)
- implemented take_cutting method, which removes a subtree
from a tree
- implemented dissolve method, which disasembles a tree into single nodes.
- fixed [cpan #63346], Can't attach an independent root node
- fixed [cpan #59319], I can't add a root node!
- fixed [cpan #59020], typos in code examples
- got rid of perl-5.10 dependency - seems to work fine on 5.8 with minor
changes.
0.09 Thu Sep 22 09:40:00 2011
- Fixed several document and code bugs reported on RT
0.08 Thu Sep 22 09:02:00 2011
- added take_cutting method provided by Moritz Lenz
0.07 Mon May 31 10:15:00 2010
- fixed another unexpected dependency
0.06 Sat May 29 11:00:00 2010
- Replaced might_have relationship to root with belongs_to
0.05 Sat May 29 07:57:00 2010
- fixed another dependency in test code
0.04 Thu May 27 10:34:00 2010
- fixed dependencies issue
0.01 Wed Jan 9 19:30:30 2010
- original version; created by h2xs 1.23 with options
-AX DBIx::Class::Tree::NestedSet