This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed
packages/fury-adapter-oas3-parser Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 11# Fury OAS3 Parser Changelog
22
3+ ## Master
4+
5+ - Support for ` servers ` in ` Path Item Object ` and ` Operation Object `
6+
37## 0.11.0 (2020-04-20)
48
59### Enhancements
Original file line number Diff line number Diff line change 2424| tags | [ ✕] ( https://github.com/apiaryio/api-elements.js/issues/75 ) |
2525| externalDocs | [ ✕] ( https://github.com/apiaryio/api-elements.js/issues/82 ) |
2626
27+ ## Info Object
28+
29+ | title | ✓ |
30+ | description | ✓ |
31+ | termsOfService | ✓ |
32+ | contact | ✓ |
33+ | license | ✓ |
34+ | version | ✓ |
35+
36+ ## Contact Object
37+
38+ | name | ✓ |
39+ | url | ✓ |
40+ | email | ✓ |
41+
42+ ## Licence Object
43+
44+ | name | ✓ |
45+ | url | ✓ |
46+
47+ ## Server Object
48+
49+ | url | ✓ |
50+ | description | ✓ |
51+ | variables | ✓ |
52+
53+ ## Server Variable Object
54+
55+ | enum | ✓ |
56+ | default | ✓ |
57+ | description | ✓ |
58+
2759## Paths Object
2860
2961| Field Name | Support |
4476| head | [ ~ ] ( #operation-object ) |
4577| patch | [ ~ ] ( #operation-object ) |
4678| trace | [ ~ ] ( #operation-object ) |
47- | servers | [ ✕ ] ( https://github.com/apiaryio/api-elements.js/issues/76 ) |
79+ | servers | ✓ |
4880| parameters | [ ~ ] ( #parameter-object ) |
4981
5082## Operation Object
6294| callbacks | [ ✕] ( https://github.com/apiaryio/api-elements.js/issues/74 ) |
6395| deprecated | ✕ |
6496| security | ✓ |
65- | servers | [ ✕ ] ( https://github.com/apiaryio/api-elements.js/issues/76 ) |
97+ | servers | ✓ |
6698
6799## Parameter Object
68100
You can’t perform that action at this time.
0 commit comments