Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jeffbski/wait-on

v7.0.0

19 Dec 17:41

Choose a tag to compare

Updated dependencies:

  • minimist
  • eslint
  • minimatch
  • axios
  • mocha
  • rxjs

The update to latest mocha removed support for Node.js below 12.

v6.0.1

11 Feb 01:31

Choose a tag to compare

Updated minor dependencies to fix vulnerabilities

v6.0.0

26 Jun 23:52

Choose a tag to compare

Other than dropping support for Node.js v8 there should be no other breaking changes.

Node.js v8 was no longer supported by the yargs parser. Node.js v8 users should use v5.3.0

v5.3.0

17 Mar 20:14

Choose a tag to compare

Allow resources to be passed in via config file. Thanks @michaelmerrill for the PR.

Example config.js file with resources

module.exports = {
  resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};

v5.2.2

17 Mar 19:59

Choose a tag to compare

Updated [email protected]

Updated lodash dependency to close vulnerability

v5.2.1

26 Dec 17:58

Choose a tag to compare

Update dependencies

v5.2.0

08 Aug 23:36

Choose a tag to compare

  • expose the remaining resources in the timeout error message (thanks @jmealo)
  • update from the deprecated @hapi/joi to joi (thanks @AleF83)

v5.1.0

10 Jul 16:28

Choose a tag to compare

Add proxy option which can override the http(s) proxy which might be configured in environment variables.

  // example proxy object
  {
    host: '127.0.0.1',
    port: 9000,
    auth: {
      username: 'mikeymike',
      password: 'rapunz3l'
    }
  }

v5.0.3

08 Jul 17:35

Choose a tag to compare

v5.0.2

08 Jul 16:30

Choose a tag to compare

[email protected] update which resolved some potential lodash vulnerabilities