Skip to content

Releases: leynier/fastapi-control

v0.2.0

10 May 04:19
Compare
Choose a tag to compare

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

05 May 08:21
Compare
Choose a tag to compare