Skip to content

Commit b07e5ad

Browse files
authored
Merge pull request #2 from CSNW/allerrors-version
Fix version where allErrors option was introduced
2 parents 1eaf078 + 69e89b4 commit b07e5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage-validate-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Determines whether the validator should validate requests.
8686

8787
- ### `allErrors`
8888

89-
> This option was introduced in version 5.4.0, where the default behavior of request validation was changed to stop after the first failure.
89+
> This option was introduced in version 5.3.4, where the default behavior of request validation was changed to stop after the first failure.
9090

9191
Determine's whether all validation rules should be checked and all failures reported. By default, validation stops after the first failure. This option passes through to AJV, see [AJV Options: allErrors](https://ajv.js.org/options.html#allerrors).
9292

docs/usage-validate-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Determines whether the validator should validate responses. Additionally, it acc
5454

5555
- ### `allErrors`
5656

57-
> This option was introduced in version 5.4.0, where the default behavior of response validation was changed to stop after the first failure.
57+
> This option was introduced in version 5.3.4, where the default behavior of response validation was changed to stop after the first failure.
5858
5959
Determine's whether all validation rules should be checked and all failures reported. By default, validation stops after the first failure. This option passes through to AJV, see [AJV Options: allErrors](https://ajv.js.org/options.html#allerrors).
6060

0 commit comments

Comments
 (0)