v3.0.0
3.0.0 (2019-10-19)
Features
- Add formatting the console output as a raw JSON (format "raw") (f2f88f8)
- Allow making multiple requests and returning their average timings (112d581)
BREAKING CHANGES
- The source code was refactored to depend on some features available first in Node.js 8. Asynchronous async/await keywords, for example.