1
1
[ ![ npm version] ( https://badge.fury.io/js/%40cowwoc%2Frequirements.svg )] ( https://badge.fury.io/js/%40cowwoc%2Frequirements )
2
2
[ ![ build-status] ( https://github.com/cowwoc/requirements.js/workflows/Build/badge.svg )] ( https://github.com/cowwoc/requirements.js/actions?query=workflow%3ABuild )
3
3
4
- # <img src =" https://raw.githubusercontent.com/cowwoc/requirements.js/release-4.0.4 /docs/checklist.svg?sanitize=true " width =64 height =64 alt =" checklist " > Requirements API
4
+ # <img src =" https://raw.githubusercontent.com/cowwoc/requirements.js/release-4.0.5 /docs/checklist.svg?sanitize=true " 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.js/4.0.4 /docs/api/ )
6
+ [ ![ API] ( https://img.shields.io/badge/api_docs-5B45D5.svg )] ( https://cowwoc.github.io/requirements.js/4.0.5 /docs/api/ )
7
7
[ ![ Changelog] ( https://img.shields.io/badge/changelog-A345D5.svg )] ( docs/Changelog.md )
8
8
[ ![ java] ( https://img.shields.io/badge/other%20languages-java-457FD5.svg )] ( ../../../requirements.java )
9
9
@@ -18,13 +18,13 @@ A [fluent API](https://en.m.wikipedia.org/docs/Fluent_interface) for enforcing
18
18
To get started, add this dependency:
19
19
20
20
``` shell
21
- npm install --save @cowwoc/
[email protected] .
4
21
+ npm install --save @cowwoc/
[email protected] .
5
22
22
```
23
23
24
24
or [ pnpm] ( https://pnpm.io/ ) :
25
25
26
26
``` shell
27
- pnpm add @cowwoc/
[email protected] .
4
27
+ pnpm add @cowwoc/
[email protected] .
5
28
28
```
29
29
30
30
## Usage Example
@@ -146,11 +146,11 @@ This library offers the following features:
146
146
Designed for discovery using your favorite IDE's auto-complete feature.
147
147
The main entry points are:
148
148
149
- * [ requireThat(value, name)] ( https://cowwoc.github.io/requirements.js/4.0.4 /docs/api/module-DefaultRequirements.html#~requireThat )
149
+ * [ requireThat(value, name)] ( https://cowwoc.github.io/requirements.js/4.0.5 /docs/api/module-DefaultRequirements.html#~requireThat )
150
150
for method preconditions.
151
- * [ assertThat(value, name)] ( https://cowwoc.github.io/requirements.js/4.0.4 /docs/api/module-DefaultRequirements.html#~assertThat )
151
+ * [ assertThat(value, name)] ( https://cowwoc.github.io/requirements.js/4.0.5 /docs/api/module-DefaultRequirements.html#~assertThat )
152
152
for [ class invariants, method postconditions and private methods] ( docs/Features.md#assertion-support ) .
153
- * [ checkIf(value, name)] ( https://cowwoc.github.io/requirements.js/4.0.4 /docs/api/module-DefaultRequirements.html#~checkIf )
153
+ * [ checkIf(value, name)] ( https://cowwoc.github.io/requirements.js/4.0.5 /docs/api/module-DefaultRequirements.html#~checkIf )
154
154
for multiple failures and customized error handling.
155
155
156
156
See the [ API documentation] ( https://cowwoc.github.io/requirements.java/10.0/docs/api/ ) for more details.
0 commit comments