UNPKG

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