luolingchun / flask-openapi3

Generate REST API and OpenAPI documentation for your Flask project.
https://luolingchun.github.io/flask-openapi3/
MIT License
184 stars 28 forks source link

Release v4.0 #152

Open luolingchun opened 4 months ago

luolingchun commented 4 months ago

About the changes in the v4.0 version:

Some break changes:

luolingchun commented 3 months ago

v4.0.0rc2 has been released.

devssauro commented 2 months ago

One cool feature that could be added is the possibility to get the openapi spec file not just in JSON, but also in YAML.

luolingchun commented 2 months ago

@devssauro You can use flask openapi -f yaml get spec file in YAML.

More information about the command flask openapi.

Of course, if you cannot meet your needs, you can leave your thoughts behind.

luolingchun commented 2 weeks ago

v4.0.0rc3 has been released.