Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed May 7, 2016
1 parent 6ba9191 commit 97221cd
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 -->
# 8.0.5 API Reference
# 8.1.0 API Reference
<!-- versionstop -->

<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />
Expand Down Expand Up @@ -35,6 +35,7 @@
- [`any.label(name)`](#anylabelname)
- [`any.raw(isRaw)`](#anyrawisraw)
- [`any.empty(schema)`](#anyemptyschema)
- [`any.error(err)`](#anyerrorerr)
- [`array`](#array)
- [`array.sparse(enabled)`](#arraysparseenabled)
- [`array.single(enabled)`](#arraysingleenabled)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ 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:/hapijs/joi/blob/v8.0.5/API.md).
See the [API Reference](https:/hapijs/joi/blob/v8.1.0/API.md).
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": "8.0.5",
"version": "8.1.0",
"homepage": "https:/hapijs/joi",
"repository": "git:/hapijs/joi",
"main": "lib/index.js",
Expand Down

0 comments on commit 97221cd

Please sign in to comment.