Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@leynier leynier released this 10 May 04:19
· 33 commits to main since this release

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