Skip to content

Releases: theintern/digdug

1.3.2

24 Sep 06:34
Compare
Choose a tag to compare

Other changes

  • The Dojo dependency has been updated to alpha.6.

Install from npm

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

Download source

1.3.1

22 May 03:30
Compare
Choose a tag to compare

Bug fixes

  • The TestingBot tunnel has been fixed to wait until the tunnel is fully established on Node 0.12 and later. (3e6ed47)

Install from npm

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

Download source

1.3.0

23 Apr 01:21
Compare
Choose a tag to compare

Enhancements

  • Tunnel creation can now be cancelled by calling cancel on the Promise returned by Tunnel#start. (a436a75)

Bug fixes

  • The Sauce Labs tunnel has been fixed to wait until the tunnel is fully established on Node 0.12 and later. (8ba5dae)

Install from npm

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

Download source

1.2.1

05 Dec 22:22
Compare
Choose a tag to compare

Bug fixes


Install from npm

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

Download source

1.2.0

05 Dec 00:03
Compare
Choose a tag to compare

Enhancements

  • Added support for --pidfile with Sauce Connect. (#12)
  • Added support for --tunnel-domains with Sauce Connect. (#7)

Bug fixes

  • Tunnel download promises are no longer prematurely resolved when using a very high speed connection. (theintern/intern#299)

Install from npm

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

Download source

1.1.0

13 Sep 01:29
Compare
Choose a tag to compare

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

1.0.0

29 Jun 20:05
Compare
Choose a tag to compare

Release overview

  • Initial release

Install from npm

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

Download source