Skip to content

Releases: jeffbski/wait-on

v3.1.0

04 Oct 00:51
Compare
Choose a tag to compare

Now supports promises thanks to @gyszalai

v3.0.1

02 Sep 20:56
Compare
Choose a tag to compare

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 wait-on@2.1.2 and older engines to wait-on@1.5.4.

v3.0.0

02 Sep 16:45
Compare
Choose a tag to compare

Update packages which results in drop of support for Node 4.

V3+ requires node 6+

Updated:

  • mocha@5.2.0
  • expect replaced with expect-legacy@1.20.2 (later expect doesn't support mocha, only jest)
  • core-js@2.5.7
  • joi@13.0.0
  • request@2.88.0

v2.1.2

02 Sep 16:26
Compare
Choose a tag to compare

wait-on@2.1.2 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

16 Nov 00:23
Compare
Choose a tag to compare

Minor readme update. Basically the same as v2.0.0

Updated joi, requires Node.js v4+

09 Nov 21:04
Compare
Choose a tag to compare

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

09 Nov 21:03
Compare
Choose a tag to compare

Updated dependencies.

This is the last planned update with Node.js v0.10 and v0.12 support.