UNPKG

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