Skip to content

Releases: eficode/wait-for

v2.0.0

04 Feb 06:25
Compare
Choose a tag to compare

2.0.0 (2021-02-04)

Bug Fixes

  • command: Restore environment variables before calling exec (c7631e5)

BREAKING CHANGES

  • command: HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.

v1.2.0

02 Feb 20:09
Compare
Choose a tag to compare

1.2.0 (2021-02-02)

Features

  • adds license header to wait-for script (975d508)

v1.1.0

02 Feb 06:21
Compare
Choose a tag to compare

1.1.0 (2021-02-02)

Bug Fixes

  • iteration: Remember to try one last time before giving up (2ed5308)

Features

  • option: Restrict the timeout input to non-negative integers (c4d125f)
  • option: Support more conventional formats in the option parser (ce95717)

v1.0.0

31 Jan 15:47
Compare
Choose a tag to compare

1.0.0 (2021-01-31)

Features

  • version: trigger first release for v1.0.0 (33f1343)