- Robert Jackson (@rwjblue)
- Robert Jackson (@rwjblue)
- #145 Swap from yarn@1 to npm (@rwjblue)
- #144 Remove unused dependency (fast-ordered-set) (@rwjblue)
- #143 Remove usage of path-posix library. (@rwjblue)
- #142 Remove blank-object dependency. (@rwjblue)
- Robert Jackson (@rwjblue)
- Edward Faulkner (@ef4)
- #128 Support
srcDir
with leading slash (@Gaurav0) - #123 Ensure
lookupDestinationPath
will handle relative path (@SparshithNR)
- #131 Add release automation. (@rwjblue)
- #130 Fix test to actually check generated files with destDir (@mmun)
- Gaurav Munjal (@Gaurav0)
- Martin Muñoz (@mmun)
- Robert Jackson (@rwjblue)
- SparshithNRai (@SparshithNR)
- Update all deps
- Removing all the fs operation. Use input/output
- Migrating to input/output facade
- [Breaking] Upgrading to latest broccoli-plugin (Breaking only because of node version drops)
- [Breaking] Modernize code: Class syntax, Async await etc.
- [Breaking] Drop Node 8, as that is EOL end of the month
- [Breaking] Drop Unsupported Node's (4, 6, 7) and add newly supported nodes (10, 12)
- Fix usage of
allowEmpty
when also usinginclude
/exclude
- Fixes issue with double dots in file names (#8) by using
fs.existSync
directly
- Drops support for
[email protected]
- Improve excludes performance by using node-walk-sync for excludes when possible (#93)
- Opt out of cache directory creation.
- [PERF] when linking roots, only remove symlinks when absolutely needed.
- bump heimdall
- include only needed files
- switch to heimdalljs-logger, allowing logs to show context within the broccoli graph
- update fs-tree-diff, fixes "rename only file in directory bug", possible performance improvements.
- update minimatch
- fix annotations
- improve performance by improving output stability
- Do not use
CoreObject
- Derive from broccoli-plugin base class
- Make
new
operator optional - Use new
.rebuild
API - Avoid mutating array arguments
No changelog beyond this point. Here be dragons.