Skip to content

Releases: prantlf/nettime

v5.0.0

20 Dec 15:43
Compare
Choose a tag to compare

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

12 Dec 15:29
Compare
Choose a tag to compare

4.0.0 (2021-12-12)

Features

chore

BREAKING CHANGES

  • Node.js has to be upgraded to 12 or newer version.

v3.0.1

12 Dec 14:50
Compare
Choose a tag to compare

3.0.1 (2021-12-12)

Bug Fixes

  • Specifying timeout made the connection fail immediately (cad761e)

v3.0.0

19 Oct 15:14
Compare
Choose a tag to compare

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.

v2.1.4

18 Oct 18:26
Compare
Choose a tag to compare

2.1.4 (2019-10-18)

Bug Fixes

v2.1.3

18 Oct 18:25
Compare
Choose a tag to compare

2.1.3 (2019-10-18)

Bug Fixes

  • Upgrade package dependencies (c608e0a)
  • Use a global timeout handler a workaround for the idle socket setTimeout in Node.js 10+ (1a4481f)

v2.1.2

18 Oct 16:53
Compare
Choose a tag to compare

2.1.2 (2019-10-18)

Bug Fixes

  • Fix crash on Node.js 10+ caused by consuming both readable and data events (7c86d3b)
  • Upgrade npm dependencies (b3132b3)

v2.1.1

08 Jun 00:13
Compare
Choose a tag to compare

2.1.1 (2019-06-08)

Bug Fixes

  • Upgrade module dependencies (d54d700)

v2.1.0

10 Mar 14:02
Compare
Choose a tag to compare

2.1.0 (2019-03-10)

Bug Fixes

  • Upgrade package dependencies (415fe74)

Features

  • Add support for specifying connection timeout (6edb361)

v2.0.1

19 May 14:32
Compare
Choose a tag to compare

2.0.1 (2018-05-19)

Bug Fixes

  • Adapt http2 connection for Node.js 8.11.2 and Node.js 10 (1663f64)