Skip to content

Commit a7411a6

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-03-25) ### Bug Fixes * correctly render the command name in the help text ([d2bbce7](d2bbce7)), closes [#16](#16) * **command:** Restore environment variables before calling `exec` ([c7631e5](c7631e5)) * **iteration:** Remember to try one last time before giving up ([2ed5308](2ed5308)) ### Features * adds license header to wait-for script ([975d508](975d508)) * adds support for http using wget ([ff0d29d](ff0d29d)), closes [#14](#14) * **option:** Restrict the timeout input to non-negative integers ([c4d125f](c4d125f)) * **option:** Support more conventional formats in the option parser ([ce95717](ce95717)) * **version:** trigger first release for v1.0.0 ([33f1343](33f1343)) ### 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.
1 parent 2193507 commit a7411a6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.0.0 (2021-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly render the command name in the help text ([d2bbce7](https://github.com/mrako/wait-for/commit/d2bbce787871c67cdcfe1e614b90f96e1c3217f3)), closes [#16](https://github.com/mrako/wait-for/issues/16)
7+
* **command:** Restore environment variables before calling `exec` ([c7631e5](https://github.com/mrako/wait-for/commit/c7631e52594858ff18d1ab563e111289f8f8b45e))
8+
* **iteration:** Remember to try one last time before giving up ([2ed5308](https://github.com/mrako/wait-for/commit/2ed5308e39aa9fe462fde50dc491deedd8dbad75))
9+
10+
11+
### Features
12+
13+
* adds license header to wait-for script ([975d508](https://github.com/mrako/wait-for/commit/975d508c4839631c839de553fdca3c72c3628714))
14+
* adds support for http using wget ([ff0d29d](https://github.com/mrako/wait-for/commit/ff0d29d11ecd99a8209c6dd3968fd14ab2878b5b)), closes [#14](https://github.com/mrako/wait-for/issues/14)
15+
* **option:** Restrict the timeout input to non-negative integers ([c4d125f](https://github.com/mrako/wait-for/commit/c4d125f22d34dfa589509abd0103404a7ab2a222))
16+
* **option:** Support more conventional formats in the option parser ([ce95717](https://github.com/mrako/wait-for/commit/ce95717bd98e65a447aa2f0de6ae64e52bbfbe65))
17+
* **version:** trigger first release for v1.0.0 ([33f1343](https://github.com/mrako/wait-for/commit/33f13430ff5780b87ca646058e2b9c2bfba8a8f6))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
23+
124
## [2.1.1](https://github.com/eficode/wait-for/compare/v2.1.0...v2.1.1) (2021-03-12)
225

326

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-for",
3-
"version": "2.1.1",
3+
"version": "1.0.0",
44
"scripts": {
55
"test": "./node_modules/.bin/bats wait-for.bats"
66
},

0 commit comments

Comments
 (0)