0.16.0
What's Changed
- fix: controller_instance.check_permissions can not use django-orm by @freemindcore in #38
- 100% Test Coverage by @eadwinCode in #34
- Bump actions/setup-python from 1 to 4 by @dependabot in #37
- Bump actions/checkout from 2 to 3 by @dependabot in #36
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #35
- API Route Definition Refactor by @eadwinCode in #40
- Added option to use endpoint return type as response schema by @eadwinCode in #41
# EventSchema becomes the response schema
@http_get("/{int:id}")
def get_event(self, id: int) -> EventSchema:
event = get_object_or_404(Event, id=id)
return eventNew Contributors
- @freemindcore made their first contribution in #38
- @dependabot made their first contribution in #37
Full Changelog: 0.15.8...0.16.0