Releases: jeffbski/wait-on
v3.3.0
- Added --httpTimeout option
--httpTimeout
Maximum time in ms to wait for an HTTP HEAD/GET request, default 0
which results in using the OS default
-
Upgraded dependencies: #38, thanks @matijagaspar
-
Require Node Version +8.9.0: #33
Thanks to @valscion for summarizing the release notes.
Also thanks to @perry-mitchell for mentioning that this should have been a major release bump due to dropping support for Node 6. Node 6 users should use v3.2.0. In the future, I will bump major version when Node version support changes.
v3.2.0
v3.1.0
v3.0.1
Pushed to update the Readme that is displayed for npmjs.com to mention Node.js v6+ requirement for wait-on@3. Refers node.js v4 users to [email protected] and older engines to [email protected].
v3.0.0
Update packages which results in drop of support for Node 4.
V3+ requires node 6+
Updated:
- [email protected]
- expect replaced with [email protected] (later expect doesn't support mocha, only jest)
- [email protected]
- [email protected]
- [email protected]
v2.1.2
[email protected] is last version to support Node.js v4.
Reverted recent updates which dropped support for Node v4.
updated travis CI to test with Node.js v4, 6, 8, 10, and latest
Moving these previous breaking updates to major release v3.
v2.0.1
Updated joi, requires Node.js v4+
Updated joi dependency which requires Node.js v4+, so starting with this release wait-on requires Node.js v4 or greater.
updated deps, last for Node.js v0.10 v0.12 support
Updated dependencies.
This is the last planned update with Node.js v0.10 and v0.12 support.