- Add
pluginInterface.needsCache
and expose asoptions.needsCache
. This adds the ability to opt-out of cache directory creation.
- Avoid extra work in
.read
-compatibility mode when input nodes have stable output paths
- Whitelist JS files in package.json
- re-release without tmp/
- Throw error immediately when inputNodes contains something other than input nodes
- Add
sourceDirectories
feature flag, which introducespluginInterface.nodeType
- Allow for calling
__broccoliGetInfo__()
without argument
- Add
persistentOutput
flag
- Initial release