From e4b82f6d940b335d8dbeece7846507f6f6064297 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 29 Sep 2018 10:28:38 +0200 Subject: [PATCH] 13.7.0 --- API.md | 4 +++- README.md | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 794284bc7..478807fe4 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 13.6.0 API Reference +# 13.7.0 API Reference @@ -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) diff --git a/README.md b/README.md index 8e685d94b..9ebe1460d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 22d429a83..eea1c3e07 100644 --- a/package.json +++ b/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",