- Fix typo with cache directory opt-out.
- Opt out of cache directory creation.
- Use heimdalljs for instrumentation and logging
- Include only necessary files in npm package
- Update fs-tree-diff, fixes "rename only file in directory" bug, and possible performance improvements.
- Upgrade to can-symlink 1.0.0
- Update output directory incrementally for better performance
- Version bump without change
- Clearer error messages
- Add debug logging
- Use broccoli-plugin base class, and add
annotation
option
- Use node-symlink-or-copy to enable possible future symlink support on Windows
- Use symlinks as a performance optimization (see symlink-change.md)
- Make file overwriting case insensitive (on all platforms)
- Copy instead of hardlinking
- Update dependencies
- Use new broccoli-writer base class
- Initial version, extracted from
broccoli.MergedTree