- Use new public location for volta-cli/action
- switch to GH actions
- bump all dependencies
- [Enhancement] add
destDir
- [Breaking] Require Node 10 or >= 12
- Use Class Syntax
- Upgrade dependencies
-
Upgrade to node-merge-trees ^2.0.0; this reduces code complexity and fixes an obscure bug
-
Bump minimum Node version to 6.0.0
- Require Node >= 4
- Revert to version 1.2.1 to restore Node 0.10 compatibility
- Bump merge-trees dependency for Node 4 compatibility
- Extract logic into node-merge-trees package
- 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