Skip to content

Releases: sitespeedio/throttle

v5.0.0

02 Jul 06:51
Compare
Choose a tag to compare

Changed

  • Dropped support for NodeJS 12 since it's unmaintaned.

Tech

  • Code cleanup using eslint-plugin-unicorn.

v4.0.3...v5.0.0

v4.0.3

29 Jun 20:44
Compare
Choose a tag to compare
  • Fixed --version so it actually shows the version again #75.

v4.0.2...v4.0.3

v4.0.2

21 Jun 06:56
Compare
Choose a tag to compare

Fixed

  • The E6 Module convertion in 4.0 broke version check ('--version') making installs failed. PR #74 is a temporaty fix for that.

v4.0.1...v4.0.2

v4.0.1

17 Jun 09:36
Compare
Choose a tag to compare

Fixed

  • Removed the dependecy of route. Using ip route instead and we already have ip as a requirement.

v4.0.0...v4.0.1

v4.0.0

14 Apr 09:11
Compare
Choose a tag to compare

Changed

  • Converting the project to ES6 module. If you run Throttle by command line it will work exactly as before except that we dropped support for NodeJS 10 #67.

Fixed

  • Updated dev dependencies to latest versions #68

v3.1.0...v4.0.0

v3.1.1

19 Apr 06:29
Compare
Choose a tag to compare
  • update minimist 5073849

v3.1.0...v3.1.1

v3.1.0

26 Dec 13:39
Compare
Choose a tag to compare
  • Add support for setting packet loss. Add --packetLoss and set the loss in percentage.

v3.0.0...v3.1.0

v3.0.0

09 Aug 19:47
Compare
Choose a tag to compare

Breaking change

  • When you run on Mac OS we changed so localhost traffic is not throttled by default. To throttle on localhost use --localhost. This makes sence if you use WebDriver to drive your browser on your local machine. And Mac OS now works the same as Linux.

v2.1.2...v3.0.0

v2.1.2

29 Jul 07:57
Compare
Choose a tag to compare
  • Fix breakage when multiple default routes are declared (#62) 20e5204

v2.1.1...v2.1.2

v2.1.1

19 Mar 21:11
Compare
Choose a tag to compare
  • Throw error if tc interface retrieval fails (#56) fede6e8
  • Another reminder that you need net-tools on Linux ee32a5b

v2.1.0...v2.1.1