3
3
4
4
# <img src =" docs/checklist.svg " width =64 height =64 alt =" checklist " > Requirements API
5
5
6
- [ ![ API] ( https://img.shields.io/badge/api_docs-5B45D5.svg )] ( https://cowwoc.github.io/requirements.java/10.3 /docs/api/ )
6
+ [ ![ API] ( https://img.shields.io/badge/api_docs-5B45D5.svg )] ( https://cowwoc.github.io/requirements.java/10.4 /docs/api/ )
7
7
[ ![ Changelog] ( https://img.shields.io/badge/changelog-A345D5.svg )] ( docs/changelog.md )
8
8
[ ![ javascript, typescript] ( https://img.shields.io/badge/other%20languages-javascript,%20typescript-457FD5.svg )] ( ../../../requirements.js )
9
9
@@ -22,7 +22,7 @@ To get started, add this Maven dependency:
22
22
<dependency >
23
23
<groupId >com.github.cowwoc.requirements</groupId >
24
24
<artifactId >java</artifactId >
25
- <version >10.3 </version >
25
+ <version >10.4 </version >
26
26
</dependency >
27
27
```
28
28
@@ -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.3 /docs/api/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/10.4 /docs/api/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.3 /docs/api/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/10.4 /docs/api/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.3 /docs/api/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/10.4 /docs/api/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.3 /docs/api/ ) for more details.
162
+ See the [ API documentation] ( https://cowwoc.github.io/requirements.java/10.4 /docs/api/ ) for more details.
163
163
164
164
## Best practices
165
165
0 commit comments