Broccoli v0.0.10 Release Notes

    • ๐Ÿ”„ Change to a .read-based everything-is-a-tree architecture
    • ๐ŸŽ Various performance improvements
    • ๐Ÿ”Œ Various plugin API changes
    • โž• Add MergedTree
    • ๐Ÿ”€ Broccolifile may now return an array of trees, which will be merged
    • ๐Ÿ”ฆ Expose broccoli.bowerTrees(), which will hopefully be redesigned and go away again
    • โœ‚ Remove Component base class
    • โœ‚ Remove CompilerCollection and Compiler base class; use a Transformer
    • โœ‚ Remove Tree::addTransform, Tree::addTrees, and Tree::addBower
    • ๐Ÿ— Builder::build now has a promise interface as well