sindresorhus/wait-for-localhost
Wait for localhost to be ready
11 Releases
Latest: 2w ago
v5.0.2Latest
📋 Changes
- Alternate HTTP1 and HTTP2 attempts (#21) 07f19c4
v5.0.1
📋 Changes
- Fix endless loop (#20) a079903
v5.0.0
💥 Breaking
- Require Node.js 20 bcce26d
📦 Improvements
- Add `AbortSignal` support for timeout functionality 8ca42cb
- Add HTTP/2 support 58b0e6b
- ---
- https://github.com/sindresorhus/wait-for-localhost/compare/v4.1.0...v5.0.0
v4.1.0
📋 Changes
- Add [`statusCodes`](https://github.com/sindresorhus/wait-for-localhost?tab=readme-ov-file#statuscodes) option (#18) bc20f2d
v4.0.1
📋 Changes
- Fix compatibility with Node.js 17 (#16) dd27622
- It now returns the IP version that was used.
- [More info](https://github.com/sindresorhus/wait-for-localhost/pull/16)
v4.0.0
💥 Breaking
- Require Node.js 12.20 71a46c1
- This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
- https://github.com/sindresorhus/wait-for-localhost/compare/v3.3.0...v4.0.0
v3.3.0
📋 Changes
- Add [`path`](https://github.com/sindresorhus/wait-for-localhost#path) option (#12) c591b89
v3.2.0
📋 Changes
- Refactor TypeScript definition to CommonJS compatible export (#8) 03d6989
v3.1.0
📋 Changes
- Add TypeScript definition (#7) f675649
v3.0.1
📋 Changes
- Fix readme typos (#6) 6fad02c
v3.0.0
📋 Changes
- Move the `port` argument into an options-object c6c317b
- Add `useGet` option (#5) c6c317b