Releases: leynier/fastapi-control
Releases · leynier/fastapi-control
v0.2.0
What's Changed
- feat: allow controllers to be added one by one to a
FastAPI
instance
BREAKING CHANGE!!! To achieve this, it was necessary to add the mandatory inheritance of an
APIController
base class, which is injected with a static method to be able to access your router and allow the functionality of adding the controllers one by one.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/leynier/fastapi-control/commits/v0.1.0