Skip to content

Commit

Permalink
10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed May 18, 2017
1 parent 0464639 commit 5886567
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- version -->
# 10.4.2 API Reference
# 10.5.0 API Reference
<!-- versionstop -->

<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />
Expand Down Expand Up @@ -104,6 +104,7 @@
- [`object.schema()`](#objectschema)
- [`object.requiredKeys(children)`](#objectrequiredkeyschildren)
- [`object.optionalKeys(children)`](#objectoptionalkeyschildren)
- [`object.forbiddenKeys(children)`](#objectforbiddenkeyschildren)
- [`string` - inherits from `Any`](#string---inherits-from-any)
- [`string.insensitive()`](#stringinsensitive)
- [`string.min(limit, [encoding])`](#stringminlimit-encoding)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ When validating a schema:
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.

# API
See the [API Reference](https://github.com/hapijs/joi/blob/v10.4.2/API.md).
See the [API Reference](https://github.com/hapijs/joi/blob/v10.5.0/API.md).

# Browsers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joi",
"description": "Object schema validation",
"version": "10.4.2",
"version": "10.5.0",
"homepage": "https://github.com/hapijs/joi",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
Expand Down

0 comments on commit 5886567

Please sign in to comment.