Skip to content

Releases: mattdesl/budo

v5.0.0

25 Sep 14:07
Compare
Choose a tag to compare

🎉

Various breaking changes, such as -- being required before browserify arguments, --host defaulting to your internal IP, --live-plugin removed.

See here for the full list:
https://github.com/mattdesl/budo/blob/master/CHANGELOG.md

4.0.0 Stable

26 Apr 16:09
Compare
Choose a tag to compare
  • uses watchify as a direct dependency; this cleans up some issues with npm-resolve-which on various platforms/environments
  • changed the "Server started at..." message slightly to support opnr -- but with the latest version of garnish the printed message should not look any different

3.0 stable

13 Apr 15:24
Compare
Choose a tag to compare

Changes at a glance:

  • uses watchify programatically. This means the budo API supports objects in transform and plugin options.
  • suspends server response until bundle is finished, so you can open the page as soon as server is connected and you won't be served empty/stale bundles
  • now watch() only listens for HTML/CSS changes
  • --outfile and -o have been removed; budo no longer does any file IO
  • budo index.js will now serve index.js -- if your <script> points to bundle.js, use budo index.js:bundle.js
  • no more temp dir stuff
  • added on('update') to listen to bundle changes
  • simplified the ev parameter passed to on('connect')
  • --verbose emits ndjson now
  • --delay (watchify debounce) defaults to 0, can be changed via option