Skip to content

Commit

Permalink
13.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Sep 29, 2018
1 parent 6bbbdaf commit e4b82f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion API.md
@@ -1,5 +1,5 @@
<!-- version -->
# 13.6.0 API Reference
# 13.7.0 API Reference
<!-- versionstop -->

<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />
Expand Down Expand Up @@ -138,6 +138,8 @@
- [`string.uppercase()`](#stringuppercase)
- [`string.trim([enabled])`](#stringtrimenabled)
- [`string.isoDate()`](#stringisodate)
- [`symbol` - inherits from `Any`](#symbol---inherits-from-any)
- [`symbol.map(map)`](#symbolmapmap)
- [`alternatives` - inherits from `Any`](#alternatives---inherits-from-any)
- [`alternatives.try(schemas)`](#alternativestryschemas)
- [`alternatives.when(condition, options)`](#alternativeswhencondition-options)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Imagine you run facebook and you want visitors to sign up on the website with re
This is joi, joi allows you to create *blueprints* or *schemas* for JavaScript objects (an object that stores information) to ensure *validation* of key information.

# API
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.6.0/API.md).
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.7.0/API.md).

# Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "joi",
"description": "Object schema validation",
"version": "13.6.0",
"version": "13.7.0",
"homepage": "https://github.com/hapijs/joi",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
Expand Down

0 comments on commit e4b82f6

Please sign in to comment.