|
| 1 | +# 1.0.0 (2023-01-08) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **command:** Restore environment variables before calling `exec` ([c7631e5](https://github.com/gesellix/wait-for/commit/c7631e52594858ff18d1ab563e111289f8f8b45e)) |
| 7 | +* correctly render the command name in the help text ([d2bbce7](https://github.com/gesellix/wait-for/commit/d2bbce787871c67cdcfe1e614b90f96e1c3217f3)), closes [#16](https://github.com/gesellix/wait-for/issues/16) |
| 8 | +* **http:** corrects protocol check for wget availability ([#82](https://github.com/gesellix/wait-for/issues/82)) ([570c9fb](https://github.com/gesellix/wait-for/commit/570c9fbbfd4bd3f86deee2d1159d35c2b80806a4)) |
| 9 | +* **iteration:** Remember to try one last time before giving up ([2ed5308](https://github.com/gesellix/wait-for/commit/2ed5308e39aa9fe462fde50dc491deedd8dbad75)) |
| 10 | +* **timeout:** resolve degredation which prevented setting indefinite timeout ([b45e76c](https://github.com/gesellix/wait-for/commit/b45e76cba24166e52c7e1d71fb4c0f557c05de7d)) |
| 11 | +* typo in error message for missing wget command ([db2479e](https://github.com/gesellix/wait-for/commit/db2479e4411441e8edc9188d002ee73b3d3e8e4e)) |
| 12 | +* uses timeout in nc as it is used with wget ([#42](https://github.com/gesellix/wait-for/issues/42)) ([0195167](https://github.com/gesellix/wait-for/commit/019516781dcca428cb0ee372e008e251e333f1ac)) |
| 13 | +* wget timeout does not double ([206b38d](https://github.com/gesellix/wait-for/commit/206b38d01ddf0fe76ea35efadc4ebdfb6c877895)) |
| 14 | + |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +* adds -v and --version flag to show the version (Thanks [@philipp-kunz-mimacom](https://github.com/philipp-kunz-mimacom)) ([8636f50](https://github.com/gesellix/wait-for/commit/8636f50d4a83e3e1c44fafae7c3d63f2f3d8db49)), closes [#71](https://github.com/gesellix/wait-for/issues/71) |
| 19 | +* adds license header to wait-for script ([975d508](https://github.com/gesellix/wait-for/commit/975d508c4839631c839de553fdca3c72c3628714)) |
| 20 | +* adds support for http using wget ([ff0d29d](https://github.com/gesellix/wait-for/commit/ff0d29d11ecd99a8209c6dd3968fd14ab2878b5b)), closes [#14](https://github.com/gesellix/wait-for/issues/14) |
| 21 | +* **option:** Restrict the timeout input to non-negative integers ([c4d125f](https://github.com/gesellix/wait-for/commit/c4d125f22d34dfa589509abd0103404a7ab2a222)) |
| 22 | +* **option:** Support more conventional formats in the option parser ([ce95717](https://github.com/gesellix/wait-for/commit/ce95717bd98e65a447aa2f0de6ae64e52bbfbe65)) |
| 23 | +* **version:** trigger first release for v1.0.0 ([33f1343](https://github.com/gesellix/wait-for/commit/33f13430ff5780b87ca646058e2b9c2bfba8a8f6)) |
| 24 | + |
| 25 | + |
| 26 | +### BREAKING CHANGES |
| 27 | + |
| 28 | +* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them. |
| 29 | + |
1 | 30 | ## [2.2.3](https://github.com/eficode/wait-for/compare/v2.2.2...v2.2.3) (2022-03-05)
|
2 | 31 |
|
3 | 32 |
|
|
0 commit comments