Releases: sievins/record-wifi-speed
Releases · sievins/record-wifi-speed
Optional argument for specifying the number of groups in the histogram
Update chart in README
- Update the chart in the README to show the title/axis labels
Chart title and axis labels
Version 2.1.0
New features
- The generated charts now have titles, e.g. "Download speed".
- The generated charts now have axis labels.
Update dependencies
- Update patch version of proxyquire
- Update patch version of lodash (this addresses a high severity vulnerability in lodash)
Test all the things
- Added tests for everything
- Updated the README
Improve README
- Updated the README to make the arguments clearer
Generate charts from your speed data
Version 2.0.0
New features
- You can can generate download/upload/ping charts from the data you've been collecting. See the README.md for more information.
Breaking changes
- The records file must now be called
records.txt
and be in JSON format. You can run the update script, on the CLI, to automatically make this change.
rws-update-v1-v2
- The
recordLocation
argument has been deprecated. UseresultsDirectory
instead. For example:- recordLocation:
C:\Users\Bob\results\wifi-speed-results.txt
becomes - resultsDirectory:
C:\Users\Bob\results
- recordLocation:
require('record-wifi-speed')
now returns an object instead of a method.
const { speedTest, generateCharts } = require('record-wifi-speed')
- The following CLI commands have changed:
record-wifi-speed
=>rws-run
package-record-wifi-speed
=>rws-package
rws-charts
is newrws-update-v1-v2
is new