Releases: dtiesling/flask-muck
Releases · dtiesling/flask-muck
v0.3.0
0.3.0 (2024-01-28)
Features
- adds Flask extension that dynamically generates OpenAPI specification and Swagger UI. (#44) (2bc465e)
Dependencies
- bump pytest from 7.4.3 to 7.4.4 (c5f54a0)
Documentation
- add bt-macole as a contributor for infra (#33) (df39f7f)
v0.2.0
- Adds support for using Pydantic models to define request and response schemas.
v0.1.1
- Updates PATCH endpoint logic to fall back to UpdateSchema if PatchSchema is None.
- Updates documentation.
v0.1.0
Moving this out of beta. First official release!
v0.0.3b6
- Updates callback classnames to follow conventions.
v0.0.3b5
- Updates documentation
- Updates project dependencies
- Removes FlaskMuckApiView primary key configuration and replaces it with Model inspection.
v0.0.3b4
- Updates documentation.
- Changes name of MuckApiview class to FlaskMuckapiView.