Releases: AnswerDotAI/fasthtml
Releases · AnswerDotAI/fasthtml
v0.2.3
05 Aug 06:32
Compare
Sorry, something went wrong.
No results found
v0.2.2
05 Aug 04:01
Compare
Sorry, something went wrong.
No results found
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
30 Jul 01:09
Compare
Sorry, something went wrong.
No results found
Bugs Squashed
railway deploy did not connect mount point on first use (#89 )
v0.2.0
29 Jul 20:34
Compare
Sorry, something went wrong.
No results found
v0.1.11
28 Jul 03:17
Compare
Sorry, something went wrong.
No results found
Breaking changes
Rename run_uv to serve (#84 )
v0.1.10
27 Jul 22:45
Compare
Sorry, something went wrong.
No results found
Dependencies
Update for fastcore XT to FT name change
v0.1.9
27 Jul 09:44
Compare
Sorry, something went wrong.
No results found
New Features
Skip redundent formatting in loose_format (#79 )
Add htmlkw param to FastHTML (#78 )
v0.1.8
26 Jul 07:48
Compare
Sorry, something went wrong.
No results found
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
18 Jul 06:52
Compare
Sorry, something went wrong.
No results found
New Features
Add indent to html2xt (#53 )
New fasthtml.xt namespace for components (#50 )
Add bodykw in fast_app (#49 )
v0.1.6
13 Jul 19:58
Compare
Sorry, something went wrong.
No results found
New Features
File function (#48 )
Remove picolink in fast_app if default_hdrs is False (#47 ), thanks to @pydanny