We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af583 commit e77dab3Copy full SHA for e77dab3
CHANGELOG.markdown
@@ -7,7 +7,7 @@
7
- `insertAfter` to `insertAfterNode`
8
- `getNext` to `getNextNode`
9
- `getPrev` to `getPrevNode`
10
-* #82: Fixing tree now handles case when nodes pointing non-existing parent
+* #82: Fixing tree now handles case when nodes pointing to non-existing parent
11
* The number of missing parent is now returned when using `countErrors`
12
* #79: implemented scoping feature
13
* #81: moving node now makes model dirty before saving it
@@ -17,6 +17,7 @@
17
* Default order is no longer applied for `siblings()`, `descendants()`,
18
`prevNodes`, `nextNodes`
19
* #50: implemented tree rebuilding feature
20
+* #85: added tree flattening feature
21
22
### 3.1.1
23
0 commit comments