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

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
  • 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
  • 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 of 0.0.0.0 (whole wide world) by default
  • 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 of bower to parse bower.json files