Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit ef553d9

Browse files
committed
chore(project): release [email protected]
Publish: - @apielements/[email protected] - @apielements/[email protected]
1 parent 2e47835 commit ef553d9

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# API Elements: CLI Changelog
22

3+
## 0.10.4 (2021-02-23)
4+
5+
This update incorporates changes from API Element Adapters:
6+
7+
- openapi3-parser 0.16.0
8+
39
## 0.10.3 (2021-02-15)
410

511
This update incorporates changes from API Element Adapters:

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apielements/cli",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "Command line tool interface for Fury.js",
55
"author": "Apiary.io <[email protected]>",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"@apielements/apib-serializer": "^0.16.3",
2828
"@apielements/core": ">=0.1.0 <0.3.0",
2929
"@apielements/openapi2-parser": "^0.32.4",
30-
"@apielements/openapi3-parser": "^0.15.2",
30+
"@apielements/openapi3-parser": "^0.16.0",
3131
"cardinal": "^2.1.1",
3232
"commander": "^5.1.0",
3333
"js-yaml": "^3.12.0",

packages/openapi3-parser/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# API Elements: OpenAPI 3 Parser Changelog
22

3-
## TBD
3+
## 0.16.0 (2021-02-23)
44

55
### Enhancements
66

7+
- Support for OpenAPI 3.1, some features and fields are not supported (these
8+
will emit the appropriate unsupported warnings).
9+
10+
This includes support for `const` and array `type` in 'Schema Object'.
11+
712
- Support for the 'title', 'description', and 'enum' properties in 'Schema
813
Object's found within 'Parameter Object'.
914

packages/openapi3-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apielements/openapi3-parser",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "Open API Specification 3 API Elements Parser",
55
"author": "Apiary.io <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)