1.0.0 Alpha 5
ZeroIntensity
released this
25 Sep 14:05
·
604 commits
to master
since this release
- Added
app.query
andapp.body
- Patched warning with starting app from incorrect filename
- Updated
__all__
forrouting.py
- Added
view.Response
andview.HTML
- Fixed
__view_result__
- Added support for
__view_body__
and__view_construct__
- Added support for Pydantic,
NamedTuple
, and dataclasses for type validation - Support for direct union types (i.e.
str | int
,Union[str, int]
) on type validation - Added support for non async routes