Releases: prantlf/nettime
Releases · prantlf/nettime
v5.0.0
5.0.0 (2022-12-20)
Bug Fixes
- Replace commander with simple command-line parsing (2f140c6)
Features
- Provide native ESM export (6aa74c7)
BREAKING CHANGES
- Although the same command-line syntax is supported, replacing the parser might cause a not integhded breaking change.
- Node.js 14.8 is required. Although this package should work with Node.js 12 or even Node.js 10 still well, the declaration of exports in package.json is recognised reliably by Node.js 14.8 or newer.
v4.0.0
v3.0.1
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.