Broccoli v0.10.0 Release Notes

    • ๐Ÿ— Move process.exit listener out of builder into server
    • ๐Ÿ”„ Change Builder::build() method to return a { directory, graph } hash instead of only the directory, where graph contains the output directories and timings for each tree
    • ๐Ÿ Avoid keeping file streams open in server, to fix EBUSY issues on Windows