New Features
- Check for railway app version (#192)
- Update
flat_xt
to handle single FT item (#190) - Support FT in HTTPException handling (#175)
- Add
pep8_app.py
(#163) - Add support for LaTeX formula rendering when rendering markdown (#158), thanks to @yym68686
- Add to request:
req.hdrs,req.ftrs,req.htmlkw,req.bodykw
(#152) - Add htmlkw to fast_app (#145), thanks to @ranzuh
- Add
Form
for multipart form data; initial poetry compatibility forserve
(#137) - changes toast names to avoid conflict with bootstrap (#133), thanks to @vacmar01
- Automatically move ('title','meta','link','style','base') into head (#122)
- Allow for
Any
orFT
as return type of routes (#112)