Skip to content

Commit

Permalink
openapi-request-validator 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Feb 1, 2019
1 parent 30d2a8f commit a07c6af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions packages/openapi-request-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.6.0 - 2019-01-31
### Fixed
- Handle missing or invalid 'Content-Type' (#326)
- openapi-jsonschema-parameters:
- openapi-types: OpenAPIV3: relax security requirement object types (#327)
- openapi-types: OpenAPIV3: relax security requirement object types (#327)

## 3.5.0 - 2019-01-11
### Fixed
- retrieving validation keywords in both root and schema attribute of a definition for all types of parameters (fixes #301)
Expand Down
16 changes: 8 additions & 8 deletions packages/openapi-request-validator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/openapi-request-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-request-validator",
"version": "3.5.0",
"version": "3.6.0",
"description": "Validate request properties against an OpenAPI spec.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"ajv": "^6.5.4",
"content-type": "^1.0.4",
"openapi-jsonschema-parameters": "1.1.0",
"openapi-types": "^1.3.1"
"openapi-jsonschema-parameters": "1.1.1",
"openapi-types": "1.3.4"
}
}

0 comments on commit a07c6af

Please sign in to comment.