- [26](https://github.com/luolingchun/flask-openapi3/issues/26) Fixed: Body throws exception when receiving str instead of dict. Thanks, nor3th
- [23](https://github.com/luolingchun/flask-openapi3/pull/23) Fixed externalDocs support. Thanks, dvaerum
- [28](https://github.com/luolingchun/flask-openapi3/pull/28) Fixed to enable `__root__` property when validation responses. Thanks, dvaerum
- [17](https://github.com/luolingchun/flask-openapi3/issues/17) Support for Nested APIBlueprint enhancement. Thanks, dvaerum
- [29](https://github.com/luolingchun/flask-openapi3/pull/29) Support disable warnings. Thanks, dvaerum
- Support for empty response body. Thanks, dvaerum
- Support reload authorizations in Swagger UI
- Add `flask openapi` command
- Add options in view functions
- Upgrade flask to v2.x
Breaking Changes
- Remove export markdown to `flask openapi` command
- Configuration `VALIDATE_RESPONSE` rename to `FLASK_OPENAPI_VALIDATE_RESPONSE`