- Support for custom UI templates (55) - endpoint index rename to openapi - fix missing enum in component schemas
2.2.2
- Fix async - Fix duplicate tags
2.2.1
- Add dependent files
2.2.0
- support APIView - Add mypy - Support for python 3.11 - Upgrade Swagger UI 4.15.5 - Upgrade Redoc UI 2.0.0
2.1.1
- [41](https://github.com/luolingchun/flask-openapi3/issues/41) Set the `requestBody required` default value to True. Thanks, Colin-b - Fix multi decorator for api - [42](https://github.com/luolingchun/flask-openapi3/issues/42) Fix required header is not found when `_` in header field. Thanks, elirud