- Allow
null
value for inputEncoding and outputEncoding options
Changes
- Update
broccoli-kitchen-sink-helpers
- Update
walk-sync
Development Changes
- Update
broccoli-test-helpers
- Update
istanbul
- Update
minimatch
- update
Mocha
- Update
walk-sync
dependency.
- (Based on 1.2.0:) Fix file naming issue in caching code
- Temporarily revert to 1.1.0
- Replace with @caitp's cauliflower-filter implementation and @stefanpenner's tests
- Add
name
andannotation
options
- Bump without change
- Derive from new broccoli-plugin base class. Notably, this means that
subclasses always must call
Filter.call(this, inputTree)
in their constructors, instead of settingsthis.inputTree = inputTree
.
- Improve performance by symlinking when possible
- Improve error message when
processString
isn't overridden in subclass
- Throw on undefined
inputTree
- Update dependencies
- Do not override this.inputEncoding/this.outputEncoding if not provided
- Fix inputEncoding/outputEncoding defaults
- Add
inputEncoding
andoutputEncoding
options
- Update dependency to deal with symlinks correctly
- Copy instead of hardlinking
- Use new broccoli-writer base class
- Use broccoli-kitchen-sink-helpers instead of larger broccoli dependency
- Remove stray
console.log
O_O
- Augment error objects for better error reporting
- Update
broccoli
dependency
- Pass relativePath argument to
processFile
- Initial release