UNPKG

694 BMarkdownView Raw
1
20.3.0 / 2015-10-24
3==================
4
5 * added: `tree.getEntries([from])` which filters out entries unreachable from the given `from` file
6
70.2.0 / 2015-10-22
8==================
9
10 * internal: flipping edge direction (deps now flow to entries)
11 * renamed: `tree.getSources()` to `tree.getEntries()`
12 * renamed: `tree.isSource()` to `tree.isEntry()`
13 * renamed: `file.isSource()` to `file.isEntry()`
14 * added: `tree.topologicalOrder()`
15
160.1.1 / 2015-10-19
17==================
18
19 * updating readme and changelog
20
210.1.0 / 2015-10-18
22==================
23
24 * added: helper methods to `File` for working with tree
25 * added: `Tree#isSource()`
26
270.0.1 / 2015-10-18
28==================
29
30:sparkles: