1 | # master
|
2 |
|
3 | # 4.2.0
|
4 |
|
5 | * Use new public location for volta-cli/action
|
6 | * switch to GH actions
|
7 | * bump all dependencies
|
8 |
|
9 | # 4.1.0
|
10 |
|
11 | * [Enhancement] add `destDir`
|
12 |
|
13 | # 4.0.0
|
14 |
|
15 | * [Breaking] Require Node 10 or >= 12
|
16 | * Use Class Syntax
|
17 | * Upgrade dependencies
|
18 |
|
19 | # 3.0.0
|
20 |
|
21 | * Upgrade to node-merge-trees ^2.0.0; this reduces code complexity and fixes an
|
22 | obscure bug
|
23 |
|
24 | * Bump minimum Node version to 6.0.0
|
25 |
|
26 | # 2.0.0
|
27 |
|
28 | * Require Node >= 4
|
29 |
|
30 | # 1.2.4
|
31 |
|
32 | * Revert to version 1.2.1 to restore Node 0.10 compatibility
|
33 |
|
34 | # 1.2.3
|
35 |
|
36 | * Bump merge-trees dependency for Node 4 compatibility
|
37 |
|
38 | # 1.2.2
|
39 |
|
40 | * Extract logic into node-merge-trees package
|
41 |
|
42 | # 1.2.1
|
43 |
|
44 | * Fix typo with cache directory opt-out.
|
45 |
|
46 | # 1.2.0
|
47 |
|
48 | * Opt out of cache directory creation.
|
49 |
|
50 | # 1.1.4
|
51 |
|
52 | * Use heimdalljs for instrumentation and logging
|
53 |
|
54 | # 1.1.3
|
55 |
|
56 | * Include only necessary files in npm package
|
57 |
|
58 | # 1.1.2
|
59 |
|
60 | * Update fs-tree-diff, fixes "rename only file in directory" bug, and possible performance improvements.
|
61 |
|
62 | # 1.1.1
|
63 |
|
64 | * Upgrade to can-symlink 1.0.0
|
65 |
|
66 | # 1.1.0
|
67 |
|
68 | * Update output directory incrementally for better performance
|
69 |
|
70 | # 1.0.0
|
71 |
|
72 | * Version bump without change
|
73 |
|
74 | # 0.2.4
|
75 |
|
76 | * Clearer error messages
|
77 |
|
78 | # 0.2.3
|
79 |
|
80 | * Add debug logging
|
81 |
|
82 | # 0.2.2
|
83 |
|
84 | * Use broccoli-plugin base class, and add `annotation` option
|
85 |
|
86 | # 0.2.1
|
87 |
|
88 | * Use node-symlink-or-copy to enable possible future symlink support on Windows
|
89 |
|
90 | # 0.2.0
|
91 |
|
92 | * Use symlinks as a performance optimization (see
|
93 | [symlink-change.md](https://github.com/broccolijs/broccoli/blob/master/docs/symlink-change.md))
|
94 |
|
95 | # 0.1.4
|
96 |
|
97 | * Make file overwriting case insensitive (on all platforms)
|
98 |
|
99 | # 0.1.3
|
100 |
|
101 | * Copy instead of hardlinking
|
102 |
|
103 | # 0.1.2
|
104 |
|
105 | * Update dependencies
|
106 |
|
107 | # 0.1.1
|
108 |
|
109 | * Use new broccoli-writer base class
|
110 |
|
111 | # 0.1.0
|
112 |
|
113 | * Initial version, extracted from `broccoli.MergedTree`
|