v0.5.0
- updated base path handling in controllers @vincentsarago
- changed RouteHandlers from being pydantic models to being custom classes, allowing for optimization using
_slots_
- changed BaseRoute to not inherit from Starlette, allowing for optimization using
_slots_
- add support for
before_request
andafter_request
hooks