- Change
.loaderFile
option to be optional (shared loaders)
- Separate concatenated files with
'\n;'
- Make sure that module names use forward slashes on Windows as well
- Update dependencies
- Use new broccoli-writer base class
- Use broccoli-kitchen-sink-helpers instead of larger broccoli dependency
- Update dependencies
- Use
broccoli-transform
instead ofbroccoli.Transformer
- Do not require dependency-injecting broccoli
- Turn
.setWrapInEval()
intowrapInEval
option
- Expose new functional syntax
- Add
.setWrapInEval
to configure whether to wrap modules ineval
- Improve performance
- Use new promise API (no actual promises are harmed in this library)
- Initial release