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 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
511This update incorporates changes from API Element Adapters:
Original file line number Diff line number Diff line change 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 <support@apiary.io>" ,
66 "license" : " MIT" ,
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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 <support@apiary.io>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments