Releases: AnswerDotAI/fasthtml
Releases Β· AnswerDotAI/fasthtml
v0.12.50
13 Mar 20:35
Compare
Sorry, something went wrong.
No results found
New Features
Add HostRoute class for host-header based routing with pattern matching (#843 )
Bugs Squashed
Fix _fix_anno mangling bare list annotations (#841 ), thanks to @jackhogan
v0.12.49
13 Mar 20:15
Compare
Sorry, something went wrong.
No results found
New Features
Add HostRoute class for host-header based routing with pattern matching (#843 )
Bugs Squashed
Fix _fix_anno mangling bare list annotations (#841 ), thanks to @jackhogan
v0.12.48
02 Mar 17:59
Compare
Sorry, something went wrong.
No results found
Bugs Squashed
Cache request body if content-type header is not multipart/form-data (#837 ), thanks to @curtis-allan
v0.12.47
21 Feb 02:20
Compare
Sorry, something went wrong.
No results found
New Features
Make ApiReturn callable without positional args by defaulting norm to None (#833 )
Add __bool__ method to ApiReturn for direct boolean context support (#832 )
v0.12.46
21 Feb 02:18
Compare
Sorry, something went wrong.
No results found
New Features
Add __bool__ method to ApiReturn for direct boolean context support (#832 )
v0.12.45
21 Feb 00:46
Compare
Sorry, something went wrong.
No results found
Add all HTTP request param handling to websockets too
v0.12.44
20 Feb 23:01
Compare
Sorry, something went wrong.
No results found
Add all HTTP request param handling to websockets too
v0.12.43
20 Feb 05:02
Compare
Sorry, something went wrong.
No results found
New Features
Add ApiReturn class for dual browser/API responses in route handlers (#831 )
v0.12.42
16 Feb 02:10
Compare
Sorry, something went wrong.
No results found
New Features
Add uvicorn kwargs to serve() with @Delegates (uvicorn.run) and add colored link output (#830 )
v0.12.41
07 Feb 00:39
Compare
Sorry, something went wrong.
No results found
New Features
Add async OAuth methods and make OAuth handlers async (#828 )
Add State injection support for route handlers via type annotation or arg name (#827 )