All Versions
94
Latest Version
Avg Release Cycle
52 days
Latest Release
1060 days ago

Changelog History
Page 7

  • v0.12.2 Changes

    • ๐Ÿ›  Fix directory handling in server on Windows
  • v0.12.1 Changes

    • ๐Ÿ‘‰ Show directory listing with broccoli serve when there is no index.html
  • v0.12.0 Changes

    • โž• Add willReadStringTree callback argument to Builder::build and retire Builder::treesRead
    • โšก๏ธ Update Watcher and Builder interaction to prevent double builds.
    • Avoid unhandled rejected promise
    • ๐Ÿ›  Fix trailing slash handling in server on Windows
  • v0.11.0 Changes

    • ๐Ÿ”„ Change Watcher's change event to provide the full build results (instead of just the directory).
    • โž• Add slow tree logging to broccoli serve output.
    • โž• Add logo
  • v0.10.0 Changes

    • ๐Ÿ— 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
  • v0.9.0 Changes

    • Brocfile.js now exports a tree, not a function (sample diff)
  • v0.8.0 Changes

    • ๐Ÿ”Œ Extract bowerTrees into broccoli-bower plugin (sample diff)
  • v0.7.2 Changes

    • โšก๏ธ Update dependencies
  • v0.7.1 Changes

    • Do not use hardlinks in bower implementation
  • v0.7.0 Changes

    • โœ‚ Remove broccoli.MergedTree; it has been extracted into broccoli-merge-trees (sample diff)