UNPKG

3.1 kBMarkdownView Raw
1
20.11.0 / 2016-02-10
3===================
4
5 * adding a method for removing cycles from a tree
6
70.10.1 / 2016-02-09
8===================
9
10 * adding ability to forcibly remove a file from the tree
11
120.10.0 / 2016-02-08
13===================
14
15 * adding to/from string methods
16
170.9.2 / 2016-02-08
18==================
19
20 * update toposort
21
220.9.1 / 2016-02-03
23==================
24
25 * adding file dependant methods
26
270.9.0 / 2016-02-03
28==================
29
30 * adding dependant methods (the companions to the dependency methods)
31
320.8.2 / 2016-01-28
33==================
34
35 * optimizing the prune method
36
370.8.1 / 2016-01-27
38==================
39
40 * improving debug output
41
420.8.0 / 2016-01-23
43==================
44
45 * removing timers, that will be moved to a build tracking object
46
470.7.1 / 2016-01-18
48==================
49
50 * do not clone stat maps, they don't really end up being useful between builds
51
520.7.0 / 2016-01-17
53==================
54
55 * adding timing utilities to file (recording) and tree (aggregating)
56
570.6.3 / 2015-12-13
58==================
59
60 * fixing debug with dep counts
61
620.6.2 / 2015-12-13
63==================
64
65 * adding comments, debug always uses relative paths
66
670.6.1 / 2015-12-07
68==================
69
70 * fixing getFiles with both topological and objects options passed
71
720.6.0 / 2015-12-05
73==================
74
75 * adding `Tree#getFiles()`
76 * removing `Tree#topologicalOrder()`
77 * adding `options` argument to `Tree#getFiles()`
78 * replacing `recursive` with `options` argument in `Tree#dependenciesOf()` and `Tree#dependantsOf()`
79 * adding `options.objects` to `Tree#getFiles()`, `Tree#getEntries()`, `Tree#dependenciesOf()` and `Tree#dependantsOf()`
80
810.5.2 / 2015-12-01
82==================
83
84 * adding method to retrieve file original type
85
860.5.1 / 2015-12-01
87==================
88
89 * do not throw if analyzing is true, it always will be during the preread phase
90
910.5.0 / 2015-12-01
92==================
93
94 * adding ability to mark a file as dirty externally
95
960.4.1 / 2015-10-29
97==================
98
99 * allowing prune to remove files not able to reach a specific list of entries
100
1010.4.0 / 2015-10-28
102==================
103
104 * adding tree.prune() to enable cleaning up orphaned files
105 * restoring concept of entries internally
106 * added cloning capability
107
1080.3.2 / 2015-10-27
109==================
110
111 * only create new file objects if needed
112
1130.3.1 / 2015-10-26
114==================
115
116 * bump file-extension
117
1180.3.0 / 2015-10-24
119==================
120
121 * added: `tree.getEntries([from])` which filters out entries unreachable from the given `from` file
122
1230.2.0 / 2015-10-22
124==================
125
126 * internal: flipping edge direction (deps now flow to entries)
127 * renamed: `tree.getSources()` to `tree.getEntries()`
128 * renamed: `tree.isSource()` to `tree.isEntry()`
129 * renamed: `file.isSource()` to `file.isEntry()`
130 * added: `tree.topologicalOrder()`
131
1320.1.1 / 2015-10-19
133==================
134
135 * updating readme and changelog
136
1370.1.0 / 2015-10-18
138==================
139
140 * added: helper methods to `File` for working with tree
141 * added: `Tree#isSource()`
142
1430.0.1 / 2015-10-18
144==================
145
146:sparkles: