This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# API Elements: CLI Changelog
2
2
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
+
3
9
## 0.10.3 (2021-02-15)
4
10
5
11
This update incorporates changes from API Element Adapters:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apielements/cli" ,
3
- "version" : " 0.10.3 " ,
3
+ "version" : " 0.10.4 " ,
4
4
"description" : " Command line tool interface for Fury.js" ,
5
5
"author" : " Apiary.io <support@apiary.io>" ,
6
6
"license" : " MIT" ,
27
27
"@apielements/apib-serializer" : " ^0.16.3" ,
28
28
"@apielements/core" : " >=0.1.0 <0.3.0" ,
29
29
"@apielements/openapi2-parser" : " ^0.32.4" ,
30
- "@apielements/openapi3-parser" : " ^0.15.2 " ,
30
+ "@apielements/openapi3-parser" : " ^0.16.0 " ,
31
31
"cardinal" : " ^2.1.1" ,
32
32
"commander" : " ^5.1.0" ,
33
33
"js-yaml" : " ^3.12.0" ,
Original file line number Diff line number Diff line change 1
1
# API Elements: OpenAPI 3 Parser Changelog
2
2
3
- ## TBD
3
+ ## 0.16.0 (2021-02-23)
4
4
5
5
### Enhancements
6
6
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
+
7
12
- Support for the 'title', 'description', and 'enum' properties in 'Schema
8
13
Object's found within 'Parameter Object'.
9
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apielements/openapi3-parser" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.16.0 " ,
4
4
"description" : " Open API Specification 3 API Elements Parser" ,
5
5
"author" : " Apiary.io <support@apiary.io>" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments