All Versions
94
Latest Version
Avg Release Cycle
52 days
Latest Release
1529 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.6.0 Changes
- ๐ Disallow returning arrays from Brocfile.js, in favor of broccoli-merge-trees plugin (sample diff)
-
v0.5.0 Changes
- โ Remove
broccoli.makeTree('foo')
in favor of string literals (just'foo'
) (sample diff) - โ Remove
broccoli.Reader
- โ Add
--version
command line option
- โ Remove
-
v0.4.3 Changes
- Correct mis-publish on npm
-
v0.4.2 Changes
- Preserve value/error on Watcher::current promise
- This version has been unpublished due to a mis-publish
-
v0.4.1 Changes
- ๐ฆ Extract
broccoli.helpers
into broccoli-kitchen-sink-helpers package
- ๐ฆ Extract
-
v0.3.1 Changes
- Report unhandled errors in the watcher
- โ Add support for
.treeDir
property on error objects - ๐ Improve watcher logic to stop double builds when build errors happen
-
v0.3.0 Changes
- 0๏ธโฃ Bind to
localhost
instead of0.0.0.0
(whole wide world) by default
- 0๏ธโฃ Bind to
-
v0.2.6 Changes
- ๐ Overwrite mis-pushed release
-
v0.2.5 Changes
- ๐จ Refactor watcher logic to use promises
- Turn the hapi server into a connect middleware
-
v0.2.4 Changes
- ๐ฆ Use smaller
bower-config
package instead ofbower
to parsebower.json
files
- ๐ฆ Use smaller