Gitpedia
sindresorhus

sindresorhus/wait-for-localhost

Wait for localhost to be ready

11 Releases
Latest: 2w ago
v5.0.2Latest
sindresorhussindresorhus·2w ago·May 15, 2026
GitHub

📋 Changes

  • Alternate HTTP1 and HTTP2 attempts (#21) 07f19c4
v5.0.1
sindresorhussindresorhus·8mo ago·October 2, 2025
GitHub

📋 Changes

  • Fix endless loop (#20) a079903
v5.0.0
sindresorhussindresorhus·8mo ago·September 10, 2025
GitHub

💥 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
sindresorhussindresorhus·2y ago·May 17, 2024
GitHub

📋 Changes

  • Add [`statusCodes`](https://github.com/sindresorhus/wait-for-localhost?tab=readme-ov-file#statuscodes) option (#18) bc20f2d
v4.0.1
sindresorhussindresorhus·3y ago·August 8, 2022
GitHub

📋 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
sindresorhussindresorhus·4y ago·August 15, 2021
GitHub

💥 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
sindresorhussindresorhus·5y ago·July 24, 2020
GitHub

📋 Changes

  • Add [`path`](https://github.com/sindresorhus/wait-for-localhost#path) option (#12) c591b89
v3.2.0
sindresorhussindresorhus·7y ago·April 3, 2019
GitHub

📋 Changes

  • Refactor TypeScript definition to CommonJS compatible export (#8) 03d6989
v3.1.0
sindresorhussindresorhus·7y ago·February 27, 2019
GitHub

📋 Changes

  • Add TypeScript definition (#7) f675649
v3.0.1
sindresorhussindresorhus·7y ago·February 26, 2019
GitHub

📋 Changes

  • Fix readme typos (#6) 6fad02c
v3.0.0
sindresorhussindresorhus·7y ago·January 14, 2019
GitHub

📋 Changes

  • Move the `port` argument into an options-object c6c317b
  • Add `useGet` option (#5) c6c317b