[0.7.1] - 2022-07-27
Added
- Add support for
PATCH
methods. PR#422 - Add support for header parameters through the newly introduced
Apiv2Header
derive macro. PR#413 - Add support for RapiDoc UI. PR#420
- Add example support for derived
Apiv2Schema
. PR#421 - Add ability to not generate documentation for some operations through the skip attribute on api_v2_schema macro. PR#423
- Add support for deprecated operations. PR#424