feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
MIT License
225 stars 62 forks source link

Change default openApiVersion to be 3 instead of 2 #188

Closed Mairu closed 4 years ago

Mairu commented 4 years ago

The default value for the openApiVersion option is currently 2.

To promote the usage of OpenApi 3 which has more features, the default value will be changed to be 3.

If you want to stick to version 2, you will have to set the option now.