UNPKG

1.82 kBMarkdownView Raw
1
20.6.0 / 2015-12-05
3==================
4
5 * adding `Tree#getFiles()`
6 * removing `Tree#topologicalOrder()`
7 * adding `options` argument to `Tree#getFiles()`
8 * replacing `recursive` with `options` argument in `Tree#dependenciesOf()` and `Tree#dependantsOf()`
9 * adding `options.objects` to `Tree#getFiles()`, `Tree#getEntries()`, `Tree#dependenciesOf()` and `Tree#dependantsOf()`
10
110.5.2 / 2015-12-01
12==================
13
14 * adding method to retrieve file original type
15
160.5.1 / 2015-12-01
17==================
18
19 * do not throw if analyzing is true, it always will be during the preread phase
20
210.5.0 / 2015-12-01
22==================
23
24 * adding ability to mark a file as dirty externally
25
260.4.1 / 2015-10-29
27==================
28
29 * allowing prune to remove files not able to reach a specific list of entries
30
310.4.0 / 2015-10-28
32==================
33
34 * adding tree.prune() to enable cleaning up orphaned files
35 * restoring concept of entries internally
36 * added cloning capability
37
380.3.2 / 2015-10-27
39==================
40
41 * only create new file objects if needed
42
430.3.1 / 2015-10-26
44==================
45
46 * bump file-extension
47
480.3.0 / 2015-10-24
49==================
50
51 * added: `tree.getEntries([from])` which filters out entries unreachable from the given `from` file
52
530.2.0 / 2015-10-22
54==================
55
56 * internal: flipping edge direction (deps now flow to entries)
57 * renamed: `tree.getSources()` to `tree.getEntries()`
58 * renamed: `tree.isSource()` to `tree.isEntry()`
59 * renamed: `file.isSource()` to `file.isEntry()`
60 * added: `tree.topologicalOrder()`
61
620.1.1 / 2015-10-19
63==================
64
65 * updating readme and changelog
66
670.1.0 / 2015-10-18
68==================
69
70 * added: helper methods to `File` for working with tree
71 * added: `Tree#isSource()`
72
730.0.1 / 2015-10-18
74==================
75
76:sparkles: