Releases: sitespeedio/throttle
Releases · sitespeedio/throttle
v5.0.1
v5.0.0
Changed
- Dropped support for NodeJS 12 since it's unmaintaned.
Tech
- Code cleanup using eslint-plugin-unicorn.
v4.0.3
- Fixed
--version
so it actually shows the version again #75.
v4.0.2
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
Fixed
- Removed the dependecy of route. Using
ip route
instead and we already haveip
as a requirement.
v4.0.0
v3.1.1
- update minimist 5073849
v3.1.0
- Add support for setting packet loss. Add
--packetLoss
and set the loss in percentage.
v3.0.0
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.