|
3 | 3 |
|
4 | 4 | # <img src="docs/logo.svg" width=64 height=64 alt="checklist"> Requirements API
|
5 | 5 |
|
6 |
| -[](https://cowwoc.github.io/requirements.java/10.12/) |
| 6 | +[](https://cowwoc.github.io/requirements.java/11.0/) |
7 | 7 | [](docs/changelog.md)
|
8 | 8 | [](../../../requirements.js)
|
9 | 9 |
|
@@ -152,14 +152,14 @@ This library offers the following features:
|
152 | 152 | Designed for discovery using your favorite IDE's auto-complete feature.
|
153 | 153 | The main entry points are:
|
154 | 154 |
|
155 |
| -* [requireThat(value, name)](https://cowwoc.github.io/requirements.java/10.12/com.github.cowwoc.requirements.java/com/github/cowwoc/requirements10/java/DefaultJavaValidators.html#requireThat(T,java.lang.String)) |
| 155 | +* [requireThat(value, name)](https://cowwoc.github.io/requirements.java/11.0/com.github.cowwoc.requirements.java/com/github/cowwoc/requirements10/java/DefaultJavaValidators.html#requireThat(T,java.lang.String)) |
156 | 156 | for method preconditions.
|
157 |
| - * [that(value, name)](https://cowwoc.github.io/requirements.java/10.12/com.github.cowwoc.requirements.java/com/github/cowwoc/requirements10/java/DefaultJavaValidators.html#that(T,java.lang.String)) |
| 157 | + * [that(value, name)](https://cowwoc.github.io/requirements.java/11.0/com.github.cowwoc.requirements.java/com/github/cowwoc/requirements10/java/DefaultJavaValidators.html#that(T,java.lang.String)) |
158 | 158 | for [class invariants, method postconditions and private methods](docs/features.md#assertion-support).
|
159 |
| - * [checkIf(value, name)](https://cowwoc.github.io/requirements.java/10.12/com.github.cowwoc.requirements.java/com/github/cowwoc/requirements10/java/DefaultJavaValidators.html#checkIf(T,java.lang.String)) |
| 159 | + * [checkIf(value, name)](https://cowwoc.github.io/requirements.java/11.0/com.github.cowwoc.requirements.java/com/github/cowwoc/requirements10/java/DefaultJavaValidators.html#checkIf(T,java.lang.String)) |
160 | 160 | for multiple failures and customized error handling.
|
161 | 161 |
|
162 |
| -See the [API documentation](https://cowwoc.github.io/requirements.java/10.12/) for more details. |
| 162 | +See the [API documentation](https://cowwoc.github.io/requirements.java/11.0/) for more details. |
163 | 163 |
|
164 | 164 | ## Best practices
|
165 | 165 |
|
|
0 commit comments