Skip to content

Commit 97221cd

Browse files
committed
8.1.0
1 parent 6ba9191 commit 97221cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

API.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- version -->
2-
# 8.0.5 API Reference
2+
# 8.1.0 API Reference
33
<!-- versionstop -->
44

55
<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />
@@ -35,6 +35,7 @@
3535
- [`any.label(name)`](#anylabelname)
3636
- [`any.raw(isRaw)`](#anyrawisraw)
3737
- [`any.empty(schema)`](#anyemptyschema)
38+
- [`any.error(err)`](#anyerrorerr)
3839
- [`array`](#array)
3940
- [`array.sparse(enabled)`](#arraysparseenabled)
4041
- [`array.single(enabled)`](#arraysingleenabled)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ When validating a schema:
9595
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.
9696

9797
# API
98-
See the [API Reference](https://github.com/hapijs/joi/blob/v8.0.5/API.md).
98+
See the [API Reference](https://github.com/hapijs/joi/blob/v8.1.0/API.md).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "joi",
33
"description": "Object schema validation",
4-
"version": "8.0.5",
4+
"version": "8.1.0",
55
"homepage": "https://github.com/hapijs/joi",
66
"repository": "git://github.com/hapijs/joi",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)