Skip to content

Commit

Permalink
chore(project): release openapi3-parser@0.16.0
Browse files Browse the repository at this point in the history
Publish:

 - @apielements/cli@0.10.4
 - @apielements/openapi3-parser@0.16.0
  • Loading branch information
kylef committed Feb 23, 2021
1 parent 2e47835 commit ef553d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# API Elements: CLI Changelog

## 0.10.4 (2021-02-23)

This update incorporates changes from API Element Adapters:

- openapi3-parser 0.16.0

## 0.10.3 (2021-02-15)

This update incorporates changes from API Element Adapters:
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/cli",
"version": "0.10.3",
"version": "0.10.4",
"description": "Command line tool interface for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"@apielements/apib-serializer": "^0.16.3",
"@apielements/core": ">=0.1.0 <0.3.0",
"@apielements/openapi2-parser": "^0.32.4",
"@apielements/openapi3-parser": "^0.15.2",
"@apielements/openapi3-parser": "^0.16.0",
"cardinal": "^2.1.1",
"commander": "^5.1.0",
"js-yaml": "^3.12.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/openapi3-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# API Elements: OpenAPI 3 Parser Changelog

## TBD
## 0.16.0 (2021-02-23)

### Enhancements

- Support for OpenAPI 3.1, some features and fields are not supported (these
will emit the appropriate unsupported warnings).

This includes support for `const` and array `type` in 'Schema Object'.

- Support for the 'title', 'description', and 'enum' properties in 'Schema
Object's found within 'Parameter Object'.

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi3-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/openapi3-parser",
"version": "0.15.2",
"version": "0.16.0",
"description": "Open API Specification 3 API Elements Parser",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down

0 comments on commit ef553d9

Please sign in to comment.