- #218 Initialize processor in
build
, prevent reusing same strategy (@brendenpalmer)
- #209 [docs] removes prototype examples and uses classes instead (@gabrielcsapo)
- Brenden Palmer (@brendenpalmer)
- Gabriel Csapo (@gabrielcsapo)
- Robert Jackson (@rwjblue)
- #207 getDestFilePath: handle non-existent (deleted/moved) files (@jamescdavis)
- James C. Davis (@jamescdavis)
- #205 Handle case where there's a cached dependencies object, but no dependencies. (@chriseppstein)
- #204 Remove deprecated
mkdirp
dependency (@jrjohnson)
- #198 Downgrade to @types/node v10 so that it matches this project's stated… (@chriseppstein)
- Chris Eppstein (@chriseppstein)
- Jonathan Johnson (@jrjohnson)
- Separate typescript source files into their own directory to fix a typescript issue
- add tests to verify the file property on errors is correct
- mark some options as optional
- dependency tracking now uses fs-merger
- port to typescript and associated cleanup
- drop Node 8 & 6
- Normalize all paths used in dependency tracking
- add optional enhanced dependency tracking
- skip applyPatches phase, if no patches exist
- Bump hash-for-dep fixing emberjs/ember.js#17678 (#161)
- no longer write to own symlinks created
- add heimdall node specifically for handling files
- [BUGFIX] FORCE_PERSISTENCE_IN_CI should not override persist option (#149)
- disable cache in CI
- drop old node support
- modernize codebase
- upgrade dpes
- use node's own crypto library
- instrument walkSync times
- Add some info level logging (build summaries)
- improve logging, add some information at INFO level and not only DEBUG
- reduce package size with explicit
files
inpackage.json
- switch to heimdalljs-logger, allowing logs to show context within the broccoli graph
- update walk-sync, now correctly sorts directories
- update fs-tree, fixes the "rename only file in directory bug", possible performance improvements
- travis now tests against all versions of node that ember-cli supports
- remove leftover debugger
- add jshint to tests
- [logging] remove selfTime from counters
- improve debug logging, less verbose by default, but more verbose with opt-in DEBUG_VERBOSE=true
- revert FSTreeDiff update
- upgrade FSTreeDiff
- #50 Add ability to return an object (must be
JSON.stringify
able) fromprocessString
. - #50 Add
postProcess
hook that is called afterprocessString
(both when cached and not cached).
- Forked from broccoli-filter