Skip to content

v3.0.0

Choose a tag to compare

@prantlf prantlf released this 19 Oct 15:14
· 21 commits to master since this release

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.