Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
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 for serve
(#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
or FT
as return type of routes (#112)
v0.2.1
Bugs Squashed
- railway deploy did not connect mount point on first use (#89)
v0.1.11
Breaking changes
- Rename
run_uv
to serve
(#84)
v0.1.10
Dependencies
- Update for fastcore XT to FT name change
v0.1.9
New Features
- Skip redundent formatting in
loose_format
(#79)
- Add
htmlkw
param to FastHTML
(#78)
v0.1.8
New Features
- Remove comments in html2xt (#76)
- Handle relative paths in
Social
(#70)
- Add
ftrs
for scripts etc at end of body element (#62)
- Updated html2xt to use unpacked dicts when attr keys are not valid python names (#57), thanks to @matdmiller
Bugs Squashed
- fix social relative urls (#77)
v0.1.7
New Features
- Add
indent
to html2xt
(#53)
- New
fasthtml.xt
namespace for components (#50)
- Add
bodykw
in fast_app
(#49)
v0.1.6
New Features
File
function (#48)
- Remove picolink in
fast_app
if default_hdrs
is False (#47), thanks to @pydanny