Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
v0.3.0
Breaking changes
- Do not make session vars available as direct params (#237)
New Features
- Add surreal.js helpers
Me
,Any
,On
(#238) - Alpine support (#238)
- Add support for application/json in POST requests (#234), thanks to @khoaHyh
- Wrap Starlette's session in an AttrDict (#213), thanks to @jbellis
- Handle mismatches between existing db and schema (#202), thanks to @ncoop57
- Raise warning if type is not passed (#195)
Bugs Squashed
v0.2.4
v0.2.3
v0.2.2
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)