Skip to content

1.1.0

Compare
Choose a tag to compare
@csnover csnover released this 13 Sep 01:29
· 278 commits to master since this release

Backwards-incompatible changes

  • The received property of progress messages has changed to loaded to match the upstream library used to download tunnels.

Enhancements

  • Sauce Connect has been updated to version 4.3. (#4)
  • HTTP proxy support for tunnel downloads has been added. (#1)
  • HTTP error reporting has been improved to show the URL and method of failed requests.

Bug fixes

  • Tunnels are no longer re-downloaded when they already exist on the filesystem. (#5)

Install from npm

cd /my/project/root
npm install digdug --save-dev

Download source