arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
170 stars 47 forks source link

Update swagger-parser to support OAS 3.0.2 #49

Closed ackintosh closed 5 years ago

ackintosh commented 5 years ago

This PR closes https://github.com/arjun-g/vs-swagger-viewer/issues/48

I've tested the updated extension locally. It looks fine. 👌

image

ackintosh commented 5 years ago

ping @arjun-g 😄

arjun-g commented 5 years ago

Thank you @ackintosh . Will be published along with the next version changes I am working on.

ackintosh commented 5 years ago

I'm looking forward to use the next version. 😌 ✨

etherealite commented 5 years ago

Love your work. I just wanted to mention that I was confused about support for the 3.0.X specification. The readme makes no mention of 3.0.X support so I assumed that there was none. I'm sure I'm not the first to have made such a mistake.

THANX!