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

Changelog History
Page 9

  • v0.2.3 Changes

    • โž• Add --port, --host, and --live-reload-port options to serve command
  • v0.2.2 Changes

    • โšก๏ธ Update hapi dependency to avoid file handle leaks, causing EMFILE errors
  • v0.2.1 Changes

    • In addition to Brocfile.js, accept lowercase brocfile.js
    • ๐Ÿ›  Fix error reporting for string exceptions
  • v0.2.0 Changes

    • ๐Ÿ“‡ Rename Broccolifile.js to Brocfile.js
    • ๐Ÿ”„ Change default port from 8000 to 4200
  • v0.1.1 Changes

    • ๐Ÿ‘‰ Make tree.cleanup non-optional
    • ๐Ÿ“‡ Rename broccoli.read to broccoli.makeTree
  • v0.1.0 Changes

    • โฌ†๏ธ Bump to indicate beta status
    • โœ‚ Remove unused helpers.walkSync (now in node-walk-sync)
  • v0.0.13 Changes

    • ๐Ÿ“ฆ Extract Transformer into broccoli-transform package (now "Transform")
    • ๐Ÿ“ฆ Extract Filter into broccoli-filter package
  • v0.0.12 Changes

    • ๐Ÿ”Œ In plugin (tree) API, replace .afterBuild with .cleanup
    • ๐Ÿšš Move temporary directories out of the way
  • v0.0.11 Changes

    • ๐Ÿ“ฆ Extract factory.env into broccoli-env package
    • Eliminate factory argument to Broccolifile
  • v0.0.10 Changes

    • ๐Ÿ”„ 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