* Ensure models/dataclasses are converted to a dict, thereby preventing confusing errors when model/dataclass instances are returned without validation. * Allow validation of form encoded data, in the same way JSON encoded data is currently validated.
0.3.0
----------------
* Add the ability to hide routes from the openapi specification. This changes routes from default hidden to default visible.
0.2.0
----------------
* Support validation of Query string parameters. Via a ``validate_querystring`` decorator. * Support auto-documenting path parameters. * Only include routes in the OpenAPI that have documented information. * Split the route docstring into OpenAPI summary and description for the route. * Add documentation UI using redoc. * Allow the JS/CSS URLS for the documentation UI to be configured.