All Versions
94
Latest Version
Avg Release Cycle
52 days
Latest Release
1504 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.2.3 Changes
- โ Add
--port
,--host
, and--live-reload-port
options toserve
command
- โ Add
-
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 lowercasebrocfile.js
- ๐ Fix error reporting for string exceptions
- In addition to
-
v0.2.0 Changes
- ๐ Rename
Broccolifile.js
toBrocfile.js
- ๐ Change default port from 8000 to 4200
- ๐ Rename
-
v0.1.1 Changes
- ๐ Make
tree.cleanup
non-optional - ๐ Rename
broccoli.read
tobroccoli.makeTree
- ๐ Make
-
v0.1.0 Changes
- โฌ๏ธ Bump to indicate beta status
- โ Remove unused
helpers.walkSync
(now in node-walk-sync)
-
v0.0.13 Changes
- ๐ฆ Extract
Transformer
intobroccoli-transform
package (now "Transform
") - ๐ฆ Extract
Filter
intobroccoli-filter
package
- ๐ฆ Extract
-
v0.0.12 Changes
- ๐ In plugin (tree) API, replace
.afterBuild
with.cleanup
- ๐ Move temporary directories out of the way
- ๐ In plugin (tree) API, replace
-
v0.0.11 Changes
- ๐ฆ Extract
factory.env
into broccoli-env package - Eliminate
factory
argument to Broccolifile
- ๐ฆ Extract
-
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
andCompiler
base class; use aTransformer
- โ Remove
Tree::addTransform
,Tree::addTrees
, andTree::addBower
- ๐
Builder::build
now has a promise interface as well
- ๐ Change to a